Skip to content

Commit

Permalink
another one...
Browse files Browse the repository at this point in the history
  • Loading branch information
terenceLuffy committed Dec 2, 2016
1 parent f8697bc commit 9ae4253
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions AppStoreStyleHorizontalScrollView.xcodeproj/project.pbxproj
Expand Up @@ -181,6 +181,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0.1;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down Expand Up @@ -224,6 +225,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0.1;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
Expand All @@ -248,7 +250,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 3.0.1;
};
name = Debug;
};
Expand All @@ -268,7 +270,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.terencechen.AppStoreStyleHorizontalScrollView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 3.0.1;
};
name = Release;
};
Expand Down

0 comments on commit 9ae4253

Please sign in to comment.