mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-15 01:33:25 +01:00
fix: add NSAppleMusicUsageDescription to Info.plist for MDC
This commit is contained in:
@@ -208,5 +208,9 @@
|
|||||||
<true/>
|
<true/>
|
||||||
<key>UIFileSharingEnabled</key>
|
<key>UIFileSharingEnabled</key>
|
||||||
<true/>
|
<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>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ CURRENT_PROJECT_VERSION = 4000
|
|||||||
|
|
||||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS[config=Debug] = $(inherited) UNSTABLE MDC
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS[config=Debug] = $(inherited) UNSTABLE MDC
|
||||||
GCC_PREPROCESSOR_DEFINITIONS[config=Debug] = $(inherited) MDC=1
|
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
|
// Vars to be overwritten by `CodeSigning.xcconfig` if exists
|
||||||
DEVELOPMENT_TEAM = S32Z3HMYVQ
|
DEVELOPMENT_TEAM = S32Z3HMYVQ
|
||||||
|
|||||||
1
Makefile
1
Makefile
@@ -164,6 +164,7 @@ enable_mdc:
|
|||||||
echo >> ./Build.xcconfig
|
echo >> ./Build.xcconfig
|
||||||
echo 'SWIFT_ACTIVE_COMPILATION_CONDITIONS = $$(inherited) MDC' >> ./Build.xcconfig
|
echo 'SWIFT_ACTIVE_COMPILATION_CONDITIONS = $$(inherited) MDC' >> ./Build.xcconfig
|
||||||
echo 'GCC_PREPROCESSOR_DEFINITIONS = $$(inherited) MDC=1' >> ./Build.xcconfig
|
echo 'GCC_PREPROCESSOR_DEFINITIONS = $$(inherited) MDC=1' >> ./Build.xcconfig
|
||||||
|
echo 'INFOPLIST_PREPROCESSOR_DEFINITIONS = $$(inherited) MDC=1' >> ./Build.xcconfig
|
||||||
|
|
||||||
DSYM_FOLDER ?= ./dSYM
|
DSYM_FOLDER ?= ./dSYM
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user