fix: add NSAppleMusicUsageDescription to Info.plist for MDC

This commit is contained in:
naturecodevoid
2023-06-04 07:31:58 -07:00
parent 8bd8ec8723
commit 95e98a17bb
3 changed files with 6 additions and 0 deletions

View File

@@ -208,5 +208,9 @@
<true/>
<key>UIFileSharingEnabled</key>
<true/>
#if MDC
<key>NSAppleMusicUsageDescription</key>
<string>Full access to files on your device is required to apply the installd patch to remove the 3 app limit that free developer accounts have.</string>
#endif
</dict>
</plist>

View File

@@ -6,6 +6,7 @@ CURRENT_PROJECT_VERSION = 4000
SWIFT_ACTIVE_COMPILATION_CONDITIONS[config=Debug] = $(inherited) UNSTABLE MDC
GCC_PREPROCESSOR_DEFINITIONS[config=Debug] = $(inherited) MDC=1
INFOPLIST_PREPROCESSOR_DEFINITIONS[config=Debug] = $(inherited) MDC=1
// Vars to be overwritten by `CodeSigning.xcconfig` if exists
DEVELOPMENT_TEAM = S32Z3HMYVQ

View File

@@ -164,6 +164,7 @@ enable_mdc:
echo >> ./Build.xcconfig
echo 'SWIFT_ACTIVE_COMPILATION_CONDITIONS = $$(inherited) MDC' >> ./Build.xcconfig
echo 'GCC_PREPROCESSOR_DEFINITIONS = $$(inherited) MDC=1' >> ./Build.xcconfig
echo 'INFOPLIST_PREPROCESSOR_DEFINITIONS = $$(inherited) MDC=1' >> ./Build.xcconfig
DSYM_FOLDER ?= ./dSYM