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>
<string>&lt;insert pairing file here&gt;</string>
<key>ALTAnisetteURL</key>
<string>https://ani.sidestore.io</string>
<string>http://ani.sidestore.io:6969</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDocumentTypes</key>

View File

@@ -1,8 +1,8 @@
// Configuration settings file format documentation can be found at:
// https://developer.apple.com/documentation/xcode/adding-a-build-configuration-file-to-your-project/
MARKETING_VERSION = 0.3.2
CURRENT_PROJECT_VERSION = 3050
MARKETING_VERSION = 0.4.0
CURRENT_PROJECT_VERSION = 4000
SWIFT_ACTIVE_COMPILATION_CONDITIONS[config=Debug] = $(inherited) UNSTABLE MDC
GCC_PREPROCESSOR_DEFINITIONS[config=Debug] = $(inherited) MDC=1

View File

@@ -1,6 +1,6 @@
# SideStore
> SideStore is an *untethered, community driven* alternative app store for non-jailbroken iOS devices
> SideStore is an *untethered, community driven* alternative app store for non-jailbroken iOS devices
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com)