Change the product install path to /Applications
In preparation for submission to the App Store. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
59176ef9ec
commit
1a4d66a773
1 changed files with 3 additions and 3 deletions
|
@ -2049,7 +2049,7 @@
|
||||||
83978E15285C58190076ED21 /* FirebaseCrashlytics */,
|
83978E15285C58190076ED21 /* FirebaseCrashlytics */,
|
||||||
83978E25285C596F0076ED21 /* FirebaseAnalytics */,
|
83978E25285C596F0076ED21 /* FirebaseAnalytics */,
|
||||||
);
|
);
|
||||||
productInstallPath = "$(HOME)/Applications";
|
productInstallPath = "/Applications";
|
||||||
productName = Cog;
|
productName = Cog;
|
||||||
productReference = 1770424E0B8BC41800B86321 /* Cog.app */;
|
productReference = 1770424E0B8BC41800B86321 /* Cog.app */;
|
||||||
productType = "com.apple.product-type.application";
|
productType = "com.apple.product-type.application";
|
||||||
|
@ -2958,7 +2958,7 @@
|
||||||
GCC_OPTIMIZATION_LEVEL = 0;
|
GCC_OPTIMIZATION_LEVEL = 0;
|
||||||
HEADER_SEARCH_PATHS = ThirdParty/avif/include;
|
HEADER_SEARCH_PATHS = ThirdParty/avif/include;
|
||||||
INFOPLIST_FILE = Info.plist;
|
INFOPLIST_FILE = Info.plist;
|
||||||
INSTALL_PATH = "$(HOME)/Applications";
|
INSTALL_PATH = "/Applications";
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/../Frameworks",
|
"@executable_path/../Frameworks",
|
||||||
|
@ -3011,7 +3011,7 @@
|
||||||
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
||||||
HEADER_SEARCH_PATHS = ThirdParty/avif/include;
|
HEADER_SEARCH_PATHS = ThirdParty/avif/include;
|
||||||
INFOPLIST_FILE = Info.plist;
|
INFOPLIST_FILE = Info.plist;
|
||||||
INSTALL_PATH = "$(HOME)/Applications";
|
INSTALL_PATH = "/Applications";
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/../Frameworks",
|
"@executable_path/../Frameworks",
|
||||||
|
|
Loading…
Reference in a new issue