From 7603405cde904ea6a76ca64f4f7d5601cc1f15f5 Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Tue, 30 Apr 2024 23:53:38 -0400 Subject: [PATCH 1/4] Update project info and add update text for v3.5.0. --- Data/UpdateInfo.xml | 5 ++++- Spellbook.xcodeproj/project.pbxproj | 4 ++-- .../xcshareddata/swiftpm/Package.resolved | 19 ++++++++++--------- Spellbook/VersionInfo.swift | 4 ++-- 4 files changed, 18 insertions(+), 14 deletions(-) diff --git a/Data/UpdateInfo.xml b/Data/UpdateInfo.xml index fa7a71f..e95de7d 100644 --- a/Data/UpdateInfo.xml +++ b/Data/UpdateInfo.xml @@ -32,6 +32,9 @@
Version 3.4.0 update The spellbook has been updated with the following new features:<br/><br/>• The ability to filter spells by royalty has been added.<br/><br/>• The count for each spell list is now shown next to the list name in both the side menu and the bottom navigation bar.<br/><br/>Additionally, this update fixes some typos and mistakes in the text for a few spells. - +
+
+ Version 3.5.0 update + The spellbook has been updated with the following new features:<br/><br/>• Content from <b>The Book of Many Things</b> has been added</b>.<br/><br/>• The higher level text for <b>Erupting Earth</b> has been corrected</b>.<br/><br/>• The spellcasting information has been updated with a description of the royalty component.
diff --git a/Spellbook.xcodeproj/project.pbxproj b/Spellbook.xcodeproj/project.pbxproj index 72b6c29..5b0e7ce 100644 --- a/Spellbook.xcodeproj/project.pbxproj +++ b/Spellbook.xcodeproj/project.pbxproj @@ -1019,7 +1019,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 3.4.0; + MARKETING_VERSION = 3.5.0; PRODUCT_BUNDLE_IDENTIFIER = dnd.jon.Spellbook; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -1048,7 +1048,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 3.4.0; + MARKETING_VERSION = 3.5.0; PRODUCT_BUNDLE_IDENTIFIER = dnd.jon.Spellbook; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/Spellbook.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Spellbook.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index b76b964..769d146 100644 --- a/Spellbook.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Spellbook.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,4 +1,5 @@ { + "originHash" : "cf2216abba0eb2180a6f4d920103cda5fe5206d47e7549dd2680f0c1d4975521", "pins" : [ { "identity" : "actionsheetpicker-3.0", @@ -13,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/ReSwift/ReSwift.git", "state" : { - "revision" : "26d3095bdf55f093501bf3a749bb2718bab671b3", - "version" : "6.0.0" + "revision" : "cb5c3c02f652420ef413dea41e13ac5a76b6c0fd", + "version" : "6.1.1" } }, { @@ -22,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/BeauNouvelle/SimpleCheckbox.git", "state" : { - "revision" : "d7fa095107a5b27ed1bfe89005bc060417b0a9b2", - "version" : "2.5.0" + "revision" : "e9791e08a9aac10a1955439bb50dae75dccd0f50", + "version" : "2.5.1" } }, { @@ -31,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/drmohundro/SWXMLHash.git", "state" : { - "revision" : "4d0f62f561458cbe1f732171e625f03195151b60", - "version" : "7.0.1" + "revision" : "a853604c9e9a83ad9954c7e3d2a565273982471f", + "version" : "7.0.2" } }, { @@ -40,10 +41,10 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/scalessec/Toast-Swift", "state" : { - "revision" : "0c9493eeacb102cc614da385cfaaf475379f4ab4", - "version" : "5.0.1" + "revision" : "ddccd20d6fb718448d9b179c454c561653fda7d5", + "version" : "5.1.1" } } ], - "version" : 2 + "version" : 3 } diff --git a/Spellbook/VersionInfo.swift b/Spellbook/VersionInfo.swift index 2ec675e..569dda0 100644 --- a/Spellbook/VersionInfo.swift +++ b/Spellbook/VersionInfo.swift @@ -11,8 +11,8 @@ import SWXMLHash class VersionInfo { - static let version = Version(major: 3, minor: 4, patch: 0) - static let previousVersion = Version(major: 3, minor: 3, patch: 0) + static let version = Version(major: 3, minor: 5, patch: 0) + static let previousVersion = Version(major: 3, minor: 4, patch: 0) static let currentVersionKey = "v_" + version.string(separator: "_") From b4f859721a7c2fc0632a591f2205d8469f495276 Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Wed, 1 May 2024 10:05:04 -0400 Subject: [PATCH 2/4] Remove resolved package file. --- .../xcshareddata/swiftpm/Package.resolved | 50 ------------------- 1 file changed, 50 deletions(-) delete mode 100644 Spellbook.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/Spellbook.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Spellbook.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved deleted file mode 100644 index 769d146..0000000 --- a/Spellbook.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ /dev/null @@ -1,50 +0,0 @@ -{ - "originHash" : "cf2216abba0eb2180a6f4d920103cda5fe5206d47e7549dd2680f0c1d4975521", - "pins" : [ - { - "identity" : "actionsheetpicker-3.0", - "kind" : "remoteSourceControl", - "location" : "https://github.com/skywinder/ActionSheetPicker-3.0", - "state" : { - "revision" : "8d82c21036c2f478a47908a7fc107ec7027abcab" - } - }, - { - "identity" : "reswift", - "kind" : "remoteSourceControl", - "location" : "https://github.com/ReSwift/ReSwift.git", - "state" : { - "revision" : "cb5c3c02f652420ef413dea41e13ac5a76b6c0fd", - "version" : "6.1.1" - } - }, - { - "identity" : "simplecheckbox", - "kind" : "remoteSourceControl", - "location" : "https://github.com/BeauNouvelle/SimpleCheckbox.git", - "state" : { - "revision" : "e9791e08a9aac10a1955439bb50dae75dccd0f50", - "version" : "2.5.1" - } - }, - { - "identity" : "swxmlhash", - "kind" : "remoteSourceControl", - "location" : "https://github.com/drmohundro/SWXMLHash.git", - "state" : { - "revision" : "a853604c9e9a83ad9954c7e3d2a565273982471f", - "version" : "7.0.2" - } - }, - { - "identity" : "toast-swift", - "kind" : "remoteSourceControl", - "location" : "https://github.com/scalessec/Toast-Swift", - "state" : { - "revision" : "ddccd20d6fb718448d9b179c454c561653fda7d5", - "version" : "5.1.1" - } - } - ], - "version" : 3 -} From 69f6a8e9eb447e54ef23db89653ae0e63172860a Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Sat, 4 May 2024 00:59:47 -0400 Subject: [PATCH 3/4] Bump build number. --- Spellbook.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Spellbook.xcodeproj/project.pbxproj b/Spellbook.xcodeproj/project.pbxproj index 5b0e7ce..2ef55dc 100644 --- a/Spellbook.xcodeproj/project.pbxproj +++ b/Spellbook.xcodeproj/project.pbxproj @@ -1009,7 +1009,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; "CODE_SIGN_STYLE[sdk=iphoneos*]" = Automatic; - CURRENT_PROJECT_VERSION = 46; + CURRENT_PROJECT_VERSION = 47; DEFINES_MODULE = NO; DEVELOPMENT_TEAM = RSR87G74R7; EXCLUDED_ARCHS = ""; @@ -1038,7 +1038,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; "CODE_SIGN_STYLE[sdk=iphoneos*]" = Automatic; - CURRENT_PROJECT_VERSION = 46; + CURRENT_PROJECT_VERSION = 47; DEFINES_MODULE = NO; DEVELOPMENT_TEAM = RSR87G74R7; EXCLUDED_ARCHS = ""; From c972edc3e79cb8ed5273eb4bd71918ad0c8f95c1 Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Sat, 4 May 2024 01:11:36 -0400 Subject: [PATCH 4/4] Bump build number. --- Spellbook.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Spellbook.xcodeproj/project.pbxproj b/Spellbook.xcodeproj/project.pbxproj index 2ef55dc..10aeda0 100644 --- a/Spellbook.xcodeproj/project.pbxproj +++ b/Spellbook.xcodeproj/project.pbxproj @@ -1009,7 +1009,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; "CODE_SIGN_STYLE[sdk=iphoneos*]" = Automatic; - CURRENT_PROJECT_VERSION = 47; + CURRENT_PROJECT_VERSION = 49; DEFINES_MODULE = NO; DEVELOPMENT_TEAM = RSR87G74R7; EXCLUDED_ARCHS = ""; @@ -1038,7 +1038,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; "CODE_SIGN_STYLE[sdk=iphoneos*]" = Automatic; - CURRENT_PROJECT_VERSION = 47; + CURRENT_PROJECT_VERSION = 49; DEFINES_MODULE = NO; DEVELOPMENT_TEAM = RSR87G74R7; EXCLUDED_ARCHS = "";