Merge remote-tracking branch 'origin/develop' into feature/unstable-features

This commit is contained in:
naturecodevoid
2023-06-03 10:52:15 -07:00
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
<key>ALTPairingFile</key> <key>ALTPairingFile</key>
<string>&lt;insert pairing file here&gt;</string> <string>&lt;insert pairing file here&gt;</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>

View File

@@ -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