Skip to content

Commit

Permalink
Merge pull request #14 from Carifio24/v3-2-0
Browse files Browse the repository at this point in the history
Bookkeeping for v3.2.0 and small bugfixes
  • Loading branch information
Carifio24 authored Nov 9, 2023
2 parents 22e8484 + fd82ef2 commit a58e8a3
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 74 deletions.
8 changes: 4 additions & 4 deletions Spellbook.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
"CODE_SIGN_STYLE[sdk=iphoneos*]" = Automatic;
CURRENT_PROJECT_VERSION = 38;
CURRENT_PROJECT_VERSION = 41;
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = RSR87G74R7;
EXCLUDED_ARCHS = "";
Expand All @@ -1019,7 +1019,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.1.0;
MARKETING_VERSION = 3.2.0;
PRODUCT_BUNDLE_IDENTIFIER = dnd.jon.Spellbook;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1038,7 +1038,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
"CODE_SIGN_STYLE[sdk=iphoneos*]" = Automatic;
CURRENT_PROJECT_VERSION = 38;
CURRENT_PROJECT_VERSION = 41;
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = RSR87G74R7;
EXCLUDED_ARCHS = "";
Expand All @@ -1048,7 +1048,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.1.0;
MARKETING_VERSION = 3.2.0;
PRODUCT_BUNDLE_IDENTIFIER = dnd.jon.Spellbook;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,52 +1,49 @@
{
"object": {
"pins": [
{
"package": "ActionSheetPicker-3.0",
"repositoryURL": "https://github.com/skywinder/ActionSheetPicker-3.0",
"state": {
"branch": null,
"revision": "8d82c21036c2f478a47908a7fc107ec7027abcab",
"version": null
}
},
{
"package": "ReSwift",
"repositoryURL": "https://github.com/ReSwift/ReSwift.git",
"state": {
"branch": null,
"revision": "cb5c3c02f652420ef413dea41e13ac5a76b6c0fd",
"version": "6.1.1"
}
},
{
"package": "SimpleCheckbox",
"repositoryURL": "https://github.com/BeauNouvelle/SimpleCheckbox.git",
"state": {
"branch": null,
"revision": "96cf25c98bd8e595018df6a2466a9a1eb348fdb8",
"version": "2.3.0"
}
},
{
"package": "SWXMLHash",
"repositoryURL": "https://github.com/drmohundro/SWXMLHash.git",
"state": {
"branch": null,
"revision": "4d0f62f561458cbe1f732171e625f03195151b60",
"version": "7.0.1"
}
},
{
"package": "Toast",
"repositoryURL": "https://github.com/scalessec/Toast-Swift",
"state": {
"branch": null,
"revision": "0c9493eeacb102cc614da385cfaaf475379f4ab4",
"version": "5.0.1"
}
"pins" : [
{
"identity" : "actionsheetpicker-3.0",
"kind" : "remoteSourceControl",
"location" : "https://github.com/skywinder/ActionSheetPicker-3.0",
"state" : {
"revision" : "8d82c21036c2f478a47908a7fc107ec7027abcab"
}
]
},
"version": 1
},
{
"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" : "96cf25c98bd8e595018df6a2466a9a1eb348fdb8",
"version" : "2.3.0"
}
},
{
"identity" : "swxmlhash",
"kind" : "remoteSourceControl",
"location" : "https://github.com/drmohundro/SWXMLHash.git",
"state" : {
"revision" : "4d0f62f561458cbe1f732171e625f03195151b60",
"version" : "7.0.1"
}
},
{
"identity" : "toast-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/scalessec/Toast-Swift",
"state" : {
"revision" : "0c9493eeacb102cc614da385cfaaf475379f4ab4",
"version" : "5.0.1"
}
}
],
"version" : 2
}
Loading

0 comments on commit a58e8a3

Please sign in to comment.