File tree Expand file tree Collapse file tree
ExampleProject/CodeGenerationExample
CodeGenerationExample.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 207207 isa = PBXProject;
208208 attributes = {
209209 LastSwiftUpdateCheck = 0730;
210- LastUpgradeCheck = 0800 ;
210+ LastUpgradeCheck = 0810 ;
211211 ORGANIZATIONNAME = swinject;
212212 TargetAttributes = {
213213 840B7FDC1CDBA373008CA97E = {
214214 CreatedOnToolsVersion = 7.3;
215215 LastSwiftMigration = 0800;
216+ ProvisioningStyle = Manual;
216217 };
217218 8431D8AA1CDBB47E00BB0679 = {
218219 CreatedOnToolsVersion = 7.3;
474475 isa = XCBuildConfiguration;
475476 baseConfigurationReference = 278CB160078A5F46226D1DF1 /* Pods-CodeGenerationExample.debug.xcconfig */;
476477 buildSettings = {
477- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
478478 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
479+ DEVELOPMENT_TEAM = "";
479480 INFOPLIST_FILE = CodeGenerationExample/Info.plist;
480481 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
481482 PRODUCT_BUNDLE_IDENTIFIER = swinject.CodeGenerationExample;
488489 isa = XCBuildConfiguration;
489490 baseConfigurationReference = B53C73B83EE93F03F8DBFE12 /* Pods-CodeGenerationExample.release.xcconfig */;
490491 buildSettings = {
491- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
492492 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
493+ DEVELOPMENT_TEAM = "";
493494 INFOPLIST_FILE = CodeGenerationExample/Info.plist;
494495 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
495496 PRODUCT_BUNDLE_IDENTIFIER = swinject.CodeGenerationExample;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Scheme
3- LastUpgradeVersion = " 0800 "
3+ LastUpgradeVersion = " 0810 "
44 version = " 1.3" >
55 <BuildAction
66 parallelizeBuildables = " YES"
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >APPL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0 </string >
18+ <string >2.0.0-beta.3 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ platform :ios, "8.0"
44use_frameworks!
55
66target "CodeGenerationExample" do
7- pod 'Swinject' , '2.0.0-beta.2 '
7+ pod 'Swinject' , '2.0.0-beta.3 '
88 #pod "Swinject-CodeGen", git: "https://github.com/Swinject/Swinject-CodeGen.git"
99end
Original file line number Diff line number Diff line change 11PODS:
2- - Swinject (2.0.0-beta.2 )
2+ - Swinject (2.0.0-beta.3 )
33
44DEPENDENCIES:
5- - Swinject (= 2.0.0-beta.2 )
5+ - Swinject (= 2.0.0-beta.3 )
66
77SPEC CHECKSUMS:
8- Swinject: 69a893192efa9f2cc44be79ef423d04d571b6af9
8+ Swinject: a94dd23e05c7b557e53ee4e0f795f15cba19c7df
99
10- PODFILE CHECKSUM: 9e7e4dd541ee547e1d02b1b892e834cef2a565a9
10+ PODFILE CHECKSUM: 6b09b46c89b3ccf0877bf610ebf55e266b505c7d
1111
12- COCOAPODS: 1.1.0.rc.2
12+ COCOAPODS: 1.1.1
You can’t perform that action at this time.
0 commit comments