Skip to content

Commit

Permalink
Updates for iOS 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Nov 30, 2023
1 parent 749b320 commit 35a3230
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions Spellbook.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -936,7 +936,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -991,7 +991,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand All @@ -1014,7 +1014,7 @@
DEVELOPMENT_TEAM = RSR87G74R7;
EXCLUDED_ARCHS = "";
INFOPLIST_FILE = Spellbook/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -1043,7 +1043,7 @@
DEVELOPMENT_TEAM = RSR87G74R7;
EXCLUDED_ARCHS = "";
INFOPLIST_FILE = Spellbook/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -1206,7 +1206,7 @@
repositoryURL = "https://github.com/ReSwift/ReSwift.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 6.1.0;
minimumVersion = 6.0.0;
};
};
8E74FA5129E511D300E13B91 /* XCRemoteSwiftPackageReference "ActionSheetPicker-3" */ = {
Expand All @@ -1221,8 +1221,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/BeauNouvelle/SimpleCheckbox.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2.0.0;
kind = upToNextMinorVersion;
minimumVersion = 2.5.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ReSwift/ReSwift.git",
"state" : {
"revision" : "cb5c3c02f652420ef413dea41e13ac5a76b6c0fd",
"version" : "6.1.1"
"revision" : "26d3095bdf55f093501bf3a749bb2718bab671b3",
"version" : "6.0.0"
}
},
{
"identity" : "simplecheckbox",
"kind" : "remoteSourceControl",
"location" : "https://github.com/BeauNouvelle/SimpleCheckbox.git",
"state" : {
"revision" : "96cf25c98bd8e595018df6a2466a9a1eb348fdb8",
"version" : "2.3.0"
"revision" : "d7fa095107a5b27ed1bfe89005bc060417b0a9b2",
"version" : "2.5.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Spellbook/SpellbookAppState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import ReSwift

struct SpellbookAppState {
struct SpellbookAppState: StateType {

private static let spellbook = Spellbook(jsonStr: try! String(contentsOf: Bundle.main.url(forResource: "Spells", withExtension: "json")!))

Expand Down

0 comments on commit 35a3230

Please sign in to comment.