mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 19:53:25 +01:00
Merge remote-tracking branch 'origin/develop' into feature/unstable-features
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<key>ALTPairingFile</key>
|
<key>ALTPairingFile</key>
|
||||||
<string><insert pairing file here></string>
|
<string><insert pairing file here></string>
|
||||||
<key>ALTAnisetteURL</key>
|
<key>ALTAnisetteURL</key>
|
||||||
<string>https://ani.sidestore.io</string>
|
<string>http://ani.sidestore.io:6969</string>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||||
<key>CFBundleDocumentTypes</key>
|
<key>CFBundleDocumentTypes</key>
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
// Configuration settings file format documentation can be found at:
|
// Configuration settings file format documentation can be found at:
|
||||||
// https://developer.apple.com/documentation/xcode/adding-a-build-configuration-file-to-your-project/
|
// https://developer.apple.com/documentation/xcode/adding-a-build-configuration-file-to-your-project/
|
||||||
|
|
||||||
MARKETING_VERSION = 0.3.2
|
MARKETING_VERSION = 0.4.0
|
||||||
CURRENT_PROJECT_VERSION = 3050
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user