Skip to content

Commit 6576cb0

Browse files
authored
Merge pull request #48 from SomaticLabs/minor-settings-update
updated project settings, bumped version to 2.4.0 for release
2 parents b359115 + 139f8f0 commit 6576cb0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

SwiftyZorb.xcodeproj/project.pbxproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
TargetAttributes = {
193193
407350651E5D045000CA2D94 = {
194194
CreatedOnToolsVersion = 8.2;
195-
LastSwiftMigration = 0910;
195+
LastSwiftMigration = "";
196196
ProvisioningStyle = Manual;
197197
};
198198
};
@@ -388,8 +388,7 @@
388388
PROVISIONING_PROFILE_SPECIFIER = "";
389389
SKIP_INSTALL = YES;
390390
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
391-
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
392-
SWIFT_VERSION = 4.0;
391+
SWIFT_VERSION = 4.2;
393392
};
394393
name = Debug;
395394
};
@@ -416,8 +415,7 @@
416415
PRODUCT_NAME = "$(TARGET_NAME)";
417416
PROVISIONING_PROFILE_SPECIFIER = "";
418417
SKIP_INSTALL = YES;
419-
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
420-
SWIFT_VERSION = 4.0;
418+
SWIFT_VERSION = 4.2;
421419
};
422420
name = Release;
423421
};

SwiftyZorb/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>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.3.2</string>
18+
<string>2.4.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)