Skip to content

Commit

Permalink
Update build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueM committed Feb 27, 2021
1 parent 31e4f3b commit 0d703ad
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions cliclick.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if [ -e \"$PROJECT_DIR/generate-characterinfo.php\" ]\nthen\n # Make the script executable. It may not be, if it was just freshly checked out from VCS\n chmod +x \"$PROJECT_DIR/generate-characterinfo.php\"\n \"$PROJECT_DIR/generate-characterinfo.php\" > \"$PROJECT_DIR/README-Characters.md\"\nfi";
shellScript = "if [ -e \"$PROJECT_DIR/generate-characterinfo.php\" ]\nthen\n # Make the script executable. It may not be, if it was just freshly checked out from VCS\n chmod +x \"$PROJECT_DIR/generate-characterinfo.php\"\n \"$PROJECT_DIR/generate-characterinfo.php\" > \"$PROJECT_DIR/README-Characters.md\"\nfi\n";
};
223CF13319ABCD6800689351 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
Expand Down Expand Up @@ -348,7 +348,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Note: This references a script used for packaging releases.\n# If you have checked out the project from GitHub, it is correct that this file does not exist.\nif [ -e \"$PROJECT_DIR/../bin/finalize.sh\" ]\nthen\n # Make the script executable. It may not be, if it was just freshly checked out from VCS\n chmod +x \"$PROJECT_DIR/../bin/finalize.sh\"\n\n \"$PROJECT_DIR/../bin/finalize.sh\" \"$PROJECT_DIR\" \"$TARGETNAME\" \"$BUILT_PRODUCTS_DIR\" \"$CONFIGURATION\"\nfi";
shellScript = "# Note: This references a script used for packaging releases.\n# If you have checked out the project from GitHub, it is correct that this file does not exist.\nif [ -e \"$PROJECT_DIR/../bin/finalize.sh\" ]\nthen\n # Make the script executable. It may not be, if it was just freshly checked out from VCS\n chmod +x \"$PROJECT_DIR/../bin/finalize.sh\"\n\n \"$PROJECT_DIR/../bin/finalize.sh\" \"$PROJECT_DIR\" \"$TARGETNAME\" \"$BUILT_PRODUCTS_DIR\" \"$CONFIGURATION\"\nfi\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down Expand Up @@ -399,6 +399,7 @@
GCC_PREFIX_HEADER = cliclick_Prefix.pch;
INSTALL_PATH = "$(HOME)/bin";
PRODUCT_NAME = cliclick;
SDKROOT = macosx;
ZERO_LINK = YES;
};
name = Debug;
Expand All @@ -414,6 +415,7 @@
GCC_PREFIX_HEADER = cliclick_Prefix.pch;
INSTALL_PATH = "$(HOME)/bin";
PRODUCT_NAME = cliclick;
SDKROOT = macosx;
};
name = Release;
};
Expand Down Expand Up @@ -448,7 +450,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INSTALL_PATH = "";
MACOSX_DEPLOYMENT_TARGET = 10.7;
MACOSX_DEPLOYMENT_TARGET = 10.15;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "-DDEBUG=1";
PREBINDING = NO;
Expand Down Expand Up @@ -486,7 +488,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INSTALL_PATH = "";
MACOSX_DEPLOYMENT_TARGET = 10.7;
MACOSX_DEPLOYMENT_TARGET = 10.15;
OTHER_CFLAGS = "";
PREBINDING = NO;
SDKROOT = macosx;
Expand Down

0 comments on commit 0d703ad

Please sign in to comment.