@@ -9,7 +9,7 @@ let package = Package(
99 name: " ObjectBox " ,
1010 platforms: [
1111 // This should match the requirements of ObjectBox.xcframework (so the ObjectBox Swift API and native libraries)
12- . macOS( . v10_15 ) , . iOS( . v12 ) ,
12+ . macOS( . v11 ) , . iOS( . v15 ) ,
1313 ] ,
1414 products: [
1515 . plugin( name: " ObjectBoxPlugin " , targets: [ " ObjectBoxGeneratorCommand " ] ) ,
@@ -22,20 +22,20 @@ let package = Package(
2222 . binaryTarget(
2323 name: " ObjectBoxGenerator " ,
2424 url:
25- " https://github.com/objectbox/objectbox-swift-spm /releases/download/5.0.0 /ObjectBoxGenerator.artifactbundle.zip " ,
26- checksum: " 39aa952e7250b58b956fa37adad0fe500255db5960df2a207071ea5556d62d7d "
25+ " https://github.com/objectbox/objectbox-swift-spec-staging /releases/download/v5.1.0-rc.1 /ObjectBoxGenerator.artifactbundle.zip " ,
26+ checksum: " 5f10e5cef769461290e1c30d51c647bc36955b5d7af0f4f09ffb9a90de3cdb54 "
2727 ) ,
2828 . binaryTarget(
2929 name: " ObjectBox.xcframework " ,
3030 url:
31- " https://github.com/objectbox/objectbox-swift-spm /releases/download/5.0.0 /ObjectBox.xcframework.zip " ,
32- checksum: " 3aeda304fa972e95f08d386784ab8ae220e6850f650ec07f46f8e926f5e4655a "
31+ " https://github.com/objectbox/objectbox-swift-spec-staging /releases/download/v5.1.0-rc.1 /ObjectBox.xcframework.zip " ,
32+ checksum: " 92c7567307a185d7bfc20c2af136cbe49da8309865af1cdf4f48ce2443c399c1 "
3333 ) ,
3434 . binaryTarget(
3535 name: " ObjectBox-Sync.xcframework " ,
3636 url:
37- " https://github.com/objectbox/objectbox-swift-spm /releases/download/5.0.0 /ObjectBox-Sync.xcframework.zip " ,
38- checksum: " 34cf4555c14d177a7435e9167203196237dd2af614b0a369a9731fb533555fa9 "
37+ " https://github.com/objectbox/objectbox-swift-spec-staging /releases/download/v5.1.0-rc.1 /ObjectBox-Sync.xcframework.zip " ,
38+ checksum: " 107736cf61cd7d8e1f72bbdb9208df617568868545c6a2116d7ec0f73a096c61 "
3939 ) ,
4040
4141 /// MARK: - Plugin implementations
0 commit comments