Update minimum required version of WriteFreely Swift package

This commit is contained in:
Angelo Stavrow 2021-05-20 16:43:28 -04:00
parent 202fc74486
commit 8ff65a2308
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE
4 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -104,3 +104,4 @@ xcuserdata
!*.xcodeproj/xcshareddata/ !*.xcodeproj/xcshareddata/
!*.xcworkspace/contents.xcworkspacedata !*.xcworkspace/contents.xcworkspacedata
**/xcshareddata/WorkspaceSettings.xcsettings **/xcshareddata/WorkspaceSettings.xcsettings
/WriteFreely-MultiPlatform.xcodeproj/xcuserdata/angelo.xcuserdatad/xcschemes/xcschememanagement.plist

View File

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

View File

@ -1209,7 +1209,7 @@
repositoryURL = "git@github.com:writefreely/writefreely-swift.git"; repositoryURL = "git@github.com:writefreely/writefreely-swift.git";
requirement = { requirement = {
kind = upToNextMajorVersion; kind = upToNextMajorVersion;
minimumVersion = 0.3.0; minimumVersion = 0.3.1;
}; };
}; };
17A4FED825924AF70037E96B /* XCRemoteSwiftPackageReference "Sparkle" */ = { 17A4FED825924AF70037E96B /* XCRemoteSwiftPackageReference "Sparkle" */ = {

View File

@ -7,12 +7,12 @@
<key>WriteFreely-MultiPlatform (iOS).xcscheme_^#shared#^_</key> <key>WriteFreely-MultiPlatform (iOS).xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>1</integer> <integer>0</integer>
</dict> </dict>
<key>WriteFreely-MultiPlatform (macOS).xcscheme_^#shared#^_</key> <key>WriteFreely-MultiPlatform (macOS).xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>0</integer> <integer>1</integer>
</dict> </dict>
</dict> </dict>
</dict> </dict>