Skip to content

Commit 8ff65a2

Browse files
committed
Update minimum required version of WriteFreely Swift package
1 parent 202fc74 commit 8ff65a2

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,4 @@ xcuserdata
104104
!*.xcodeproj/xcshareddata/
105105
!*.xcworkspace/contents.xcworkspacedata
106106
**/xcshareddata/WorkspaceSettings.xcsettings
107+
/WriteFreely-MultiPlatform.xcodeproj/xcuserdata/angelo.xcuserdatad/xcschemes/xcschememanagement.plist

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- [Mac] The published date now reflects the time a post was published, not created.
2020
- [Mac] If the option is set, the app now silently checks for updates on launch.
2121
- [Mac] New drafts are created in the currently-selected blog, rather than being created in Drafts (or "Anonymous" for Write.as accounts).
22-
- [iOS, Mac] Updated the URL of the WriteFreely Swift package.
22+
- [iOS, Mac] Updated the URL and minimum version of the WriteFreely Swift package.
2323

2424
### Fixed
2525

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@
12091209
repositoryURL = "[email protected]:writefreely/writefreely-swift.git";
12101210
requirement = {
12111211
kind = upToNextMajorVersion;
1212-
minimumVersion = 0.3.0;
1212+
minimumVersion = 0.3.1;
12131213
};
12141214
};
12151215
17A4FED825924AF70037E96B /* XCRemoteSwiftPackageReference "Sparkle" */ = {

WriteFreely-MultiPlatform.xcodeproj/xcuserdata/angelo.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<key>WriteFreely-MultiPlatform (iOS).xcscheme_^#shared#^_</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>1</integer>
10+
<integer>0</integer>
1111
</dict>
1212
<key>WriteFreely-MultiPlatform (macOS).xcscheme_^#shared#^_</key>
1313
<dict>
1414
<key>orderHint</key>
15-
<integer>0</integer>
15+
<integer>1</integer>
1616
</dict>
1717
</dict>
1818
</dict>

0 commit comments

Comments
 (0)