From fd849c0584b422e2e1d2a8bfd27739d452bb88c9 Mon Sep 17 00:00:00 2001 From: Vitaliya Solomina Date: Sun, 5 Feb 2017 12:41:02 -0800 Subject: [PATCH] Carthage support - move project to the root --- .../project.pbxproj | 3 ++- .../project.xcworkspace/contents.xcworkspacedata | 0 .../xcshareddata/xcschemes/IAPurchaseManager.xcscheme | 0 IAPurchaseManager/{IAPurchaseManager => }/IAPurchaseManager.h | 0 IAPurchaseManager/{IAPurchaseManager => }/Info.plist | 0 5 files changed, 2 insertions(+), 1 deletion(-) rename {IAPurchaseManager/IAPurchaseManager.xcodeproj => IAPurchaseManager.xcodeproj}/project.pbxproj (98%) rename {IAPurchaseManager/IAPurchaseManager.xcodeproj => IAPurchaseManager.xcodeproj}/project.xcworkspace/contents.xcworkspacedata (100%) rename {IAPurchaseManager/IAPurchaseManager.xcodeproj => IAPurchaseManager.xcodeproj}/xcshareddata/xcschemes/IAPurchaseManager.xcscheme (100%) rename IAPurchaseManager/{IAPurchaseManager => }/IAPurchaseManager.h (100%) rename IAPurchaseManager/{IAPurchaseManager => }/Info.plist (100%) diff --git a/IAPurchaseManager/IAPurchaseManager.xcodeproj/project.pbxproj b/IAPurchaseManager.xcodeproj/project.pbxproj similarity index 98% rename from IAPurchaseManager/IAPurchaseManager.xcodeproj/project.pbxproj rename to IAPurchaseManager.xcodeproj/project.pbxproj index d9a947f..3069309 100644 --- a/IAPurchaseManager/IAPurchaseManager.xcodeproj/project.pbxproj +++ b/IAPurchaseManager.xcodeproj/project.pbxproj @@ -15,7 +15,7 @@ 589CA74B1E47C35F0033CE2C /* IAPurchaseManager.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IAPurchaseManager.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 589CA74E1E47C35F0033CE2C /* IAPurchaseManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IAPurchaseManager.h; sourceTree = ""; }; 589CA74F1E47C35F0033CE2C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 589CA7561E47C3700033CE2C /* IAPManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IAPManager.swift; path = ../../../IAPManagerTest/Carthage/Checkouts/IAPurchaseManager/IAPManager.swift; sourceTree = ""; }; + 589CA7561E47C3700033CE2C /* IAPManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IAPManager.swift; path = ../IAPManager.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -299,6 +299,7 @@ 589CA7551E47C35F0033CE2C /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; diff --git a/IAPurchaseManager/IAPurchaseManager.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/IAPurchaseManager.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from IAPurchaseManager/IAPurchaseManager.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to IAPurchaseManager.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/IAPurchaseManager/IAPurchaseManager.xcodeproj/xcshareddata/xcschemes/IAPurchaseManager.xcscheme b/IAPurchaseManager.xcodeproj/xcshareddata/xcschemes/IAPurchaseManager.xcscheme similarity index 100% rename from IAPurchaseManager/IAPurchaseManager.xcodeproj/xcshareddata/xcschemes/IAPurchaseManager.xcscheme rename to IAPurchaseManager.xcodeproj/xcshareddata/xcschemes/IAPurchaseManager.xcscheme diff --git a/IAPurchaseManager/IAPurchaseManager/IAPurchaseManager.h b/IAPurchaseManager/IAPurchaseManager.h similarity index 100% rename from IAPurchaseManager/IAPurchaseManager/IAPurchaseManager.h rename to IAPurchaseManager/IAPurchaseManager.h diff --git a/IAPurchaseManager/IAPurchaseManager/Info.plist b/IAPurchaseManager/Info.plist similarity index 100% rename from IAPurchaseManager/IAPurchaseManager/Info.plist rename to IAPurchaseManager/Info.plist