Skip to content

Commit

Permalink
fixed iPhone deploy target
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed May 25, 2016
1 parent b1ad18c commit 53d3bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Organize.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = Organize/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0w;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.eneff.app.organize;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -548,7 +548,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = Organize/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0w;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.eneff.app.organize;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 53d3bc8

Please sign in to comment.