Skip to content

Commit

Permalink
Merge pull request #3 from rpzzzzzz/master
Browse files Browse the repository at this point in the history
change development target to 8.0
  • Loading branch information
rebeloper authored Oct 4, 2017
2 parents c94d690 + e523264 commit 47c8e85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions SwiftyPlistManager.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -299,7 +299,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Expand All @@ -314,6 +314,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = R252PR8AVU;
INFOPLIST_FILE = SwiftyPlistManager/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.Rebeloper.SwiftyPlistManager;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -328,6 +329,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = R252PR8AVU;
INFOPLIST_FILE = SwiftyPlistManager/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.Rebeloper.SwiftyPlistManager;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 47c8e85

Please sign in to comment.