Skip to content

Commit

Permalink
apply recommended settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Kladek committed Nov 12, 2022
1 parent c2c8a5e commit 10569da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CocoaDebugKit/CocoaDebugKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
CD2761E21B0E1C050000BB5D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1230;
LastUpgradeCheck = 1410;
ORGANIZATIONNAME = "Patrick Kladek";
TargetAttributes = {
CD2761EA1B0E1C050000BB5D = {
Expand Down Expand Up @@ -482,6 +482,7 @@
INSTALL_PATH = "@executable_path/../Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
PRODUCT_BUNDLE_IDENTIFIER = "com.kladek.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = CocoaDebugKit;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -510,6 +511,7 @@
INSTALL_PATH = "@executable_path/../Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
PRODUCT_BUNDLE_IDENTIFIER = "com.kladek.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = CocoaDebugKit;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1230"
LastUpgradeVersion = "1410"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion CocoaDebugKit/CocoaDebugKit/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1472</string>
<string>1473</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Patrick Kladek. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 10569da

Please sign in to comment.