Skip to content

Commit 1a4d66a

Browse files
committed
Change the product install path to /Applications
In preparation for submission to the App Store. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
1 parent 59176ef commit 1a4d66a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cog.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2049,7 +2049,7 @@
20492049
83978E15285C58190076ED21 /* FirebaseCrashlytics */,
20502050
83978E25285C596F0076ED21 /* FirebaseAnalytics */,
20512051
);
2052-
productInstallPath = "$(HOME)/Applications";
2052+
productInstallPath = "/Applications";
20532053
productName = Cog;
20542054
productReference = 1770424E0B8BC41800B86321 /* Cog.app */;
20552055
productType = "com.apple.product-type.application";
@@ -2958,7 +2958,7 @@
29582958
GCC_OPTIMIZATION_LEVEL = 0;
29592959
HEADER_SEARCH_PATHS = ThirdParty/avif/include;
29602960
INFOPLIST_FILE = Info.plist;
2961-
INSTALL_PATH = "$(HOME)/Applications";
2961+
INSTALL_PATH = "/Applications";
29622962
LD_RUNPATH_SEARCH_PATHS = (
29632963
"$(inherited)",
29642964
"@executable_path/../Frameworks",
@@ -3011,7 +3011,7 @@
30113011
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
30123012
HEADER_SEARCH_PATHS = ThirdParty/avif/include;
30133013
INFOPLIST_FILE = Info.plist;
3014-
INSTALL_PATH = "$(HOME)/Applications";
3014+
INSTALL_PATH = "/Applications";
30153015
LD_RUNPATH_SEARCH_PATHS = (
30163016
"$(inherited)",
30173017
"@executable_path/../Frameworks",

0 commit comments

Comments
 (0)