Skip to content

Commit 4b3bcff

Browse files
committed
update example project
1 parent 7983597 commit 4b3bcff

5 files changed

Lines changed: 12 additions & 11 deletions

File tree

ExampleProject/CodeGenerationExample/CodeGenerationExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,13 @@
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;
@@ -474,8 +475,8 @@
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;
@@ -488,8 +489,8 @@
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;

ExampleProject/CodeGenerationExample/CodeGenerationExample.xcodeproj/xcshareddata/xcschemes/CodeGenerationExample.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

ExampleProject/CodeGenerationExample/CodeGenerationExample/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

ExampleProject/CodeGenerationExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ platform :ios, "8.0"
44
use_frameworks!
55

66
target "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"
99
end
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PODS:
2-
- Swinject (2.0.0-beta.2)
2+
- Swinject (2.0.0-beta.3)
33

44
DEPENDENCIES:
5-
- Swinject (= 2.0.0-beta.2)
5+
- Swinject (= 2.0.0-beta.3)
66

77
SPEC 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

0 commit comments

Comments
 (0)