Skip to content

Commit

Permalink
Changed deployment target
Browse files Browse the repository at this point in the history
Changed deployment target to 10.10 since it didn’t run on 10.9 anyways
  • Loading branch information
DanTheMan827 committed Nov 15, 2015
1 parent 4cfe535 commit b659bcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AppSigner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0b10</string>
<string>1.0b11</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions iOS App Signer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = AppSigner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.DanTheMan827.AppSigner;
PRODUCT_NAME = "iOS App Signer";
};
Expand All @@ -447,7 +447,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = AppSigner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.DanTheMan827.AppSigner;
PRODUCT_NAME = "iOS App Signer";
};
Expand Down

0 comments on commit b659bcf

Please sign in to comment.