Skip to content

Commit 7c23abc

Browse files
authored
Merge pull request #9 from mddub/swift-3-1
Swift 3.1 updates
2 parents 7a06a6c + 74673e5 commit 7c23abc

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

ShareClient.xcodeproj/project.pbxproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
isa = PBXProject;
147147
attributes = {
148148
LastSwiftUpdateCheck = 0730;
149-
LastUpgradeCheck = 0800;
149+
LastUpgradeCheck = 0830;
150150
ORGANIZATIONNAME = "Mark Wilson";
151151
TargetAttributes = {
152152
432B0E871CDFC3C50045347B = {
@@ -262,7 +262,7 @@
262262
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
263263
GCC_WARN_UNUSED_FUNCTION = YES;
264264
GCC_WARN_UNUSED_VARIABLE = YES;
265-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
265+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
266266
MTL_ENABLE_DEBUG_INFO = YES;
267267
ONLY_ACTIVE_ARCH = YES;
268268
SDKROOT = iphoneos;
@@ -307,9 +307,10 @@
307307
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
308308
GCC_WARN_UNUSED_FUNCTION = YES;
309309
GCC_WARN_UNUSED_VARIABLE = YES;
310-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
310+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
311311
MTL_ENABLE_DEBUG_INFO = NO;
312312
SDKROOT = iphoneos;
313+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
313314
TARGETED_DEVICE_FAMILY = "1,2";
314315
VALIDATE_PRODUCT = YES;
315316
VERSIONING_SYSTEM = "apple-generic";

ShareClient.xcodeproj/xcshareddata/xcschemes/ShareClient.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 = "0830"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

ShareClient/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>0.2.0</string>
18+
<string>0.2.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

ShareClientTests/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>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.0</string>
18+
<string>0.2.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)