diff --git a/DeluxeInjection.podspec b/DeluxeInjection.podspec index 8bc99ad..2f8d772 100644 --- a/DeluxeInjection.podspec +++ b/DeluxeInjection.podspec @@ -14,10 +14,8 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/k06a/DeluxeInjection.git", :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/k06a' - s.platform = :ios, '7.0' - s.requires_arc = true + s.ios.deployment_target = '8.0' - s.source_files = 'Pod/Classes/**/*' - s.public_header_files = 'Pod/Classes/DeluxeInjection.h' + s.source_files = 'DeluxeInjection/Classes/**/*' s.dependency 'RuntimeRoutines' end diff --git a/Pod/Assets/.gitkeep b/DeluxeInjection/Classes/.gitkeep similarity index 100% rename from Pod/Assets/.gitkeep rename to DeluxeInjection/Classes/.gitkeep diff --git a/Pod/Classes/DIDefaults.h b/DeluxeInjection/Classes/DIDefaults.h similarity index 100% rename from Pod/Classes/DIDefaults.h rename to DeluxeInjection/Classes/DIDefaults.h diff --git a/Pod/Classes/DIDefaults.m b/DeluxeInjection/Classes/DIDefaults.m similarity index 100% rename from Pod/Classes/DIDefaults.m rename to DeluxeInjection/Classes/DIDefaults.m diff --git a/Pod/Classes/DIDeluxeInjection.h b/DeluxeInjection/Classes/DIDeluxeInjection.h similarity index 100% rename from Pod/Classes/DIDeluxeInjection.h rename to DeluxeInjection/Classes/DIDeluxeInjection.h diff --git a/Pod/Classes/DIDeluxeInjection.m b/DeluxeInjection/Classes/DIDeluxeInjection.m similarity index 100% rename from Pod/Classes/DIDeluxeInjection.m rename to DeluxeInjection/Classes/DIDeluxeInjection.m diff --git a/Pod/Classes/DIDeluxeInjectionPlugin.h b/DeluxeInjection/Classes/DIDeluxeInjectionPlugin.h similarity index 100% rename from Pod/Classes/DIDeluxeInjectionPlugin.h rename to DeluxeInjection/Classes/DIDeluxeInjectionPlugin.h diff --git a/Pod/Classes/DIForceInject.h b/DeluxeInjection/Classes/DIForceInject.h similarity index 100% rename from Pod/Classes/DIForceInject.h rename to DeluxeInjection/Classes/DIForceInject.h diff --git a/Pod/Classes/DIForceInject.m b/DeluxeInjection/Classes/DIForceInject.m similarity index 100% rename from Pod/Classes/DIForceInject.m rename to DeluxeInjection/Classes/DIForceInject.m diff --git a/Pod/Classes/DIImperative.h b/DeluxeInjection/Classes/DIImperative.h similarity index 100% rename from Pod/Classes/DIImperative.h rename to DeluxeInjection/Classes/DIImperative.h diff --git a/Pod/Classes/DIImperative.m b/DeluxeInjection/Classes/DIImperative.m similarity index 100% rename from Pod/Classes/DIImperative.m rename to DeluxeInjection/Classes/DIImperative.m diff --git a/Pod/Classes/DIInject.h b/DeluxeInjection/Classes/DIInject.h similarity index 100% rename from Pod/Classes/DIInject.h rename to DeluxeInjection/Classes/DIInject.h diff --git a/Pod/Classes/DIInject.m b/DeluxeInjection/Classes/DIInject.m similarity index 100% rename from Pod/Classes/DIInject.m rename to DeluxeInjection/Classes/DIInject.m diff --git a/Pod/Classes/DILazy.h b/DeluxeInjection/Classes/DILazy.h similarity index 100% rename from Pod/Classes/DILazy.h rename to DeluxeInjection/Classes/DILazy.h diff --git a/Pod/Classes/DILazy.m b/DeluxeInjection/Classes/DILazy.m similarity index 100% rename from Pod/Classes/DILazy.m rename to DeluxeInjection/Classes/DILazy.m diff --git a/Pod/Classes/DeluxeInjection.h b/DeluxeInjection/Classes/DeluxeInjection.h similarity index 100% rename from Pod/Classes/DeluxeInjection.h rename to DeluxeInjection/Classes/DeluxeInjection.h diff --git a/Example/DeluxeInjection.xcodeproj/project.pbxproj b/Example/DeluxeInjection.xcodeproj/project.pbxproj index 2732e8d..f16458a 100644 --- a/Example/DeluxeInjection.xcodeproj/project.pbxproj +++ b/Example/DeluxeInjection.xcodeproj/project.pbxproj @@ -7,7 +7,14 @@ objects = { /* Begin PBXBuildFile section */ - 0C12F75A37F9FD81716CB47A /* Pods_DeluxeInjection_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4274A489A49BEDDC79234417 /* Pods_DeluxeInjection_Tests.framework */; }; + 0EADF4BC46A95CD299567305 /* Pods_DeluxeInjection_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 63D3617C9A80DD17E56FCE08 /* Pods_DeluxeInjection_Example.framework */; }; + 438583FD33B3034D025CEE71 /* Pods_DeluxeInjection_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6884A3569856CB2FFB3E6F74 /* Pods_DeluxeInjection_Tests.framework */; }; + 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; + 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; }; + 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; + 6003F598195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F596195388D20070C39A /* InfoPlist.strings */; }; + 6003F59A195388D20070C39A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F599195388D20070C39A /* main.m */; }; + 6003F59E195388D20070C39A /* DIAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F59D195388D20070C39A /* DIAppDelegate.m */; }; 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F5AF195388D20070C39A /* XCTest.framework */; }; 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; @@ -15,25 +22,56 @@ 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; }; /* End PBXBuildFile section */ +/* Begin PBXContainerItemProxy section */ + 6003F5B3195388D20070C39A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 6003F582195388D10070C39A /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6003F589195388D20070C39A; + remoteInfo = DeluxeInjection; + }; +/* End PBXContainerItemProxy section */ + /* Begin PBXFileReference section */ - 325813A9E8C9C434AC78A1D2 /* Pods-DeluxeInjection_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DeluxeInjection_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests.release.xcconfig"; sourceTree = ""; }; - 4274A489A49BEDDC79234417 /* Pods_DeluxeInjection_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DeluxeInjection_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 31B5289FDB01D77A7DE8BBDD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; + 372D7399E8208F730A3C36E7 /* Pods-DeluxeInjection_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DeluxeInjection_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example.release.xcconfig"; sourceTree = ""; }; + 6003F58A195388D20070C39A /* DeluxeInjection_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DeluxeInjection_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 6003F595195388D20070C39A /* DeluxeInjection-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "DeluxeInjection-Info.plist"; sourceTree = ""; }; + 6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 6003F59B195388D20070C39A /* DeluxeInjection-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DeluxeInjection-Prefix.pch"; sourceTree = ""; }; + 6003F59C195388D20070C39A /* DIAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DIAppDelegate.h; sourceTree = ""; }; + 6003F59D195388D20070C39A /* DIAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DIAppDelegate.m; sourceTree = ""; }; 6003F5AE195388D20070C39A /* DeluxeInjection_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DeluxeInjection_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = ""; }; 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = ""; }; 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = ""; }; - 80D41A7681477E3A1A286149 /* Pods-DeluxeInjection_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DeluxeInjection_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests.debug.xcconfig"; sourceTree = ""; }; - AA0404728F804449270D464A /* DeluxeInjection.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = DeluxeInjection.podspec; path = ../DeluxeInjection.podspec; sourceTree = ""; }; - F9026C453CB667FEE22D8C0F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; - F93F4FE97EF2C81B37F10C67 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; + 63D3617C9A80DD17E56FCE08 /* Pods_DeluxeInjection_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DeluxeInjection_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6884A3569856CB2FFB3E6F74 /* Pods_DeluxeInjection_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DeluxeInjection_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 7E0D553882C7D23CCDB521D0 /* Pods-DeluxeInjection_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DeluxeInjection_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests.release.xcconfig"; sourceTree = ""; }; + 86DCA1CAD68BA4B182D1766E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; + DE9A9F81BBBE43EA4D1527E8 /* Pods-DeluxeInjection_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DeluxeInjection_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests.debug.xcconfig"; sourceTree = ""; }; + E8A25A60C86ABDCB3CBB9878 /* Pods-DeluxeInjection_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DeluxeInjection_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example.debug.xcconfig"; sourceTree = ""; }; + FD789DD1A5EA0841A86683AD /* DeluxeInjection.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = DeluxeInjection.podspec; path = ../DeluxeInjection.podspec; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ + 6003F587195388D20070C39A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */, + 6003F592195388D20070C39A /* UIKit.framework in Frameworks */, + 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */, + 0EADF4BC46A95CD299567305 /* Pods_DeluxeInjection_Example.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6003F5AB195388D20070C39A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -41,7 +79,7 @@ 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */, 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */, 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */, - 0C12F75A37F9FD81716CB47A /* Pods_DeluxeInjection_Tests.framework in Frameworks */, + 438583FD33B3034D025CEE71 /* Pods_DeluxeInjection_Tests.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -52,16 +90,18 @@ isa = PBXGroup; children = ( 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */, + 6003F593195388D20070C39A /* Example for DeluxeInjection */, 6003F5B5195388D20070C39A /* Tests */, 6003F58C195388D20070C39A /* Frameworks */, 6003F58B195388D20070C39A /* Products */, - 6037373AD3AF24BE566686FC /* Pods */, + AE539EB2F037B0B8EA1FB3C6 /* Pods */, ); sourceTree = ""; }; 6003F58B195388D20070C39A /* Products */ = { isa = PBXGroup; children = ( + 6003F58A195388D20070C39A /* DeluxeInjection_Example.app */, 6003F5AE195388D20070C39A /* DeluxeInjection_Tests.xctest */, ); name = Products; @@ -74,11 +114,34 @@ 6003F58F195388D20070C39A /* CoreGraphics.framework */, 6003F591195388D20070C39A /* UIKit.framework */, 6003F5AF195388D20070C39A /* XCTest.framework */, - 4274A489A49BEDDC79234417 /* Pods_DeluxeInjection_Tests.framework */, + 63D3617C9A80DD17E56FCE08 /* Pods_DeluxeInjection_Example.framework */, + 6884A3569856CB2FFB3E6F74 /* Pods_DeluxeInjection_Tests.framework */, ); name = Frameworks; sourceTree = ""; }; + 6003F593195388D20070C39A /* Example for DeluxeInjection */ = { + isa = PBXGroup; + children = ( + 6003F59C195388D20070C39A /* DIAppDelegate.h */, + 6003F59D195388D20070C39A /* DIAppDelegate.m */, + 6003F594195388D20070C39A /* Supporting Files */, + ); + name = "Example for DeluxeInjection"; + path = DeluxeInjection; + sourceTree = ""; + }; + 6003F594195388D20070C39A /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 6003F595195388D20070C39A /* DeluxeInjection-Info.plist */, + 6003F596195388D20070C39A /* InfoPlist.strings */, + 6003F599195388D20070C39A /* main.m */, + 6003F59B195388D20070C39A /* DeluxeInjection-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; 6003F5B5195388D20070C39A /* Tests */ = { isa = PBXGroup; children = ( @@ -98,42 +161,65 @@ name = "Supporting Files"; sourceTree = ""; }; - 6037373AD3AF24BE566686FC /* Pods */ = { + 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = { isa = PBXGroup; children = ( - 80D41A7681477E3A1A286149 /* Pods-DeluxeInjection_Tests.debug.xcconfig */, - 325813A9E8C9C434AC78A1D2 /* Pods-DeluxeInjection_Tests.release.xcconfig */, + FD789DD1A5EA0841A86683AD /* DeluxeInjection.podspec */, + 31B5289FDB01D77A7DE8BBDD /* README.md */, + 86DCA1CAD68BA4B182D1766E /* LICENSE */, ); - name = Pods; + name = "Podspec Metadata"; sourceTree = ""; }; - 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = { + AE539EB2F037B0B8EA1FB3C6 /* Pods */ = { isa = PBXGroup; children = ( - AA0404728F804449270D464A /* DeluxeInjection.podspec */, - F93F4FE97EF2C81B37F10C67 /* README.md */, - F9026C453CB667FEE22D8C0F /* LICENSE */, + DE9A9F81BBBE43EA4D1527E8 /* Pods-DeluxeInjection_Tests.debug.xcconfig */, + 7E0D553882C7D23CCDB521D0 /* Pods-DeluxeInjection_Tests.release.xcconfig */, + E8A25A60C86ABDCB3CBB9878 /* Pods-DeluxeInjection_Example.debug.xcconfig */, + 372D7399E8208F730A3C36E7 /* Pods-DeluxeInjection_Example.release.xcconfig */, ); - name = "Podspec Metadata"; + name = Pods; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ + 6003F589195388D20070C39A /* DeluxeInjection_Example */ = { + isa = PBXNativeTarget; + buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "DeluxeInjection_Example" */; + buildPhases = ( + DB43ED93A5AC988E811E2118 /* 📦 Check Pods Manifest.lock */, + 6003F586195388D20070C39A /* Sources */, + 6003F587195388D20070C39A /* Frameworks */, + 6003F588195388D20070C39A /* Resources */, + 7EA2819488D1C6811AA204F3 /* 📦 Embed Pods Frameworks */, + 4B4BC63FD9BE7DD21035C9C4 /* 📦 Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = DeluxeInjection_Example; + productName = DeluxeInjection; + productReference = 6003F58A195388D20070C39A /* DeluxeInjection_Example.app */; + productType = "com.apple.product-type.application"; + }; 6003F5AD195388D20070C39A /* DeluxeInjection_Tests */ = { isa = PBXNativeTarget; buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "DeluxeInjection_Tests" */; buildPhases = ( - 23872D28704531D275000725 /* 📦 Check Pods Manifest.lock */, + 063A3643E179B6FAA918A373 /* 📦 Check Pods Manifest.lock */, 6003F5AA195388D20070C39A /* Sources */, 6003F5AB195388D20070C39A /* Frameworks */, 6003F5AC195388D20070C39A /* Resources */, - 3E3E6A67293DF1905544B4F2 /* 📦 Embed Pods Frameworks */, - FFE86BE0D5BD33F737403B2C /* 📦 Copy Pods Resources */, + 66F0E482C6D6CE715AA3C22C /* 📦 Embed Pods Frameworks */, + 1D342014BF5FBA61CC593C27 /* 📦 Copy Pods Resources */, ); buildRules = ( ); dependencies = ( + 6003F5B4195388D20070C39A /* PBXTargetDependency */, ); name = DeluxeInjection_Tests; productName = DeluxeInjectionTests; @@ -168,12 +254,21 @@ projectDirPath = ""; projectRoot = ""; targets = ( + 6003F589195388D20070C39A /* DeluxeInjection_Example */, 6003F5AD195388D20070C39A /* DeluxeInjection_Tests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ + 6003F588195388D20070C39A /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6003F598195388D20070C39A /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6003F5AC195388D20070C39A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -185,7 +280,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 23872D28704531D275000725 /* 📦 Check Pods Manifest.lock */ = { + 063A3643E179B6FAA918A373 /* 📦 Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -200,7 +295,37 @@ shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; showEnvVarsInLog = 0; }; - 3E3E6A67293DF1905544B4F2 /* 📦 Embed Pods Frameworks */ = { + 1D342014BF5FBA61CC593C27 /* 📦 Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "📦 Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 4B4BC63FD9BE7DD21035C9C4 /* 📦 Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "📦 Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 66F0E482C6D6CE715AA3C22C /* 📦 Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -215,24 +340,48 @@ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - FFE86BE0D5BD33F737403B2C /* 📦 Copy Pods Resources */ = { + 7EA2819488D1C6811AA204F3 /* 📦 Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "📦 Copy Pods Resources"; + name = "📦 Embed Pods Frameworks"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests-resources.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + DB43ED93A5AC988E811E2118 /* 📦 Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "📦 Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ + 6003F586195388D20070C39A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6003F59E195388D20070C39A /* DIAppDelegate.m in Sources */, + 6003F59A195388D20070C39A /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6003F5AA195388D20070C39A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -243,7 +392,23 @@ }; /* End PBXSourcesBuildPhase section */ +/* Begin PBXTargetDependency section */ + 6003F5B4195388D20070C39A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 6003F589195388D20070C39A /* DeluxeInjection_Example */; + targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + /* Begin PBXVariantGroup section */ + 6003F596195388D20070C39A /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 6003F597195388D20070C39A /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; 6003F5B8195388D20070C39A /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( @@ -328,10 +493,50 @@ }; name = Release; }; + 6003F5C0195388D20070C39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E8A25A60C86ABDCB3CBB9878 /* Pods-DeluxeInjection_Example.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "DeluxeInjection/DeluxeInjection-Prefix.pch"; + INFOPLIST_FILE = "DeluxeInjection/DeluxeInjection-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MODULE_NAME = ExampleApp; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 6003F5C1195388D20070C39A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 372D7399E8208F730A3C36E7 /* Pods-DeluxeInjection_Example.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "DeluxeInjection/DeluxeInjection-Prefix.pch"; + INFOPLIST_FILE = "DeluxeInjection/DeluxeInjection-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MODULE_NAME = ExampleApp; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; 6003F5C3195388D20070C39A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 80D41A7681477E3A1A286149 /* Pods-DeluxeInjection_Tests.debug.xcconfig */; + baseConfigurationReference = DE9A9F81BBBE43EA4D1527E8 /* Pods-DeluxeInjection_Tests.debug.xcconfig */; buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -348,8 +553,14 @@ }; 6003F5C4195388D20070C39A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 325813A9E8C9C434AC78A1D2 /* Pods-DeluxeInjection_Tests.release.xcconfig */; + baseConfigurationReference = 7E0D553882C7D23CCDB521D0 /* Pods-DeluxeInjection_Tests.release.xcconfig */; buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch"; INFOPLIST_FILE = "Tests/Tests-Info.plist"; @@ -372,6 +583,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "DeluxeInjection_Example" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6003F5C0195388D20070C39A /* Debug */, + 6003F5C1195388D20070C39A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "DeluxeInjection_Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Example/DeluxeInjection.xcodeproj/xcshareddata/xcschemes/DeluxeInjection-Example.xcscheme b/Example/DeluxeInjection.xcodeproj/xcshareddata/xcschemes/DeluxeInjection-Example.xcscheme index 7b14f66..39a8175 100644 --- a/Example/DeluxeInjection.xcodeproj/xcshareddata/xcschemes/DeluxeInjection-Example.xcscheme +++ b/Example/DeluxeInjection.xcodeproj/xcshareddata/xcschemes/DeluxeInjection-Example.xcscheme @@ -1,6 +1,6 @@ + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/Example/DeluxeInjection/DIAppDelegate.m b/Example/DeluxeInjection/DIAppDelegate.m new file mode 100644 index 0000000..b9d2d23 --- /dev/null +++ b/Example/DeluxeInjection/DIAppDelegate.m @@ -0,0 +1,45 @@ +// +// DIAppDelegate.m +// DeluxeInjection +// +// Created by Anton Bukov on 05/23/2016. +// Copyright (c) 2016 Anton Bukov. All rights reserved. +// + +#import "DIAppDelegate.h" + +@implementation DIAppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/Example/DeluxeInjection/DeluxeInjection-Info.plist b/Example/DeluxeInjection/DeluxeInjection-Info.plist new file mode 100644 index 0000000..6a012bd --- /dev/null +++ b/Example/DeluxeInjection/DeluxeInjection-Info.plist @@ -0,0 +1,45 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/Example/DeluxeInjection/DeluxeInjection-Prefix.pch b/Example/DeluxeInjection/DeluxeInjection-Prefix.pch new file mode 100644 index 0000000..7825372 --- /dev/null +++ b/Example/DeluxeInjection/DeluxeInjection-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + @import UIKit; + @import Foundation; +#endif diff --git a/Example/DeluxeInjection/en.lproj/InfoPlist.strings b/Example/DeluxeInjection/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/Example/DeluxeInjection/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Example/DeluxeInjection/main.m b/Example/DeluxeInjection/main.m new file mode 100644 index 0000000..6a4da8e --- /dev/null +++ b/Example/DeluxeInjection/main.m @@ -0,0 +1,17 @@ +// +// main.m +// DeluxeInjection +// +// Created by Anton Bukov on 05/23/2016. +// Copyright (c) 2016 Anton Bukov. All rights reserved. +// + +@import UIKit; +#import "DIAppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([DIAppDelegate class])); + } +} diff --git a/Example/Podfile b/Example/Podfile index 068bd3c..c30665b 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,6 +1,9 @@ -source 'https://github.com/CocoaPods/Specs.git' use_frameworks! -target 'DeluxeInjection_Tests' do +target 'DeluxeInjection_Example' do pod 'DeluxeInjection', :path => '../' + + target 'DeluxeInjection_Tests' do + inherit! :search_paths + end end diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 20efac0..5e74c9d 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -11,9 +11,9 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - DeluxeInjection: 3402ea17cac8fb0dbcb316753c36406076bfde22 + DeluxeInjection: f94ac6a292c35a5ad2cef96bf0a61d6a155a0fa1 RuntimeRoutines: 2b79a691652c63061de81982b4a524cb3b323cf3 -PODFILE CHECKSUM: 095b1b2a21b7a2eaf9b786c4cf1f3c391bbf4c94 +PODFILE CHECKSUM: 81c90c6c2ec9754827499be4f3481cecc117ffe0 COCOAPODS: 1.0.0 diff --git a/Example/Pods/Local Podspecs/DeluxeInjection.podspec.json b/Example/Pods/Local Podspecs/DeluxeInjection.podspec.json index 2d525de..6b8ec2f 100644 --- a/Example/Pods/Local Podspecs/DeluxeInjection.podspec.json +++ b/Example/Pods/Local Podspecs/DeluxeInjection.podspec.json @@ -14,11 +14,9 @@ }, "social_media_url": "https://twitter.com/k06a", "platforms": { - "ios": "7.0" + "ios": "8.0" }, - "requires_arc": true, - "source_files": "Pod/Classes/**/*", - "public_header_files": "Pod/Classes/DeluxeInjection.h", + "source_files": "DeluxeInjection/Classes/**/*", "dependencies": { "RuntimeRoutines": [ diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 20efac0..5e74c9d 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -11,9 +11,9 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - DeluxeInjection: 3402ea17cac8fb0dbcb316753c36406076bfde22 + DeluxeInjection: f94ac6a292c35a5ad2cef96bf0a61d6a155a0fa1 RuntimeRoutines: 2b79a691652c63061de81982b4a524cb3b323cf3 -PODFILE CHECKSUM: 095b1b2a21b7a2eaf9b786c4cf1f3c391bbf4c94 +PODFILE CHECKSUM: 81c90c6c2ec9754827499be4f3481cecc117ffe0 COCOAPODS: 1.0.0 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index cb4c94d..50c8cfa 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -7,50 +7,53 @@ objects = { /* Begin PBXBuildFile section */ - 1402B29B3B31EC2955A6C6ACC941DCE4 /* DIInject.h in Headers */ = {isa = PBXBuildFile; fileRef = E7CE6B0FB3712D780153C62B08949C48 /* DIInject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1961E631FDC2B44100F3FEDB1E132FDD /* DIDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 765EF98DDAA65CB2B93B5E7B8AA0060B /* DIDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D033A77E20EF2FC3833BA8EA356FABA /* DIDeluxeInjection.h in Headers */ = {isa = PBXBuildFile; fileRef = B10D08958437A3DE2B5251571E8862D4 /* DIDeluxeInjection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F8DEA17BB35633F2C514E187042E7F8 /* DeluxeInjection-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AB776DCFE119943C17B2E1BF66AFC017 /* DeluxeInjection-dummy.m */; }; + 03E3C62D92A078E65ABD7AA83DEDA730 /* DILazy.h in Headers */ = {isa = PBXBuildFile; fileRef = B43C183D3FE1CA258CAACE8739658BD4 /* DILazy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3640C9F795494AAB5199D6C20A5B69F2 /* DIDeluxeInjection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F1DE6E6F0DF2ACBD67282330398E349 /* DIDeluxeInjection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4CF3A641D96610B37DC8000617605DB5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50FA752FF315BD6DBF821084189A17CC /* Foundation.framework */; }; + 4F8DEA17BB35633F2C514E187042E7F8 /* DeluxeInjection-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6782DCFF68A7C5CE3A84F51F2CEA5858 /* DeluxeInjection-dummy.m */; }; 4F990E52101D80E5DC59969976D8D603 /* RuntimeRoutines.m in Sources */ = {isa = PBXBuildFile; fileRef = 91394A00B011101A17FE19DA352CA94F /* RuntimeRoutines.m */; }; - 5A2C5372ED3DC6541F3BA4D92BE1DB20 /* DIDeluxeInjectionPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B2EA1F194911EE9A6155051A55091BC /* DIDeluxeInjectionPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63F154E2FC371EE316694413E9DCE87D /* DIForceInject.h in Headers */ = {isa = PBXBuildFile; fileRef = 90AAAAE384E4BC8149D46F13CA0ED959 /* DIForceInject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 670EA9C39E58DD6E28BA0D24DFC52680 /* DIForceInject.m in Sources */ = {isa = PBXBuildFile; fileRef = 7ACC849E5F3052077EAEB5AECF155D75 /* DIForceInject.m */; }; - 6B0AEA04D077CDD56ADAE8A625D7B958 /* DILazy.m in Sources */ = {isa = PBXBuildFile; fileRef = D6F577D3E06FD9DA1EE87EF9E1C6C8FC /* DILazy.m */; }; - 6B1EB9F434EF25451B34045EC2CCB283 /* DILazy.h in Headers */ = {isa = PBXBuildFile; fileRef = F7FE3D93AD94BD1589CD9D0AC8FF516D /* DILazy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 739496D960046C01F37C4E5C2BC2E274 /* DIDeluxeInjection.m in Sources */ = {isa = PBXBuildFile; fileRef = D04A9F99DA56BB22504A79ADE214CBA2 /* DIDeluxeInjection.m */; }; - 79FC4BF987E531CD0C93A13D37EBEB41 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50FA752FF315BD6DBF821084189A17CC /* Foundation.framework */; }; - 7A5C76D21998B69F1B3F57854D058535 /* DIImperative.h in Headers */ = {isa = PBXBuildFile; fileRef = 821E20E3F0358D7D89256FAABDBB2A24 /* DIImperative.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84332F468C13B17774712F0B2FF8A414 /* DeluxeInjection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F9BFA021C71CFA2703F3C86B9D64486 /* DeluxeInjection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4FB4C216BD3C213FDEBB806FA9F27FC6 /* Pods-DeluxeInjection_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1564B2918F20A52BFCC0D9CA99C87E10 /* Pods-DeluxeInjection_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 64AB1A5DC0C55913F3443A4328719C9A /* DIForceInject.h in Headers */ = {isa = PBXBuildFile; fileRef = 872CCDB3DF60F7F9B867486E64E98277 /* DIForceInject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 670EA9C39E58DD6E28BA0D24DFC52680 /* DIForceInject.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B9B9827015490C76416F01692910754 /* DIForceInject.m */; }; + 6B0AEA04D077CDD56ADAE8A625D7B958 /* DILazy.m in Sources */ = {isa = PBXBuildFile; fileRef = 43D7B364F68483D474D83E6C05C2657F /* DILazy.m */; }; + 739496D960046C01F37C4E5C2BC2E274 /* DIDeluxeInjection.m in Sources */ = {isa = PBXBuildFile; fileRef = 4978679BD9CEC0DD61C9F7E3A26D2D81 /* DIDeluxeInjection.m */; }; + 74792DAF38CB95A43BCC7700563BB193 /* Pods-DeluxeInjection_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E340804C33D8ADEDE2B58053129F4ED3 /* Pods-DeluxeInjection_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 84332F468C13B17774712F0B2FF8A414 /* DeluxeInjection.h in Headers */ = {isa = PBXBuildFile; fileRef = 2316F6EACC7AE59E3B20B5761C5AE0B2 /* DeluxeInjection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 861DE416F6E28FB8D45FC3AD31DD6C10 /* DIDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 1325DE9A4403C979D99C0893E3C010C6 /* DIDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; 9239036E5578ADBDDD3362FAA8F9B603 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50FA752FF315BD6DBF821084189A17CC /* Foundation.framework */; }; + 969F385FE01A53471280A3A14A0754EF /* DIDeluxeInjectionPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = F0B235A38FE805460B6B942D4FB6BC05 /* DIDeluxeInjectionPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; 9DA86CAD31E94E85D441162C8EE355C8 /* RuntimeRoutines.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E028E7FB904A6C92E2A10AAA1EF118E /* RuntimeRoutines.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AD6D8936DA6B23020F14090C4C2CF4A5 /* DIInject.m in Sources */ = {isa = PBXBuildFile; fileRef = A65BC38A844166B59068C1542A1E9446 /* DIInject.m */; }; - CB501F712B5A5E348520DDE1C4E4497C /* Pods-DeluxeInjection_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FADEBD432D5963456D246E1E705A911 /* Pods-DeluxeInjection_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AD6D8936DA6B23020F14090C4C2CF4A5 /* DIInject.m in Sources */ = {isa = PBXBuildFile; fileRef = 39A116F6CA127EF551B4A13589EFB932 /* DIInject.m */; }; + AEEB21BB4B41814CC1E423B030EB1574 /* Pods-DeluxeInjection_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CE5DE0F3B8CC8120AB20D22A172DA2 /* Pods-DeluxeInjection_Example-dummy.m */; }; + C23DB5A010B6D6B9E5C73029BAE76F06 /* DIImperative.h in Headers */ = {isa = PBXBuildFile; fileRef = 81BDCE654BD89F1473540C30EE760EF5 /* DIImperative.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C43666EFE88BAA5FFF3F958A4E480ADD /* Pods-DeluxeInjection_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A9A444657A47916613BA5B638FC3327 /* Pods-DeluxeInjection_Tests-dummy.m */; }; D497A1B63B9F9CA2CD32A0A6DEE21909 /* RuntimeRoutines.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8F8401EE181E7916CF986B80F1A4995 /* RuntimeRoutines.framework */; }; DDD76AF87DA29F51F4B425012D5513B2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50FA752FF315BD6DBF821084189A17CC /* Foundation.framework */; }; - DF50BEE5E9615566488DD71761A9EFDD /* DIDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 91DC685B0DB5CE985F5B9E28A3D3F0E2 /* DIDefaults.m */; }; - DF9E09A81453C9391E47223915A6B13B /* DeluxeInjection-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 239DFCF5DBCB514300B351E101572EC5 /* DeluxeInjection-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DF50BEE5E9615566488DD71761A9EFDD /* DIDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = AD1443159D426CD8ED14AB7FAA9DCAE3 /* DIDefaults.m */; }; + DF9E09A81453C9391E47223915A6B13B /* DeluxeInjection-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E3E8651CF6E4A3E0E849783D39BCF1E9 /* DeluxeInjection-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3A920A88AB4B4CDB6B0BB39D173D500 /* DIInject.h in Headers */ = {isa = PBXBuildFile; fileRef = 7583287361AC56C6570F9CB62FDC0ECD /* DIInject.h */; settings = {ATTRIBUTES = (Public, ); }; }; E7D57829AF23A3F8F5B4061E23A799C0 /* RuntimeRoutines-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F47291CC3F6CD739E9EF5163E609B27 /* RuntimeRoutines-dummy.m */; }; - EA949038862BFDBCA77CA72D5BE6C09A /* DIImperative.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AC11C6B476BEE205BCE302D8EAFA4DB /* DIImperative.m */; }; - F6D41F51DDEA71F5C3E08977D4E2C7CE /* Pods-DeluxeInjection_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 75459A6112727DA342BDD45D6FA5965D /* Pods-DeluxeInjection_Tests-dummy.m */; }; + EA949038862BFDBCA77CA72D5BE6C09A /* DIImperative.m in Sources */ = {isa = PBXBuildFile; fileRef = 53AA1F7CD2F8686E2BF213B5E69E4BB4 /* DIImperative.m */; }; + EF7A29B3958171C87979B3FC4E6324CC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50FA752FF315BD6DBF821084189A17CC /* Foundation.framework */; }; F7F222BF73E8C3BB7D202D5C8248F0B6 /* RuntimeRoutines-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 43C5BC76858EBF84CB3A63E4799A6A96 /* RuntimeRoutines-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 04D7E7854D09F068281DBA622C8CB23F /* PBXContainerItemProxy */ = { + 1AFD5C63843FDFEFA227FA8D97134576 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 0E67B5517253E213EB90E8EF41E5C623; remoteInfo = RuntimeRoutines; }; - 1AFD5C63843FDFEFA227FA8D97134576 /* PBXContainerItemProxy */ = { + 6C1BBF4B2F67D36B1F2B804FFD7E35F7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 0E67B5517253E213EB90E8EF41E5C623; remoteInfo = RuntimeRoutines; }; - 2A98AD6E800A5FDFCDC2E34F1F06DA6F /* PBXContainerItemProxy */ = { + C9E3C023B416BC677D9246F49064783C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; @@ -60,53 +63,72 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 020265C4FF13DB0972F20AEC612C2572 /* Pods-DeluxeInjection_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-DeluxeInjection_Tests-frameworks.sh"; sourceTree = ""; }; - 10D4C17C1A431101E441AF34BA981256 /* DeluxeInjection.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DeluxeInjection.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 05088510D495C7AADD09A6A22D0CBB52 /* Pods-DeluxeInjection_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-DeluxeInjection_Example-resources.sh"; sourceTree = ""; }; + 0A7853CDAFAF79F6BEF91EDBF99C299F /* Pods-DeluxeInjection_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-DeluxeInjection_Example.modulemap"; sourceTree = ""; }; + 122A46C9589A760B40132D3EBBEBAC82 /* Pods-DeluxeInjection_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DeluxeInjection_Tests.debug.xcconfig"; sourceTree = ""; }; 12A95297C09F9A6B8B3C6502FCD27694 /* RuntimeRoutines-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RuntimeRoutines-prefix.pch"; sourceTree = ""; }; + 1325DE9A4403C979D99C0893E3C010C6 /* DIDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DIDefaults.h; sourceTree = ""; }; + 1564B2918F20A52BFCC0D9CA99C87E10 /* Pods-DeluxeInjection_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-DeluxeInjection_Example-umbrella.h"; sourceTree = ""; }; + 18689D776AC34FF2B0257DDE06630113 /* Pods-DeluxeInjection_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-DeluxeInjection_Example-frameworks.sh"; sourceTree = ""; }; + 1A0650F7C334CE59BE95627355DA8690 /* Pods-DeluxeInjection_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DeluxeInjection_Example-acknowledgements.plist"; sourceTree = ""; }; 1EC162C2A566F9DB745D426B0518D38D /* RuntimeRoutines.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RuntimeRoutines.xcconfig; sourceTree = ""; }; + 1F1DE6E6F0DF2ACBD67282330398E349 /* DIDeluxeInjection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DIDeluxeInjection.h; sourceTree = ""; }; 1F47291CC3F6CD739E9EF5163E609B27 /* RuntimeRoutines-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RuntimeRoutines-dummy.m"; sourceTree = ""; }; - 1F9BFA021C71CFA2703F3C86B9D64486 /* DeluxeInjection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DeluxeInjection.h; sourceTree = ""; }; - 1FADEBD432D5963456D246E1E705A911 /* Pods-DeluxeInjection_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-DeluxeInjection_Tests-umbrella.h"; sourceTree = ""; }; - 239DFCF5DBCB514300B351E101572EC5 /* DeluxeInjection-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DeluxeInjection-umbrella.h"; sourceTree = ""; }; - 2A1DFB24DB024B494A806BD4FB276526 /* RuntimeRoutines.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RuntimeRoutines.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 4303E3ECFA5F02F29654B9C00DF8037E /* Pods-DeluxeInjection_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-DeluxeInjection_Tests.modulemap"; sourceTree = ""; }; + 2316F6EACC7AE59E3B20B5761C5AE0B2 /* DeluxeInjection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DeluxeInjection.h; sourceTree = ""; }; + 27CE5DE0F3B8CC8120AB20D22A172DA2 /* Pods-DeluxeInjection_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-DeluxeInjection_Example-dummy.m"; sourceTree = ""; }; + 28235174898A24DC1013C811BDAAA57F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 39A116F6CA127EF551B4A13589EFB932 /* DIInject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = DIInject.m; sourceTree = ""; }; + 39D6D36C32C30889110EA6D772FCCEB2 /* DeluxeInjection.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DeluxeInjection.xcconfig; sourceTree = ""; }; + 3B9B9827015490C76416F01692910754 /* DIForceInject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = DIForceInject.m; sourceTree = ""; }; + 3E5B60DC7B4F4627D60993346C8530E3 /* RuntimeRoutines.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RuntimeRoutines.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 40982DC197B4DC631AFD1AAB49A9D36B /* Pods-DeluxeInjection_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DeluxeInjection_Example.release.xcconfig"; sourceTree = ""; }; 43C5BC76858EBF84CB3A63E4799A6A96 /* RuntimeRoutines-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RuntimeRoutines-umbrella.h"; sourceTree = ""; }; + 43D7B364F68483D474D83E6C05C2657F /* DILazy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = DILazy.m; sourceTree = ""; }; + 4978679BD9CEC0DD61C9F7E3A26D2D81 /* DIDeluxeInjection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = DIDeluxeInjection.m; sourceTree = ""; }; + 4DF364A85E573D5459D729FCA83AFB58 /* Pods-DeluxeInjection_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-DeluxeInjection_Example-acknowledgements.markdown"; sourceTree = ""; }; 4E028E7FB904A6C92E2A10AAA1EF118E /* RuntimeRoutines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RuntimeRoutines.h; path = Pod/Classes/RuntimeRoutines.h; sourceTree = ""; }; - 4E0C5440C9B722AD5644B2264BD0EE26 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 4ECFAEDB2653C6E4CE463987F6B0D9B4 /* DeluxeInjection-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DeluxeInjection-prefix.pch"; sourceTree = ""; }; + 500B618E4E395898D96280CC96BA387D /* DeluxeInjection.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DeluxeInjection.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 50FA752FF315BD6DBF821084189A17CC /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 60E1DC2FDE8540223509B76AD0CD285E /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 6AA169A3CA634CA87651436CFBD7A374 /* Pods-DeluxeInjection_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DeluxeInjection_Tests.debug.xcconfig"; sourceTree = ""; }; - 6B2EA1F194911EE9A6155051A55091BC /* DIDeluxeInjectionPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DIDeluxeInjectionPlugin.h; sourceTree = ""; }; - 6F8DCC682DB278C25E7C48AA538D628E /* Pods-DeluxeInjection_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DeluxeInjection_Tests.release.xcconfig"; sourceTree = ""; }; - 71E57472AF6C6FCA283E3B7C6CB8D088 /* Pods-DeluxeInjection_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DeluxeInjection_Tests-acknowledgements.plist"; sourceTree = ""; }; + 53AA1F7CD2F8686E2BF213B5E69E4BB4 /* DIImperative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = DIImperative.m; sourceTree = ""; }; + 58E1C0D689DF24083EC5F53822F4D956 /* Pods-DeluxeInjection_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-DeluxeInjection_Tests-resources.sh"; sourceTree = ""; }; + 59F83B737E9636966CCDAF84CEEB455E /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 652CC4AEDCAAC819EF7983B60AC00B2C /* Pods-DeluxeInjection_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-DeluxeInjection_Tests.modulemap"; sourceTree = ""; }; + 6782DCFF68A7C5CE3A84F51F2CEA5858 /* DeluxeInjection-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DeluxeInjection-dummy.m"; sourceTree = ""; }; + 6A9A444657A47916613BA5B638FC3327 /* Pods-DeluxeInjection_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-DeluxeInjection_Tests-dummy.m"; sourceTree = ""; }; 738E2652ED1B4DB715B27716B2DB8793 /* RuntimeRoutines.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = RuntimeRoutines.modulemap; sourceTree = ""; }; - 75459A6112727DA342BDD45D6FA5965D /* Pods-DeluxeInjection_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-DeluxeInjection_Tests-dummy.m"; sourceTree = ""; }; - 765EF98DDAA65CB2B93B5E7B8AA0060B /* DIDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DIDefaults.h; sourceTree = ""; }; - 77614F52067EE2E88E2F77779202643E /* Pods_DeluxeInjection_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DeluxeInjection_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 7ACC849E5F3052077EAEB5AECF155D75 /* DIForceInject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = DIForceInject.m; sourceTree = ""; }; - 821E20E3F0358D7D89256FAABDBB2A24 /* DIImperative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DIImperative.h; sourceTree = ""; }; - 8AC11C6B476BEE205BCE302D8EAFA4DB /* DIImperative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = DIImperative.m; sourceTree = ""; }; - 90AAAAE384E4BC8149D46F13CA0ED959 /* DIForceInject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DIForceInject.h; sourceTree = ""; }; + 7583287361AC56C6570F9CB62FDC0ECD /* DIInject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DIInject.h; sourceTree = ""; }; + 81BDCE654BD89F1473540C30EE760EF5 /* DIImperative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DIImperative.h; sourceTree = ""; }; + 872CCDB3DF60F7F9B867486E64E98277 /* DIForceInject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DIForceInject.h; sourceTree = ""; }; 91394A00B011101A17FE19DA352CA94F /* RuntimeRoutines.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RuntimeRoutines.m; path = Pod/Classes/RuntimeRoutines.m; sourceTree = ""; }; - 91DC685B0DB5CE985F5B9E28A3D3F0E2 /* DIDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = DIDefaults.m; sourceTree = ""; }; 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9BEC431D2CB7DB8C32B5EFF22BB42A60 /* DeluxeInjection.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = DeluxeInjection.modulemap; sourceTree = ""; }; - 9BF2FE3412815504A097E16C268FF387 /* Pods-DeluxeInjection_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-DeluxeInjection_Tests-resources.sh"; sourceTree = ""; }; - A65BC38A844166B59068C1542A1E9446 /* DIInject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = DIInject.m; sourceTree = ""; }; + 9888A13FE615B7C5DF6A7A279A43FF28 /* Pods-DeluxeInjection_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DeluxeInjection_Tests-acknowledgements.plist"; sourceTree = ""; }; + 9D60172841451B2D95733AA5AF831A4D /* DeluxeInjection-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DeluxeInjection-prefix.pch"; sourceTree = ""; }; + A15A0406567C7D99464B5A2966CE82B5 /* Pods-DeluxeInjection_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-DeluxeInjection_Tests-acknowledgements.markdown"; sourceTree = ""; }; + A237881353E88112DA9EE3DCF2DFD96D /* Pods-DeluxeInjection_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-DeluxeInjection_Tests-frameworks.sh"; sourceTree = ""; }; A8F8401EE181E7916CF986B80F1A4995 /* RuntimeRoutines.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RuntimeRoutines.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - AB776DCFE119943C17B2E1BF66AFC017 /* DeluxeInjection-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DeluxeInjection-dummy.m"; sourceTree = ""; }; - B10D08958437A3DE2B5251571E8862D4 /* DIDeluxeInjection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DIDeluxeInjection.h; sourceTree = ""; }; - BD22D324EA93032A0B43F3198A58D1C1 /* Pods-DeluxeInjection_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-DeluxeInjection_Tests-acknowledgements.markdown"; sourceTree = ""; }; - D04A9F99DA56BB22504A79ADE214CBA2 /* DIDeluxeInjection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = DIDeluxeInjection.m; sourceTree = ""; }; - D6F577D3E06FD9DA1EE87EF9E1C6C8FC /* DILazy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = DILazy.m; sourceTree = ""; }; + AD1443159D426CD8ED14AB7FAA9DCAE3 /* DIDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = DIDefaults.m; sourceTree = ""; }; + B418953E68183BC2AFEEC1B4236DC381 /* DeluxeInjection.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = DeluxeInjection.modulemap; sourceTree = ""; }; + B43C183D3FE1CA258CAACE8739658BD4 /* DILazy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DILazy.h; sourceTree = ""; }; + C79B112B9B0D4DEEB22770E710F0717B /* Pods_DeluxeInjection_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DeluxeInjection_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + C8795269503CEE63BB30B47D693C5573 /* Pods-DeluxeInjection_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DeluxeInjection_Example.debug.xcconfig"; sourceTree = ""; }; + C983354FBAF95156CB607EF39A45EAD2 /* Pods_DeluxeInjection_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DeluxeInjection_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + CE31F09173D4722D2634108E0A6E0FA3 /* Pods-DeluxeInjection_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DeluxeInjection_Tests.release.xcconfig"; sourceTree = ""; }; + D7CBEBE21A319EF8686AF54AC2612A95 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; D8137B1810956F123E9480BCA256BAFA /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - E7CE6B0FB3712D780153C62B08949C48 /* DIInject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DIInject.h; sourceTree = ""; }; - F7FE3D93AD94BD1589CD9D0AC8FF516D /* DILazy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DILazy.h; sourceTree = ""; }; - FDB123645BB663381E258D27C6CB474D /* DeluxeInjection.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DeluxeInjection.xcconfig; sourceTree = ""; }; + E340804C33D8ADEDE2B58053129F4ED3 /* Pods-DeluxeInjection_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-DeluxeInjection_Tests-umbrella.h"; sourceTree = ""; }; + E3E8651CF6E4A3E0E849783D39BCF1E9 /* DeluxeInjection-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DeluxeInjection-umbrella.h"; sourceTree = ""; }; + F0B235A38FE805460B6B942D4FB6BC05 /* DIDeluxeInjectionPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DIDeluxeInjectionPlugin.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ + 6B6A452056E6685530A3AA714732BE62 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4CF3A641D96610B37DC8000617605DB5 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 82449C54957BE667329E1E4692672EEF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -124,23 +146,57 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - AC2FDFEFD1BCF642E992E20F0A3AD3C6 /* Frameworks */ = { + D513DEEDF8D51ED7CDE43AF6DF950703 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 79FC4BF987E531CD0C93A13D37EBEB41 /* Foundation.framework in Frameworks */, + EF7A29B3958171C87979B3FC4E6324CC /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 22377397B97000A0ABCFB4E940F04A8E /* Pod */ = { + 193FE498BD7711D6B5346040369A48D7 /* DeluxeInjection */ = { isa = PBXGroup; children = ( - A3AB6EC8A0B4D26E5F34CA88B220B5AA /* Classes */, + A22BF097EA446F39F19F43F7D6F57297 /* DeluxeInjection */, + 6E1EBFDBAE83554859E18422412536ED /* Support Files */, ); - path = Pod; + name = DeluxeInjection; + path = ../..; + sourceTree = ""; + }; + 28838C29CF18AD2622796DC57C31C6C6 /* Products */ = { + isa = PBXGroup; + children = ( + 500B618E4E395898D96280CC96BA387D /* DeluxeInjection.framework */, + C983354FBAF95156CB607EF39A45EAD2 /* Pods_DeluxeInjection_Example.framework */, + C79B112B9B0D4DEEB22770E710F0717B /* Pods_DeluxeInjection_Tests.framework */, + 3E5B60DC7B4F4627D60993346C8530E3 /* RuntimeRoutines.framework */, + ); + name = Products; + sourceTree = ""; + }; + 2976DF4A46AA2DEFA43A4A45DB1252F7 /* Classes */ = { + isa = PBXGroup; + children = ( + 2316F6EACC7AE59E3B20B5761C5AE0B2 /* DeluxeInjection.h */, + 1325DE9A4403C979D99C0893E3C010C6 /* DIDefaults.h */, + AD1443159D426CD8ED14AB7FAA9DCAE3 /* DIDefaults.m */, + 1F1DE6E6F0DF2ACBD67282330398E349 /* DIDeluxeInjection.h */, + 4978679BD9CEC0DD61C9F7E3A26D2D81 /* DIDeluxeInjection.m */, + F0B235A38FE805460B6B942D4FB6BC05 /* DIDeluxeInjectionPlugin.h */, + 872CCDB3DF60F7F9B867486E64E98277 /* DIForceInject.h */, + 3B9B9827015490C76416F01692910754 /* DIForceInject.m */, + 81BDCE654BD89F1473540C30EE760EF5 /* DIImperative.h */, + 53AA1F7CD2F8686E2BF213B5E69E4BB4 /* DIImperative.m */, + 7583287361AC56C6570F9CB62FDC0ECD /* DIInject.h */, + 39A116F6CA127EF551B4A13589EFB932 /* DIInject.m */, + B43C183D3FE1CA258CAACE8739658BD4 /* DILazy.h */, + 43D7B364F68483D474D83E6C05C2657F /* DILazy.m */, + ); + path = Classes; sourceTree = ""; }; 3AAF8B4B760E8DD8FCD335AB02E2472E /* iOS */ = { @@ -151,22 +207,45 @@ name = iOS; sourceTree = ""; }; - 5AF233077B21932776915B577D669A3F /* Targets Support Files */ = { + 4ABF1DBD21B477F652B32B27F7C3F68C /* Pods-DeluxeInjection_Example */ = { + isa = PBXGroup; + children = ( + D7CBEBE21A319EF8686AF54AC2612A95 /* Info.plist */, + 0A7853CDAFAF79F6BEF91EDBF99C299F /* Pods-DeluxeInjection_Example.modulemap */, + 4DF364A85E573D5459D729FCA83AFB58 /* Pods-DeluxeInjection_Example-acknowledgements.markdown */, + 1A0650F7C334CE59BE95627355DA8690 /* Pods-DeluxeInjection_Example-acknowledgements.plist */, + 27CE5DE0F3B8CC8120AB20D22A172DA2 /* Pods-DeluxeInjection_Example-dummy.m */, + 18689D776AC34FF2B0257DDE06630113 /* Pods-DeluxeInjection_Example-frameworks.sh */, + 05088510D495C7AADD09A6A22D0CBB52 /* Pods-DeluxeInjection_Example-resources.sh */, + 1564B2918F20A52BFCC0D9CA99C87E10 /* Pods-DeluxeInjection_Example-umbrella.h */, + C8795269503CEE63BB30B47D693C5573 /* Pods-DeluxeInjection_Example.debug.xcconfig */, + 40982DC197B4DC631AFD1AAB49A9D36B /* Pods-DeluxeInjection_Example.release.xcconfig */, + ); + name = "Pods-DeluxeInjection_Example"; + path = "Target Support Files/Pods-DeluxeInjection_Example"; + sourceTree = ""; + }; + 6C04CB11122E6313016BA585EAD7306F /* Targets Support Files */ = { isa = PBXGroup; children = ( - B4BAE5E35A5AAED5E5DFD35C8457762B /* Pods-DeluxeInjection_Tests */, + 4ABF1DBD21B477F652B32B27F7C3F68C /* Pods-DeluxeInjection_Example */, + C9BDC06802734C064B7107C8FABCCC1D /* Pods-DeluxeInjection_Tests */, ); name = "Targets Support Files"; sourceTree = ""; }; - 750C235C2074912973E2E84B0FBC7295 /* DeluxeInjection */ = { + 6E1EBFDBAE83554859E18422412536ED /* Support Files */ = { isa = PBXGroup; children = ( - 22377397B97000A0ABCFB4E940F04A8E /* Pod */, - E79BE60125BBADFA582E8B31EE1DD3E1 /* Support Files */, + B418953E68183BC2AFEEC1B4236DC381 /* DeluxeInjection.modulemap */, + 39D6D36C32C30889110EA6D772FCCEB2 /* DeluxeInjection.xcconfig */, + 6782DCFF68A7C5CE3A84F51F2CEA5858 /* DeluxeInjection-dummy.m */, + 9D60172841451B2D95733AA5AF831A4D /* DeluxeInjection-prefix.pch */, + E3E8651CF6E4A3E0E849783D39BCF1E9 /* DeluxeInjection-umbrella.h */, + 28235174898A24DC1013C811BDAAA57F /* Info.plist */, ); - name = DeluxeInjection; - path = ../..; + name = "Support Files"; + path = "Example/Pods/Target Support Files/DeluxeInjection"; sourceTree = ""; }; 7DB346D0F39D3F0E887471402A8071AB = { @@ -176,8 +255,8 @@ 8D6D38A35B0DC2C168D6A349A6F0D0EF /* Development Pods */, C14BC218F2A663C78A48D491B0D2318D /* Frameworks */, 8D0BBA8C099EBD606046DF638C3CEA78 /* Pods */, - D68BBB7B1E6880FE606CAEEC07E516C2 /* Products */, - 5AF233077B21932776915B577D669A3F /* Targets Support Files */, + 28838C29CF18AD2622796DC57C31C6C6 /* Products */, + 6C04CB11122E6313016BA585EAD7306F /* Targets Support Files */, ); sourceTree = ""; }; @@ -192,48 +271,17 @@ 8D6D38A35B0DC2C168D6A349A6F0D0EF /* Development Pods */ = { isa = PBXGroup; children = ( - 750C235C2074912973E2E84B0FBC7295 /* DeluxeInjection */, + 193FE498BD7711D6B5346040369A48D7 /* DeluxeInjection */, ); name = "Development Pods"; sourceTree = ""; }; - A3AB6EC8A0B4D26E5F34CA88B220B5AA /* Classes */ = { - isa = PBXGroup; - children = ( - 1F9BFA021C71CFA2703F3C86B9D64486 /* DeluxeInjection.h */, - 765EF98DDAA65CB2B93B5E7B8AA0060B /* DIDefaults.h */, - 91DC685B0DB5CE985F5B9E28A3D3F0E2 /* DIDefaults.m */, - B10D08958437A3DE2B5251571E8862D4 /* DIDeluxeInjection.h */, - D04A9F99DA56BB22504A79ADE214CBA2 /* DIDeluxeInjection.m */, - 6B2EA1F194911EE9A6155051A55091BC /* DIDeluxeInjectionPlugin.h */, - 90AAAAE384E4BC8149D46F13CA0ED959 /* DIForceInject.h */, - 7ACC849E5F3052077EAEB5AECF155D75 /* DIForceInject.m */, - 821E20E3F0358D7D89256FAABDBB2A24 /* DIImperative.h */, - 8AC11C6B476BEE205BCE302D8EAFA4DB /* DIImperative.m */, - E7CE6B0FB3712D780153C62B08949C48 /* DIInject.h */, - A65BC38A844166B59068C1542A1E9446 /* DIInject.m */, - F7FE3D93AD94BD1589CD9D0AC8FF516D /* DILazy.h */, - D6F577D3E06FD9DA1EE87EF9E1C6C8FC /* DILazy.m */, - ); - path = Classes; - sourceTree = ""; - }; - B4BAE5E35A5AAED5E5DFD35C8457762B /* Pods-DeluxeInjection_Tests */ = { + A22BF097EA446F39F19F43F7D6F57297 /* DeluxeInjection */ = { isa = PBXGroup; children = ( - 4E0C5440C9B722AD5644B2264BD0EE26 /* Info.plist */, - 4303E3ECFA5F02F29654B9C00DF8037E /* Pods-DeluxeInjection_Tests.modulemap */, - BD22D324EA93032A0B43F3198A58D1C1 /* Pods-DeluxeInjection_Tests-acknowledgements.markdown */, - 71E57472AF6C6FCA283E3B7C6CB8D088 /* Pods-DeluxeInjection_Tests-acknowledgements.plist */, - 75459A6112727DA342BDD45D6FA5965D /* Pods-DeluxeInjection_Tests-dummy.m */, - 020265C4FF13DB0972F20AEC612C2572 /* Pods-DeluxeInjection_Tests-frameworks.sh */, - 9BF2FE3412815504A097E16C268FF387 /* Pods-DeluxeInjection_Tests-resources.sh */, - 1FADEBD432D5963456D246E1E705A911 /* Pods-DeluxeInjection_Tests-umbrella.h */, - 6AA169A3CA634CA87651436CFBD7A374 /* Pods-DeluxeInjection_Tests.debug.xcconfig */, - 6F8DCC682DB278C25E7C48AA538D628E /* Pods-DeluxeInjection_Tests.release.xcconfig */, + 2976DF4A46AA2DEFA43A4A45DB1252F7 /* Classes */, ); - name = "Pods-DeluxeInjection_Tests"; - path = "Target Support Files/Pods-DeluxeInjection_Tests"; + path = DeluxeInjection; sourceTree = ""; }; C14BC218F2A663C78A48D491B0D2318D /* Frameworks */ = { @@ -245,14 +293,22 @@ name = Frameworks; sourceTree = ""; }; - D68BBB7B1E6880FE606CAEEC07E516C2 /* Products */ = { + C9BDC06802734C064B7107C8FABCCC1D /* Pods-DeluxeInjection_Tests */ = { isa = PBXGroup; children = ( - 10D4C17C1A431101E441AF34BA981256 /* DeluxeInjection.framework */, - 77614F52067EE2E88E2F77779202643E /* Pods_DeluxeInjection_Tests.framework */, - 2A1DFB24DB024B494A806BD4FB276526 /* RuntimeRoutines.framework */, + 59F83B737E9636966CCDAF84CEEB455E /* Info.plist */, + 652CC4AEDCAAC819EF7983B60AC00B2C /* Pods-DeluxeInjection_Tests.modulemap */, + A15A0406567C7D99464B5A2966CE82B5 /* Pods-DeluxeInjection_Tests-acknowledgements.markdown */, + 9888A13FE615B7C5DF6A7A279A43FF28 /* Pods-DeluxeInjection_Tests-acknowledgements.plist */, + 6A9A444657A47916613BA5B638FC3327 /* Pods-DeluxeInjection_Tests-dummy.m */, + A237881353E88112DA9EE3DCF2DFD96D /* Pods-DeluxeInjection_Tests-frameworks.sh */, + 58E1C0D689DF24083EC5F53822F4D956 /* Pods-DeluxeInjection_Tests-resources.sh */, + E340804C33D8ADEDE2B58053129F4ED3 /* Pods-DeluxeInjection_Tests-umbrella.h */, + 122A46C9589A760B40132D3EBBEBAC82 /* Pods-DeluxeInjection_Tests.debug.xcconfig */, + CE31F09173D4722D2634108E0A6E0FA3 /* Pods-DeluxeInjection_Tests.release.xcconfig */, ); - name = Products; + name = "Pods-DeluxeInjection_Tests"; + path = "Target Support Files/Pods-DeluxeInjection_Tests"; sourceTree = ""; }; E7421C8E5D00AFB696DF09FF6584D135 /* Support Files */ = { @@ -269,20 +325,6 @@ path = "../Target Support Files/RuntimeRoutines"; sourceTree = ""; }; - E79BE60125BBADFA582E8B31EE1DD3E1 /* Support Files */ = { - isa = PBXGroup; - children = ( - 9BEC431D2CB7DB8C32B5EFF22BB42A60 /* DeluxeInjection.modulemap */, - FDB123645BB663381E258D27C6CB474D /* DeluxeInjection.xcconfig */, - AB776DCFE119943C17B2E1BF66AFC017 /* DeluxeInjection-dummy.m */, - 4ECFAEDB2653C6E4CE463987F6B0D9B4 /* DeluxeInjection-prefix.pch */, - 239DFCF5DBCB514300B351E101572EC5 /* DeluxeInjection-umbrella.h */, - 60E1DC2FDE8540223509B76AD0CD285E /* Info.plist */, - ); - name = "Support Files"; - path = "Example/Pods/Target Support Files/DeluxeInjection"; - sourceTree = ""; - }; FEF848218AE3953BA74E6A81375AB1A3 /* RuntimeRoutines */ = { isa = PBXGroup; children = ( @@ -302,21 +344,21 @@ files = ( DF9E09A81453C9391E47223915A6B13B /* DeluxeInjection-umbrella.h in Headers */, 84332F468C13B17774712F0B2FF8A414 /* DeluxeInjection.h in Headers */, - 1961E631FDC2B44100F3FEDB1E132FDD /* DIDefaults.h in Headers */, - 1D033A77E20EF2FC3833BA8EA356FABA /* DIDeluxeInjection.h in Headers */, - 5A2C5372ED3DC6541F3BA4D92BE1DB20 /* DIDeluxeInjectionPlugin.h in Headers */, - 63F154E2FC371EE316694413E9DCE87D /* DIForceInject.h in Headers */, - 7A5C76D21998B69F1B3F57854D058535 /* DIImperative.h in Headers */, - 1402B29B3B31EC2955A6C6ACC941DCE4 /* DIInject.h in Headers */, - 6B1EB9F434EF25451B34045EC2CCB283 /* DILazy.h in Headers */, + 861DE416F6E28FB8D45FC3AD31DD6C10 /* DIDefaults.h in Headers */, + 3640C9F795494AAB5199D6C20A5B69F2 /* DIDeluxeInjection.h in Headers */, + 969F385FE01A53471280A3A14A0754EF /* DIDeluxeInjectionPlugin.h in Headers */, + 64AB1A5DC0C55913F3443A4328719C9A /* DIForceInject.h in Headers */, + C23DB5A010B6D6B9E5C73029BAE76F06 /* DIImperative.h in Headers */, + E3A920A88AB4B4CDB6B0BB39D173D500 /* DIInject.h in Headers */, + 03E3C62D92A078E65ABD7AA83DEDA730 /* DILazy.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 95FC7338405D692299173BC1B5755236 /* Headers */ = { + 5EE7B41195E6EF1BAECA517467FF7052 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - CB501F712B5A5E348520DDE1C4E4497C /* Pods-DeluxeInjection_Tests-umbrella.h in Headers */, + 74792DAF38CB95A43BCC7700563BB193 /* Pods-DeluxeInjection_Tests-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -329,6 +371,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + FABAD9B64E9597578B5F27F32E3BFA01 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 4FB4C216BD3C213FDEBB806FA9F27FC6 /* Pods-DeluxeInjection_Example-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ @@ -346,7 +396,26 @@ ); name = RuntimeRoutines; productName = RuntimeRoutines; - productReference = 2A1DFB24DB024B494A806BD4FB276526 /* RuntimeRoutines.framework */; + productReference = 3E5B60DC7B4F4627D60993346C8530E3 /* RuntimeRoutines.framework */; + productType = "com.apple.product-type.framework"; + }; + 2D616B44D8011234CF82A23D71D50585 /* Pods-DeluxeInjection_Example */ = { + isa = PBXNativeTarget; + buildConfigurationList = 13C3C279C222FA73DA7DBADCD044D7E7 /* Build configuration list for PBXNativeTarget "Pods-DeluxeInjection_Example" */; + buildPhases = ( + EC13689A85748EC68ABC37A8F1B82906 /* Sources */, + 6B6A452056E6685530A3AA714732BE62 /* Frameworks */, + FABAD9B64E9597578B5F27F32E3BFA01 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + FBC4DC1473834C3E334B088AA24402A8 /* PBXTargetDependency */, + D119CC5A9A3F18D8905A15E20AC6BA9E /* PBXTargetDependency */, + ); + name = "Pods-DeluxeInjection_Example"; + productName = "Pods-DeluxeInjection_Example"; + productReference = C983354FBAF95156CB607EF39A45EAD2 /* Pods_DeluxeInjection_Example.framework */; productType = "com.apple.product-type.framework"; }; 3DA21379ED51BAA9A1D5073D418BF1A6 /* DeluxeInjection */ = { @@ -364,26 +433,24 @@ ); name = DeluxeInjection; productName = DeluxeInjection; - productReference = 10D4C17C1A431101E441AF34BA981256 /* DeluxeInjection.framework */; + productReference = 500B618E4E395898D96280CC96BA387D /* DeluxeInjection.framework */; productType = "com.apple.product-type.framework"; }; - 778D39FC0BD9931C8AFC31E1B0BD0B3B /* Pods-DeluxeInjection_Tests */ = { + 9045BBF76471E094748B976A3989DF77 /* Pods-DeluxeInjection_Tests */ = { isa = PBXNativeTarget; - buildConfigurationList = 7525FCB7EBB7C5925656CDD4868F9585 /* Build configuration list for PBXNativeTarget "Pods-DeluxeInjection_Tests" */; + buildConfigurationList = DD3111639128360F60D045A744D0A873 /* Build configuration list for PBXNativeTarget "Pods-DeluxeInjection_Tests" */; buildPhases = ( - 031CA5D013B2FA5724907761528B07A1 /* Sources */, - AC2FDFEFD1BCF642E992E20F0A3AD3C6 /* Frameworks */, - 95FC7338405D692299173BC1B5755236 /* Headers */, + 68FCA2A9129AE02E06D9C62748D277E4 /* Sources */, + D513DEEDF8D51ED7CDE43AF6DF950703 /* Frameworks */, + 5EE7B41195E6EF1BAECA517467FF7052 /* Headers */, ); buildRules = ( ); dependencies = ( - 528C3F097E2B35BEFD3FDE50B4B428CE /* PBXTargetDependency */, - 70DED17D400F518F33D1EF17C50827CF /* PBXTargetDependency */, ); name = "Pods-DeluxeInjection_Tests"; productName = "Pods-DeluxeInjection_Tests"; - productReference = 77614F52067EE2E88E2F77779202643E /* Pods_DeluxeInjection_Tests.framework */; + productReference = C79B112B9B0D4DEEB22770E710F0717B /* Pods_DeluxeInjection_Tests.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ @@ -403,26 +470,19 @@ en, ); mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = D68BBB7B1E6880FE606CAEEC07E516C2 /* Products */; + productRefGroup = 28838C29CF18AD2622796DC57C31C6C6 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 3DA21379ED51BAA9A1D5073D418BF1A6 /* DeluxeInjection */, - 778D39FC0BD9931C8AFC31E1B0BD0B3B /* Pods-DeluxeInjection_Tests */, + 2D616B44D8011234CF82A23D71D50585 /* Pods-DeluxeInjection_Example */, + 9045BBF76471E094748B976A3989DF77 /* Pods-DeluxeInjection_Tests */, 0E67B5517253E213EB90E8EF41E5C623 /* RuntimeRoutines */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ - 031CA5D013B2FA5724907761528B07A1 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F6D41F51DDEA71F5C3E08977D4E2C7CE /* Pods-DeluxeInjection_Tests-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 473501E49EE16D2CA1124688AC1C478C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -446,33 +506,49 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 68FCA2A9129AE02E06D9C62748D277E4 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C43666EFE88BAA5FFF3F958A4E480ADD /* Pods-DeluxeInjection_Tests-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EC13689A85748EC68ABC37A8F1B82906 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + AEEB21BB4B41814CC1E423B030EB1574 /* Pods-DeluxeInjection_Example-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 528C3F097E2B35BEFD3FDE50B4B428CE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DeluxeInjection; - target = 3DA21379ED51BAA9A1D5073D418BF1A6 /* DeluxeInjection */; - targetProxy = 2A98AD6E800A5FDFCDC2E34F1F06DA6F /* PBXContainerItemProxy */; - }; 53134AB17CF0DF55F719B1CD99655233 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RuntimeRoutines; target = 0E67B5517253E213EB90E8EF41E5C623 /* RuntimeRoutines */; targetProxy = 1AFD5C63843FDFEFA227FA8D97134576 /* PBXContainerItemProxy */; }; - 70DED17D400F518F33D1EF17C50827CF /* PBXTargetDependency */ = { + D119CC5A9A3F18D8905A15E20AC6BA9E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RuntimeRoutines; target = 0E67B5517253E213EB90E8EF41E5C623 /* RuntimeRoutines */; - targetProxy = 04D7E7854D09F068281DBA622C8CB23F /* PBXContainerItemProxy */; + targetProxy = 6C1BBF4B2F67D36B1F2B804FFD7E35F7 /* PBXContainerItemProxy */; + }; + FBC4DC1473834C3E334B088AA24402A8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DeluxeInjection; + target = 3DA21379ED51BAA9A1D5073D418BF1A6 /* DeluxeInjection */; + targetProxy = C9E3C023B416BC677D9246F49064783C /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 405BDC54727FAEAAF48541D2271EE807 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FDB123645BB663381E258D27C6CB474D /* DeluxeInjection.xcconfig */; + baseConfigurationReference = 39D6D36C32C30889110EA6D772FCCEB2 /* DeluxeInjection.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -499,6 +575,39 @@ }; name = Debug; }; + 465C2A29C14468943B8300E60435E7F5 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 40982DC197B4DC631AFD1AAB49A9D36B /* Pods-DeluxeInjection_Example.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/Pods-DeluxeInjection_Example/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_DeluxeInjection_Example; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 47BEF9D903506B003EA5C2B249729489 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -541,13 +650,13 @@ }; name = Debug; }; - A2EFC6FFF2FAC59AFBF6EB25FD53D557 /* Release */ = { + 6B0820F7C18FD768389903EF64C2DD0D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6F8DCC682DB278C25E7C48AA538D628E /* Pods-DeluxeInjection_Tests.release.xcconfig */; + baseConfigurationReference = 122A46C9589A760B40132D3EBBEBAC82 /* Pods-DeluxeInjection_Tests.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -560,7 +669,7 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; MODULEMAP_FILE = "Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; + MTL_ENABLE_DEBUG_INFO = YES; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -572,7 +681,7 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; AAF678CED40D3499169D10F63CA0719E /* Release */ = { isa = XCBuildConfiguration; @@ -643,7 +752,7 @@ }; D440F3F2DBFEB0192D8E39E00ABF6B3D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FDB123645BB663381E258D27C6CB474D /* DeluxeInjection.xcconfig */; + baseConfigurationReference = 39D6D36C32C30889110EA6D772FCCEB2 /* DeluxeInjection.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -699,9 +808,9 @@ }; name = Release; }; - F6B56985C8B76CDF157F7399F024B510 /* Debug */ = { + F2DFC60E2C2FCDA42CCD636E924D7903 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6AA169A3CA634CA87651436CFBD7A374 /* Pods-DeluxeInjection_Tests.debug.xcconfig */; + baseConfigurationReference = C8795269503CEE63BB30B47D693C5573 /* Pods-DeluxeInjection_Example.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -712,13 +821,46 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/Pods-DeluxeInjection_Example/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_DeluxeInjection_Example; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + FF62EC8DD3FEB58076F8D2977FEFE5E6 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CE31F09173D4722D2634108E0A6E0FA3 /* Pods-DeluxeInjection_Tests.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; INFOPLIST_FILE = "Target Support Files/Pods-DeluxeInjection_Tests/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; MODULEMAP_FILE = "Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; + MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -730,11 +872,20 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ + 13C3C279C222FA73DA7DBADCD044D7E7 /* Build configuration list for PBXNativeTarget "Pods-DeluxeInjection_Example" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F2DFC60E2C2FCDA42CCD636E924D7903 /* Debug */, + 465C2A29C14468943B8300E60435E7F5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 217DD0D890DEEC05C9410BE2C9F61B25 /* Build configuration list for PBXNativeTarget "RuntimeRoutines" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -762,11 +913,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7525FCB7EBB7C5925656CDD4868F9585 /* Build configuration list for PBXNativeTarget "Pods-DeluxeInjection_Tests" */ = { + DD3111639128360F60D045A744D0A873 /* Build configuration list for PBXNativeTarget "Pods-DeluxeInjection_Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( - F6B56985C8B76CDF157F7399F024B510 /* Debug */, - A2EFC6FFF2FAC59AFBF6EB25FD53D557 /* Release */, + 6B0820F7C18FD768389903EF64C2DD0D /* Debug */, + FF62EC8DD3FEB58076F8D2977FEFE5E6 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Example/Pods/Target Support Files/DeluxeInjection/DeluxeInjection-umbrella.h b/Example/Pods/Target Support Files/DeluxeInjection/DeluxeInjection-umbrella.h index 180226f..b99c817 100644 --- a/Example/Pods/Target Support Files/DeluxeInjection/DeluxeInjection-umbrella.h +++ b/Example/Pods/Target Support Files/DeluxeInjection/DeluxeInjection-umbrella.h @@ -1,6 +1,13 @@ #import #import "DeluxeInjection.h" +#import "DIDefaults.h" +#import "DIDeluxeInjection.h" +#import "DIDeluxeInjectionPlugin.h" +#import "DIForceInject.h" +#import "DIImperative.h" +#import "DIInject.h" +#import "DILazy.h" FOUNDATION_EXPORT double DeluxeInjectionVersionNumber; FOUNDATION_EXPORT const unsigned char DeluxeInjectionVersionString[]; diff --git a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Info.plist b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Info.plist new file mode 100644 index 0000000..2243fe6 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-acknowledgements.markdown new file mode 100644 index 0000000..cfc24b8 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-acknowledgements.markdown @@ -0,0 +1,49 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## DeluxeInjection + +Copyright (c) 2016 Anton Bukov + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +## RuntimeRoutines + +Copyright (c) 2016 Anton Bukov + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +Generated by CocoaPods - https://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-acknowledgements.plist new file mode 100644 index 0000000..324a003 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-acknowledgements.plist @@ -0,0 +1,83 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2016 Anton Bukov <k06aaa@gmail.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + Title + DeluxeInjection + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2016 Anton Bukov <k06aaa@gmail.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + Title + RuntimeRoutines + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-dummy.m b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-dummy.m new file mode 100644 index 0000000..dfa03cb --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_DeluxeInjection_Example : NSObject +@end +@implementation PodsDummy_Pods_DeluxeInjection_Example +@end diff --git a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-frameworks.sh b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-frameworks.sh new file mode 100755 index 0000000..ab1b05f --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-frameworks.sh @@ -0,0 +1,93 @@ +#!/bin/sh +set -e + +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" + +install_framework() +{ + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then + local source="${BUILT_PRODUCTS_DIR}/$1" + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" + elif [ -r "$1" ]; then + local source="$1" + fi + + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + + if [ -L "${source}" ]; then + echo "Symlinked..." + source="$(readlink "${source}")" + fi + + # use filter instead of exclude so missing patterns dont' throw errors + echo "rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" + rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" + + local basename + basename="$(basename -s .framework "$1")" + binary="${destination}/${basename}.framework/${basename}" + if ! [ -r "$binary" ]; then + binary="${destination}/${basename}" + fi + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then + strip_invalid_archs "$binary" + fi + + # Resign the code if required by the build settings to avoid unstable apps + code_sign_if_enabled "${destination}/$(basename "$1")" + + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then + local swift_runtime_libs + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) + for lib in $swift_runtime_libs; do + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" + code_sign_if_enabled "${destination}/${lib}" + done + fi +} + +# Signs a framework with the provided identity +code_sign_if_enabled() { + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identitiy + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" + echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements \"$1\"" + /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements "$1" + fi +} + +# Strip invalid architectures +strip_invalid_archs() { + binary="$1" + # Get architectures for current file + archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)" + stripped="" + for arch in $archs; do + if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then + # Strip non-valid architectures in-place + lipo -remove "$arch" -output "$binary" "$binary" || exit 1 + stripped="$stripped $arch" + fi + done + if [[ "$stripped" ]]; then + echo "Stripped $binary of architectures:$stripped" + fi +} + + +if [[ "$CONFIGURATION" == "Debug" ]]; then + install_framework "$BUILT_PRODUCTS_DIR/DeluxeInjection/DeluxeInjection.framework" + install_framework "$BUILT_PRODUCTS_DIR/RuntimeRoutines/RuntimeRoutines.framework" +fi +if [[ "$CONFIGURATION" == "Release" ]]; then + install_framework "$BUILT_PRODUCTS_DIR/DeluxeInjection/DeluxeInjection.framework" + install_framework "$BUILT_PRODUCTS_DIR/RuntimeRoutines/RuntimeRoutines.framework" +fi diff --git a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-resources.sh b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-resources.sh new file mode 100755 index 0000000..e768f92 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-resources.sh @@ -0,0 +1,102 @@ +#!/bin/sh +set -e + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt +> "$RESOURCES_TO_COPY" + +XCASSET_FILES=() + +case "${TARGETED_DEVICE_FAMILY}" in + 1,2) + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" + ;; + 1) + TARGET_DEVICE_ARGS="--target-device iphone" + ;; + 2) + TARGET_DEVICE_ARGS="--target-device ipad" + ;; + *) + TARGET_DEVICE_ARGS="--target-device mac" + ;; +esac + +realpath() { + DIRECTORY="$(cd "${1%/*}" && pwd)" + FILENAME="${1##*/}" + echo "$DIRECTORY/$FILENAME" +} + +install_resource() +{ + if [[ "$1" = /* ]] ; then + RESOURCE_PATH="$1" + else + RESOURCE_PATH="${PODS_ROOT}/$1" + fi + if [[ ! -e "$RESOURCE_PATH" ]] ; then + cat << EOM +error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. +EOM + exit 1 + fi + case $RESOURCE_PATH in + *.storyboard) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.xib) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT}" + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" + ;; + *.framework) + echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + rsync -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + ;; + *.xcdatamodel) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" + ;; + *.xcdatamodeld) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" + ;; + *.xcmappingmodel) + echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" + xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" + ;; + *.xcassets) + ABSOLUTE_XCASSET_FILE=$(realpath "$RESOURCE_PATH") + XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") + ;; + *) + echo "$RESOURCE_PATH" + echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" + ;; + esac +} + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then + mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi +rm -f "$RESOURCES_TO_COPY" + +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] +then + # Find all other xcassets (this unfortunately includes those of path pods and other targets). + OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) + while read line; do + if [[ $line != "`realpath $PODS_ROOT`*" ]]; then + XCASSET_FILES+=("$line") + fi + done <<<"$OTHER_XCASSETS" + + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi diff --git a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-umbrella.h b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-umbrella.h new file mode 100644 index 0000000..5efc144 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example-umbrella.h @@ -0,0 +1,6 @@ +#import + + +FOUNDATION_EXPORT double Pods_DeluxeInjection_ExampleVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_DeluxeInjection_ExampleVersionString[]; + diff --git a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example.debug.xcconfig b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example.debug.xcconfig new file mode 100644 index 0000000..f4330a0 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example.debug.xcconfig @@ -0,0 +1,8 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/DeluxeInjection" "$PODS_CONFIGURATION_BUILD_DIR/RuntimeRoutines" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/DeluxeInjection/DeluxeInjection.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/RuntimeRoutines/RuntimeRoutines.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "DeluxeInjection" -framework "RuntimeRoutines" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example.modulemap b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example.modulemap new file mode 100644 index 0000000..7824d3f --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example.modulemap @@ -0,0 +1,6 @@ +framework module Pods_DeluxeInjection_Example { + umbrella header "Pods-DeluxeInjection_Example-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example.release.xcconfig b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example.release.xcconfig new file mode 100644 index 0000000..f4330a0 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Example/Pods-DeluxeInjection_Example.release.xcconfig @@ -0,0 +1,8 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/DeluxeInjection" "$PODS_CONFIGURATION_BUILD_DIR/RuntimeRoutines" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/DeluxeInjection/DeluxeInjection.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/RuntimeRoutines/RuntimeRoutines.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "DeluxeInjection" -framework "RuntimeRoutines" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests-acknowledgements.markdown index cfc24b8..102af75 100644 --- a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests-acknowledgements.markdown +++ b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests-acknowledgements.markdown @@ -1,49 +1,3 @@ # Acknowledgements This application makes use of the following third party libraries: - -## DeluxeInjection - -Copyright (c) 2016 Anton Bukov - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -## RuntimeRoutines - -Copyright (c) 2016 Anton Bukov - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - Generated by CocoaPods - https://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests-acknowledgements.plist index 324a003..7acbad1 100644 --- a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests-acknowledgements.plist +++ b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests-acknowledgements.plist @@ -12,60 +12,6 @@ Type PSGroupSpecifier - - FooterText - Copyright (c) 2016 Anton Bukov <k06aaa@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - Title - DeluxeInjection - Type - PSGroupSpecifier - - - FooterText - Copyright (c) 2016 Anton Bukov <k06aaa@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - Title - RuntimeRoutines - Type - PSGroupSpecifier - FooterText Generated by CocoaPods - https://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests-frameworks.sh b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests-frameworks.sh index ab1b05f..893c16a 100755 --- a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests-frameworks.sh @@ -82,12 +82,3 @@ strip_invalid_archs() { fi } - -if [[ "$CONFIGURATION" == "Debug" ]]; then - install_framework "$BUILT_PRODUCTS_DIR/DeluxeInjection/DeluxeInjection.framework" - install_framework "$BUILT_PRODUCTS_DIR/RuntimeRoutines/RuntimeRoutines.framework" -fi -if [[ "$CONFIGURATION" == "Release" ]]; then - install_framework "$BUILT_PRODUCTS_DIR/DeluxeInjection/DeluxeInjection.framework" - install_framework "$BUILT_PRODUCTS_DIR/RuntimeRoutines/RuntimeRoutines.framework" -fi diff --git a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests.debug.xcconfig b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests.debug.xcconfig index f4330a0..3eeab6c 100644 --- a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests.debug.xcconfig @@ -2,7 +2,6 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/DeluxeInjec GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/DeluxeInjection/DeluxeInjection.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/RuntimeRoutines/RuntimeRoutines.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "DeluxeInjection" -framework "RuntimeRoutines" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests.release.xcconfig b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests.release.xcconfig index f4330a0..3eeab6c 100644 --- a/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-DeluxeInjection_Tests/Pods-DeluxeInjection_Tests.release.xcconfig @@ -2,7 +2,6 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/DeluxeInjec GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/DeluxeInjection/DeluxeInjection.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/RuntimeRoutines/RuntimeRoutines.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "DeluxeInjection" -framework "RuntimeRoutines" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT}/Pods diff --git a/Pod/Classes/.gitkeep b/Pod/Classes/.gitkeep deleted file mode 100644 index e69de29..0000000