From fac243bad083c1af37d121c2a398f1d3239ef1da Mon Sep 17 00:00:00 2001 From: Evan Coleman Date: Mon, 9 Sep 2019 15:50:55 -0400 Subject: [PATCH 01/11] Add carthage support --- Cartfile | 2 + Cartfile.resolved | 2 + Segment-Mixpanel.xcodeproj/project.pbxproj | 373 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../xcschemes/Segment-Mixpanel.xcscheme | 80 ++++ Segment-Mixpanel/Info.plist | 22 ++ Segment-Mixpanel/Segment_Mixpanel.h | 11 + 8 files changed, 505 insertions(+) create mode 100644 Cartfile create mode 100644 Cartfile.resolved create mode 100644 Segment-Mixpanel.xcodeproj/project.pbxproj create mode 100644 Segment-Mixpanel.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 Segment-Mixpanel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 Segment-Mixpanel.xcodeproj/xcshareddata/xcschemes/Segment-Mixpanel.xcscheme create mode 100644 Segment-Mixpanel/Info.plist create mode 100644 Segment-Mixpanel/Segment_Mixpanel.h diff --git a/Cartfile b/Cartfile new file mode 100644 index 0000000..1d29988 --- /dev/null +++ b/Cartfile @@ -0,0 +1,2 @@ +github "segmentio/analytics-ios" +github "mixpanel/mixpanel-iphone" \ No newline at end of file diff --git a/Cartfile.resolved b/Cartfile.resolved new file mode 100644 index 0000000..0a5f585 --- /dev/null +++ b/Cartfile.resolved @@ -0,0 +1,2 @@ +github "mixpanel/mixpanel-iphone" "v3.4.9" +github "segmentio/analytics-ios" "3.7.0" diff --git a/Segment-Mixpanel.xcodeproj/project.pbxproj b/Segment-Mixpanel.xcodeproj/project.pbxproj new file mode 100644 index 0000000..fbb1b9c --- /dev/null +++ b/Segment-Mixpanel.xcodeproj/project.pbxproj @@ -0,0 +1,373 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + C979B8272326E318003E9671 /* Segment_Mixpanel.h in Headers */ = {isa = PBXBuildFile; fileRef = C979B8252326E318003E9671 /* Segment_Mixpanel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C979B8312326E361003E9671 /* SEGMixpanelIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = C979B82D2326E361003E9671 /* SEGMixpanelIntegration.m */; }; + C979B8322326E361003E9671 /* SEGMixpanelIntegrationFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = C979B82E2326E361003E9671 /* SEGMixpanelIntegrationFactory.h */; }; + C979B8332326E361003E9671 /* SEGMixpanelIntegration.h in Headers */ = {isa = PBXBuildFile; fileRef = C979B82F2326E361003E9671 /* SEGMixpanelIntegration.h */; }; + C979B8342326E361003E9671 /* SEGMixpanelIntegrationFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = C979B8302326E361003E9671 /* SEGMixpanelIntegrationFactory.m */; }; + C979B8382326E44B003E9671 /* Analytics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C979B8362326E44B003E9671 /* Analytics.framework */; }; + C979B8392326E44B003E9671 /* Mixpanel.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C979B8372326E44B003E9671 /* Mixpanel.framework */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + C979B8222326E318003E9671 /* Segment_Mixpanel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Segment_Mixpanel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + C979B8252326E318003E9671 /* Segment_Mixpanel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Segment_Mixpanel.h; sourceTree = ""; }; + C979B8262326E318003E9671 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + C979B82D2326E361003E9671 /* SEGMixpanelIntegration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SEGMixpanelIntegration.m; path = Pod/Classes/SEGMixpanelIntegration.m; sourceTree = SOURCE_ROOT; }; + C979B82E2326E361003E9671 /* SEGMixpanelIntegrationFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SEGMixpanelIntegrationFactory.h; path = Pod/Classes/SEGMixpanelIntegrationFactory.h; sourceTree = SOURCE_ROOT; }; + C979B82F2326E361003E9671 /* SEGMixpanelIntegration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SEGMixpanelIntegration.h; path = Pod/Classes/SEGMixpanelIntegration.h; sourceTree = SOURCE_ROOT; }; + C979B8302326E361003E9671 /* SEGMixpanelIntegrationFactory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SEGMixpanelIntegrationFactory.m; path = Pod/Classes/SEGMixpanelIntegrationFactory.m; sourceTree = SOURCE_ROOT; }; + C979B8362326E44B003E9671 /* Analytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Analytics.framework; path = Carthage/Build/iOS/Analytics.framework; sourceTree = ""; }; + C979B8372326E44B003E9671 /* Mixpanel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Mixpanel.framework; path = Carthage/Build/iOS/Mixpanel.framework; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + C979B81F2326E318003E9671 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + C979B8382326E44B003E9671 /* Analytics.framework in Frameworks */, + C979B8392326E44B003E9671 /* Mixpanel.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + C979B8182326E318003E9671 = { + isa = PBXGroup; + children = ( + C979B8242326E318003E9671 /* Segment-Mixpanel */, + C979B8232326E318003E9671 /* Products */, + C979B8352326E44B003E9671 /* Frameworks */, + ); + sourceTree = ""; + }; + C979B8232326E318003E9671 /* Products */ = { + isa = PBXGroup; + children = ( + C979B8222326E318003E9671 /* Segment_Mixpanel.framework */, + ); + name = Products; + sourceTree = ""; + }; + C979B8242326E318003E9671 /* Segment-Mixpanel */ = { + isa = PBXGroup; + children = ( + C979B82F2326E361003E9671 /* SEGMixpanelIntegration.h */, + C979B82D2326E361003E9671 /* SEGMixpanelIntegration.m */, + C979B82E2326E361003E9671 /* SEGMixpanelIntegrationFactory.h */, + C979B8302326E361003E9671 /* SEGMixpanelIntegrationFactory.m */, + C979B8252326E318003E9671 /* Segment_Mixpanel.h */, + C979B8262326E318003E9671 /* Info.plist */, + ); + path = "Segment-Mixpanel"; + sourceTree = ""; + }; + C979B8352326E44B003E9671 /* Frameworks */ = { + isa = PBXGroup; + children = ( + C979B8362326E44B003E9671 /* Analytics.framework */, + C979B8372326E44B003E9671 /* Mixpanel.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + C979B81D2326E318003E9671 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C979B8322326E361003E9671 /* SEGMixpanelIntegrationFactory.h in Headers */, + C979B8272326E318003E9671 /* Segment_Mixpanel.h in Headers */, + C979B8332326E361003E9671 /* SEGMixpanelIntegration.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + C979B8212326E318003E9671 /* Segment-Mixpanel */ = { + isa = PBXNativeTarget; + buildConfigurationList = C979B82A2326E318003E9671 /* Build configuration list for PBXNativeTarget "Segment-Mixpanel" */; + buildPhases = ( + C979B81D2326E318003E9671 /* Headers */, + C979B81E2326E318003E9671 /* Sources */, + C979B81F2326E318003E9671 /* Frameworks */, + C979B8202326E318003E9671 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Segment-Mixpanel"; + productName = "Segment-Mixpanel"; + productReference = C979B8222326E318003E9671 /* Segment_Mixpanel.framework */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + C979B8192326E318003E9671 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1020; + ORGANIZATIONNAME = Segment; + TargetAttributes = { + C979B8212326E318003E9671 = { + CreatedOnToolsVersion = 10.2.1; + }; + }; + }; + buildConfigurationList = C979B81C2326E318003E9671 /* Build configuration list for PBXProject "Segment-Mixpanel" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = C979B8182326E318003E9671; + productRefGroup = C979B8232326E318003E9671 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + C979B8212326E318003E9671 /* Segment-Mixpanel */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + C979B8202326E318003E9671 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + C979B81E2326E318003E9671 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C979B8312326E361003E9671 /* SEGMixpanelIntegration.m in Sources */, + C979B8342326E361003E9671 /* SEGMixpanelIntegrationFactory.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + C979B8282326E318003E9671 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 12.2; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + C979B8292326E318003E9671 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 12.2; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + C979B82B2326E318003E9671 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Carthage/Build/iOS", + ); + INFOPLIST_FILE = "Segment-Mixpanel/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = "com.segment.Segment-Mixpanel"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + C979B82C2326E318003E9671 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Carthage/Build/iOS", + ); + INFOPLIST_FILE = "Segment-Mixpanel/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = "com.segment.Segment-Mixpanel"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + C979B81C2326E318003E9671 /* Build configuration list for PBXProject "Segment-Mixpanel" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C979B8282326E318003E9671 /* Debug */, + C979B8292326E318003E9671 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C979B82A2326E318003E9671 /* Build configuration list for PBXNativeTarget "Segment-Mixpanel" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C979B82B2326E318003E9671 /* Debug */, + C979B82C2326E318003E9671 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = C979B8192326E318003E9671 /* Project object */; +} diff --git a/Segment-Mixpanel.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Segment-Mixpanel.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..7cfa2b4 --- /dev/null +++ b/Segment-Mixpanel.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Segment-Mixpanel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Segment-Mixpanel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/Segment-Mixpanel.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Segment-Mixpanel.xcodeproj/xcshareddata/xcschemes/Segment-Mixpanel.xcscheme b/Segment-Mixpanel.xcodeproj/xcshareddata/xcschemes/Segment-Mixpanel.xcscheme new file mode 100644 index 0000000..dd27bb2 --- /dev/null +++ b/Segment-Mixpanel.xcodeproj/xcshareddata/xcschemes/Segment-Mixpanel.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Segment-Mixpanel/Info.plist b/Segment-Mixpanel/Info.plist new file mode 100644 index 0000000..e1fe4cf --- /dev/null +++ b/Segment-Mixpanel/Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + + diff --git a/Segment-Mixpanel/Segment_Mixpanel.h b/Segment-Mixpanel/Segment_Mixpanel.h new file mode 100644 index 0000000..6400f5a --- /dev/null +++ b/Segment-Mixpanel/Segment_Mixpanel.h @@ -0,0 +1,11 @@ +#import + +//! Project version number for Segment_Mixpanel. +FOUNDATION_EXPORT double Segment_MixpanelVersionNumber; + +//! Project version string for Segment_Mixpanel. +FOUNDATION_EXPORT const unsigned char Segment_MixpanelVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + From 9a1fb198a8f1a98de94b45adb612d6c071d86c39 Mon Sep 17 00:00:00 2001 From: Evan Coleman Date: Thu, 12 Sep 2019 16:30:45 -0400 Subject: [PATCH 02/11] update header --- Segment-Mixpanel/Segment_Mixpanel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Segment-Mixpanel/Segment_Mixpanel.h b/Segment-Mixpanel/Segment_Mixpanel.h index 6400f5a..89ad2e4 100644 --- a/Segment-Mixpanel/Segment_Mixpanel.h +++ b/Segment-Mixpanel/Segment_Mixpanel.h @@ -8,4 +8,5 @@ FOUNDATION_EXPORT const unsigned char Segment_MixpanelVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import - +#import +#import From ffe36d592f0ab398ad658994824ed7b3d63c01d7 Mon Sep 17 00:00:00 2001 From: Evan Coleman Date: Thu, 12 Sep 2019 16:34:43 -0400 Subject: [PATCH 03/11] make headers public --- Segment-Mixpanel.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Segment-Mixpanel.xcodeproj/project.pbxproj b/Segment-Mixpanel.xcodeproj/project.pbxproj index fbb1b9c..17a2cc7 100644 --- a/Segment-Mixpanel.xcodeproj/project.pbxproj +++ b/Segment-Mixpanel.xcodeproj/project.pbxproj @@ -9,8 +9,8 @@ /* Begin PBXBuildFile section */ C979B8272326E318003E9671 /* Segment_Mixpanel.h in Headers */ = {isa = PBXBuildFile; fileRef = C979B8252326E318003E9671 /* Segment_Mixpanel.h */; settings = {ATTRIBUTES = (Public, ); }; }; C979B8312326E361003E9671 /* SEGMixpanelIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = C979B82D2326E361003E9671 /* SEGMixpanelIntegration.m */; }; - C979B8322326E361003E9671 /* SEGMixpanelIntegrationFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = C979B82E2326E361003E9671 /* SEGMixpanelIntegrationFactory.h */; }; - C979B8332326E361003E9671 /* SEGMixpanelIntegration.h in Headers */ = {isa = PBXBuildFile; fileRef = C979B82F2326E361003E9671 /* SEGMixpanelIntegration.h */; }; + C979B8322326E361003E9671 /* SEGMixpanelIntegrationFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = C979B82E2326E361003E9671 /* SEGMixpanelIntegrationFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C979B8332326E361003E9671 /* SEGMixpanelIntegration.h in Headers */ = {isa = PBXBuildFile; fileRef = C979B82F2326E361003E9671 /* SEGMixpanelIntegration.h */; settings = {ATTRIBUTES = (Public, ); }; }; C979B8342326E361003E9671 /* SEGMixpanelIntegrationFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = C979B8302326E361003E9671 /* SEGMixpanelIntegrationFactory.m */; }; C979B8382326E44B003E9671 /* Analytics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C979B8362326E44B003E9671 /* Analytics.framework */; }; C979B8392326E44B003E9671 /* Mixpanel.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C979B8372326E44B003E9671 /* Mixpanel.framework */; }; From 74d2d507da6709044e33e922673c3d700f722d5a Mon Sep 17 00:00:00 2001 From: Evan Coleman Date: Wed, 23 Oct 2019 17:22:46 -0400 Subject: [PATCH 04/11] fix framework search paths --- Segment-Mixpanel.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Segment-Mixpanel.xcodeproj/project.pbxproj b/Segment-Mixpanel.xcodeproj/project.pbxproj index 17a2cc7..a7085ef 100644 --- a/Segment-Mixpanel.xcodeproj/project.pbxproj +++ b/Segment-Mixpanel.xcodeproj/project.pbxproj @@ -301,7 +301,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", + "$(PROJECT_DIR)/Carthage/Build/iOS/**", ); INFOPLIST_FILE = "Segment-Mixpanel/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -329,7 +329,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", + "$(PROJECT_DIR)/Carthage/Build/iOS/**", ); INFOPLIST_FILE = "Segment-Mixpanel/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; From 787dad1ef020ab60c9da6308e3daed11119e8e98 Mon Sep 17 00:00:00 2001 From: Evan Coleman Date: Thu, 24 Oct 2019 10:47:56 -0400 Subject: [PATCH 05/11] Fix search paths --- Segment-Mixpanel.xcodeproj/project.pbxproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Segment-Mixpanel.xcodeproj/project.pbxproj b/Segment-Mixpanel.xcodeproj/project.pbxproj index a7085ef..3cda9b4 100644 --- a/Segment-Mixpanel.xcodeproj/project.pbxproj +++ b/Segment-Mixpanel.xcodeproj/project.pbxproj @@ -301,7 +301,8 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS/**", + "$(PROJECT_DIR)/Carthage/Build/iOS", + "$(PROJECT_DIR)/Carthage/Build/iOS/Static", ); INFOPLIST_FILE = "Segment-Mixpanel/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -329,7 +330,8 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS/**", + "$(PROJECT_DIR)/Carthage/Build/iOS", + "$(PROJECT_DIR)/Carthage/Build/iOS/Static", ); INFOPLIST_FILE = "Segment-Mixpanel/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; From f2162e1fd16555dffb51504490c2e80da5c5fd37 Mon Sep 17 00:00:00 2001 From: Sophie Yang Date: Wed, 11 Nov 2020 17:34:33 +0800 Subject: [PATCH 06/11] update carthage --- Cartfile.resolved | 4 ++-- Pod/Classes/SEGMixpanelIntegration.m | 2 +- Segment-Mixpanel.xcodeproj/project.pbxproj | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cartfile.resolved b/Cartfile.resolved index 0a5f585..32ae2bc 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,2 +1,2 @@ -github "mixpanel/mixpanel-iphone" "v3.4.9" -github "segmentio/analytics-ios" "3.7.0" +github "mixpanel/mixpanel-iphone" "v3.6.3" +github "segmentio/analytics-ios" "4.1.1" diff --git a/Pod/Classes/SEGMixpanelIntegration.m b/Pod/Classes/SEGMixpanelIntegration.m index 71ba045..c02aebd 100644 --- a/Pod/Classes/SEGMixpanelIntegration.m +++ b/Pod/Classes/SEGMixpanelIntegration.m @@ -1,5 +1,5 @@ #import "SEGMixpanelIntegration.h" -#import "MixpanelGroup.h" +#import #if defined(__has_include) && __has_include() #import diff --git a/Segment-Mixpanel.xcodeproj/project.pbxproj b/Segment-Mixpanel.xcodeproj/project.pbxproj index 3cda9b4..118fc6c 100644 --- a/Segment-Mixpanel.xcodeproj/project.pbxproj +++ b/Segment-Mixpanel.xcodeproj/project.pbxproj @@ -7,16 +7,17 @@ objects = { /* Begin PBXBuildFile section */ + 10C33E7D255BE74F0058A5AA /* Segment.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 10C33E7C255BE74F0058A5AA /* Segment.framework */; }; C979B8272326E318003E9671 /* Segment_Mixpanel.h in Headers */ = {isa = PBXBuildFile; fileRef = C979B8252326E318003E9671 /* Segment_Mixpanel.h */; settings = {ATTRIBUTES = (Public, ); }; }; C979B8312326E361003E9671 /* SEGMixpanelIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = C979B82D2326E361003E9671 /* SEGMixpanelIntegration.m */; }; C979B8322326E361003E9671 /* SEGMixpanelIntegrationFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = C979B82E2326E361003E9671 /* SEGMixpanelIntegrationFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; C979B8332326E361003E9671 /* SEGMixpanelIntegration.h in Headers */ = {isa = PBXBuildFile; fileRef = C979B82F2326E361003E9671 /* SEGMixpanelIntegration.h */; settings = {ATTRIBUTES = (Public, ); }; }; C979B8342326E361003E9671 /* SEGMixpanelIntegrationFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = C979B8302326E361003E9671 /* SEGMixpanelIntegrationFactory.m */; }; - C979B8382326E44B003E9671 /* Analytics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C979B8362326E44B003E9671 /* Analytics.framework */; }; C979B8392326E44B003E9671 /* Mixpanel.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C979B8372326E44B003E9671 /* Mixpanel.framework */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 10C33E7C255BE74F0058A5AA /* Segment.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Segment.framework; path = Carthage/Build/iOS/Segment.framework; sourceTree = ""; }; C979B8222326E318003E9671 /* Segment_Mixpanel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Segment_Mixpanel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; C979B8252326E318003E9671 /* Segment_Mixpanel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Segment_Mixpanel.h; sourceTree = ""; }; C979B8262326E318003E9671 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -24,7 +25,6 @@ C979B82E2326E361003E9671 /* SEGMixpanelIntegrationFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SEGMixpanelIntegrationFactory.h; path = Pod/Classes/SEGMixpanelIntegrationFactory.h; sourceTree = SOURCE_ROOT; }; C979B82F2326E361003E9671 /* SEGMixpanelIntegration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SEGMixpanelIntegration.h; path = Pod/Classes/SEGMixpanelIntegration.h; sourceTree = SOURCE_ROOT; }; C979B8302326E361003E9671 /* SEGMixpanelIntegrationFactory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SEGMixpanelIntegrationFactory.m; path = Pod/Classes/SEGMixpanelIntegrationFactory.m; sourceTree = SOURCE_ROOT; }; - C979B8362326E44B003E9671 /* Analytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Analytics.framework; path = Carthage/Build/iOS/Analytics.framework; sourceTree = ""; }; C979B8372326E44B003E9671 /* Mixpanel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Mixpanel.framework; path = Carthage/Build/iOS/Mixpanel.framework; sourceTree = ""; }; /* End PBXFileReference section */ @@ -33,7 +33,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - C979B8382326E44B003E9671 /* Analytics.framework in Frameworks */, + 10C33E7D255BE74F0058A5AA /* Segment.framework in Frameworks */, C979B8392326E44B003E9671 /* Mixpanel.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; @@ -74,7 +74,7 @@ C979B8352326E44B003E9671 /* Frameworks */ = { isa = PBXGroup; children = ( - C979B8362326E44B003E9671 /* Analytics.framework */, + 10C33E7C255BE74F0058A5AA /* Segment.framework */, C979B8372326E44B003E9671 /* Mixpanel.framework */, ); name = Frameworks; From c332bfb2eafab34795cdbccef2897a27942e2188 Mon Sep 17 00:00:00 2001 From: Sophie Yang Date: Tue, 8 Dec 2020 11:54:36 +0800 Subject: [PATCH 07/11] update analytics-ios to 4.1.2 --- Cartfile.resolved | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cartfile.resolved b/Cartfile.resolved index 32ae2bc..b798100 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,2 +1,2 @@ github "mixpanel/mixpanel-iphone" "v3.6.3" -github "segmentio/analytics-ios" "4.1.1" +github "segmentio/analytics-ios" "4.1.2" From acb5dae5861c5251e05990bf3f2aac90e1047928 Mon Sep 17 00:00:00 2001 From: Evan Coleman Date: Wed, 14 Apr 2021 12:12:28 -0400 Subject: [PATCH 08/11] Use xcframeworks --- Segment-Mixpanel.xcodeproj/project.pbxproj | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Segment-Mixpanel.xcodeproj/project.pbxproj b/Segment-Mixpanel.xcodeproj/project.pbxproj index 118fc6c..b3d3984 100644 --- a/Segment-Mixpanel.xcodeproj/project.pbxproj +++ b/Segment-Mixpanel.xcodeproj/project.pbxproj @@ -3,17 +3,17 @@ archiveVersion = 1; classes = { }; - objectVersion = 50; + objectVersion = 52; objects = { /* Begin PBXBuildFile section */ - 10C33E7D255BE74F0058A5AA /* Segment.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 10C33E7C255BE74F0058A5AA /* Segment.framework */; }; C979B8272326E318003E9671 /* Segment_Mixpanel.h in Headers */ = {isa = PBXBuildFile; fileRef = C979B8252326E318003E9671 /* Segment_Mixpanel.h */; settings = {ATTRIBUTES = (Public, ); }; }; C979B8312326E361003E9671 /* SEGMixpanelIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = C979B82D2326E361003E9671 /* SEGMixpanelIntegration.m */; }; C979B8322326E361003E9671 /* SEGMixpanelIntegrationFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = C979B82E2326E361003E9671 /* SEGMixpanelIntegrationFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; C979B8332326E361003E9671 /* SEGMixpanelIntegration.h in Headers */ = {isa = PBXBuildFile; fileRef = C979B82F2326E361003E9671 /* SEGMixpanelIntegration.h */; settings = {ATTRIBUTES = (Public, ); }; }; C979B8342326E361003E9671 /* SEGMixpanelIntegrationFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = C979B8302326E361003E9671 /* SEGMixpanelIntegrationFactory.m */; }; - C979B8392326E44B003E9671 /* Mixpanel.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C979B8372326E44B003E9671 /* Mixpanel.framework */; }; + C9F48E9B26274A2C0002ACD9 /* Mixpanel.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C9F48E9A26274A2C0002ACD9 /* Mixpanel.xcframework */; }; + C9F48E9F26274BB00002ACD9 /* Segment.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C9F48E9E26274BB00002ACD9 /* Segment.xcframework */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -26,6 +26,8 @@ C979B82F2326E361003E9671 /* SEGMixpanelIntegration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SEGMixpanelIntegration.h; path = Pod/Classes/SEGMixpanelIntegration.h; sourceTree = SOURCE_ROOT; }; C979B8302326E361003E9671 /* SEGMixpanelIntegrationFactory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SEGMixpanelIntegrationFactory.m; path = Pod/Classes/SEGMixpanelIntegrationFactory.m; sourceTree = SOURCE_ROOT; }; C979B8372326E44B003E9671 /* Mixpanel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Mixpanel.framework; path = Carthage/Build/iOS/Mixpanel.framework; sourceTree = ""; }; + C9F48E9A26274A2C0002ACD9 /* Mixpanel.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = Mixpanel.xcframework; path = Carthage/Build/Mixpanel.xcframework; sourceTree = ""; }; + C9F48E9E26274BB00002ACD9 /* Segment.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = Segment.xcframework; path = Carthage/Build/Segment.xcframework; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -33,8 +35,8 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 10C33E7D255BE74F0058A5AA /* Segment.framework in Frameworks */, - C979B8392326E44B003E9671 /* Mixpanel.framework in Frameworks */, + C9F48E9F26274BB00002ACD9 /* Segment.xcframework in Frameworks */, + C9F48E9B26274A2C0002ACD9 /* Mixpanel.xcframework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -74,6 +76,8 @@ C979B8352326E44B003E9671 /* Frameworks */ = { isa = PBXGroup; children = ( + C9F48E9E26274BB00002ACD9 /* Segment.xcframework */, + C9F48E9A26274A2C0002ACD9 /* Mixpanel.xcframework */, 10C33E7C255BE74F0058A5AA /* Segment.framework */, C979B8372326E44B003E9671 /* Mixpanel.framework */, ); From ddf8187539273b54199aedb5bfeba5173b37cec5 Mon Sep 17 00:00:00 2001 From: Evan Coleman Date: Wed, 28 Apr 2021 18:05:33 -0400 Subject: [PATCH 09/11] fix project --- Segment-Mixpanel.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Segment-Mixpanel.xcodeproj/project.pbxproj b/Segment-Mixpanel.xcodeproj/project.pbxproj index b3d3984..070f072 100644 --- a/Segment-Mixpanel.xcodeproj/project.pbxproj +++ b/Segment-Mixpanel.xcodeproj/project.pbxproj @@ -297,6 +297,7 @@ C979B82B2326E318003E9671 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; @@ -306,7 +307,6 @@ FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Carthage/Build/iOS", - "$(PROJECT_DIR)/Carthage/Build/iOS/Static", ); INFOPLIST_FILE = "Segment-Mixpanel/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -326,6 +326,7 @@ C979B82C2326E318003E9671 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; @@ -335,7 +336,6 @@ FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Carthage/Build/iOS", - "$(PROJECT_DIR)/Carthage/Build/iOS/Static", ); INFOPLIST_FILE = "Segment-Mixpanel/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; From 34dc64316c016b0a8c1b68d6eae939e4103939be Mon Sep 17 00:00:00 2001 From: Evan Coleman Date: Wed, 28 Apr 2021 18:09:26 -0400 Subject: [PATCH 10/11] fix project --- Segment-Mixpanel.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Segment-Mixpanel.xcodeproj/project.pbxproj b/Segment-Mixpanel.xcodeproj/project.pbxproj index 070f072..143f7b4 100644 --- a/Segment-Mixpanel.xcodeproj/project.pbxproj +++ b/Segment-Mixpanel.xcodeproj/project.pbxproj @@ -307,6 +307,7 @@ FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Carthage/Build/iOS", + "$(PROJECT_DIR)/Carthage/Build", ); INFOPLIST_FILE = "Segment-Mixpanel/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -336,6 +337,7 @@ FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Carthage/Build/iOS", + "$(PROJECT_DIR)/Carthage/Build", ); INFOPLIST_FILE = "Segment-Mixpanel/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; From 70ceecd81c2081a5e2bafc340a25b73a606590bd Mon Sep 17 00:00:00 2001 From: Evan Coleman Date: Wed, 28 Apr 2021 18:11:00 -0400 Subject: [PATCH 11/11] fix project --- Segment-Mixpanel.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Segment-Mixpanel.xcodeproj/project.pbxproj b/Segment-Mixpanel.xcodeproj/project.pbxproj index 143f7b4..91abdf5 100644 --- a/Segment-Mixpanel.xcodeproj/project.pbxproj +++ b/Segment-Mixpanel.xcodeproj/project.pbxproj @@ -307,7 +307,7 @@ FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Carthage/Build/iOS", - "$(PROJECT_DIR)/Carthage/Build", + "$(PROJECT_DIR)/../../Build", ); INFOPLIST_FILE = "Segment-Mixpanel/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -337,7 +337,7 @@ FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Carthage/Build/iOS", - "$(PROJECT_DIR)/Carthage/Build", + "$(PROJECT_DIR)/../../Build", ); INFOPLIST_FILE = "Segment-Mixpanel/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";