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