mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Change version to be 0.1.2
This commit is contained in:
committed by
Joseph Mattello
parent
ae6ed99dc4
commit
693df54b3b
@@ -352,7 +352,7 @@ public extension StoreApp
|
||||
app.screenshotURLs = []
|
||||
app.sourceIdentifier = Source.altStoreIdentifier
|
||||
|
||||
let appVersion = AppVersion.makeAppVersion(version: "1.0",
|
||||
let appVersion = AppVersion.makeAppVersion(version: "0.1.2",
|
||||
date: Date(),
|
||||
downloadURL: URL(string: "http://rileytestut.com")!,
|
||||
size: 0,
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// Configuration settings file format documentation can be found at:
|
||||
// https://help.apple.com/xcode/#/dev745c5c974
|
||||
|
||||
MARKETING_VERSION = 0.1.1
|
||||
CURRENT_PROJECT_VERSION = 3011
|
||||
MARKETING_VERSION = 0.1.2
|
||||
CURRENT_PROJECT_VERSION = 3012
|
||||
|
||||
// Vars to be overwritten by `CodeSigning.xcconfig` if exists
|
||||
DEVELOPMENT_TEAM = S32Z3HMYVQ
|
||||
|
||||
Reference in New Issue
Block a user