Permalink
Browse files

change version

  • Loading branch information...
1 parent a47cfa5 commit 95eb337999e86be8d44553a2949347df7eac3372 @mortenjust committed Oct 29, 2016
Showing with 4 additions and 4 deletions.
  1. BIN .DS_Store
  2. +2 −2 Simpler.xcodeproj/project.pbxproj
  3. +2 −2 Simpler/Info.plist
View
BIN .DS_Store
Binary file not shown.
@@ -362,7 +362,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = Simpler/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.11;
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.mortenjust.Simpler;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
@@ -376,7 +376,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = Simpler/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.11;
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.mortenjust.Simpler;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
View
@@ -38,11 +38,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.4</string>
+ <string>1.41</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>4</string>
+ <string>1</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>

0 comments on commit 95eb337

Please sign in to comment.