Skip to content

Commit 37e4fed

Browse files
committed
Update list of packages using the Swift Android Action
1 parent bb0238e commit 37e4fed

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project to provide a cross-compiler for building
66
Swift natively for Android on a Linux or macOS host.
77

88
After building the package, it will run the SwiftPM
9-
test targets on an Android emulator (which is provided by the
9+
test targets on an Android emulator (which is provided by the
1010
[Android Emulator Runner action](https://github.com/marketplace/actions/android-emulator-runner)).
1111
To build the package for Android without running the tests
1212
(which is considerably faster), set the `run-tests` option to `false`.
@@ -77,7 +77,7 @@ which may be a pre-release build.
7777
> transition to using that bundle.
7878

7979
Snapshots can be specified with their full name, like `6.2-DEVELOPMENT-SNAPSHOT-2025-06-27-a`,
80-
or the most recent snapshot/nightly build can be specified with `nightly-6.2`.
80+
or the most recent snapshot/nightly build can be specified with `nightly-6.2`.
8181

8282
### Configuration Options
8383

@@ -265,22 +265,34 @@ gh release create --generate-notes --latest
265265
These are some of the open-source projects using (or used) the Swift Android Action:
266266

267267
- [Alamofire](https://github.com/Alamofire/Alamofire/tree/master/.github/workflows)
268+
- [Bagbutik](https://github.com/MortenGregersen/Bagbutik/tree/main/.github/workflows)
269+
- [BigInt](https://github.com/attaswift/BigInt/tree/master/.github/workflows)
268270
- [CryptoSwift](https://github.com/krzyzanowskim/CryptoSwift/tree/main/.github/workflows)
269271
- [egeniq/app-remote-config](https://github.com/egeniq/app-remote-config/tree/main/.github/workflows)
270272
- [Forked](https://github.com/drewmccormack/Forked/tree/main/.github/workflows)
271273
- [GraphQL](https://github.com/GraphQLSwift/GraphQL/tree/main/.github/workflows)
274+
- [jose-swift](https://github.com/beatt83/jose-swift/tree/main/.github/workflows)
275+
- [MemoZ](https://github.com/marcprux/MemoZ/tree/main/.github/workflows)
272276
- [PromiseKit](https://github.com/mxcl/PromiseKit/tree/master/.github/workflows)
277+
- [ReactiveKit](https://github.com/DeclarativeHub/ReactiveKit/tree/master/.github/workflows)
273278
- [Skip](https://github.com/skiptools/actions/tree/main/.github/workflows)
279+
- [soto-core](https://github.com/soto-project/soto-core/tree/main/.github/workflows)
280+
- [SQLite.swift](https://github.com/stephencelis/SQLite.swift/tree/master/.github/workflows)
274281
- [supabase-swift](https://github.com/supabase/supabase-swift/tree/main/.github/workflows)
275282
- [swift-android-native](https://github.com/skiptools/swift-android-native/tree/main/.github/workflows)
276283
- [SwiftCBOR](https://github.com/valpackett/SwiftCBOR/tree/master/.github/workflows)
284+
- [SwiftDraw](https://github.com/swhitty/SwiftDraw/tree/main/.github/workflows)
277285
- [swift-fakes](https://github.com/Quick/swift-fakes/tree/main/.github/workflows)
286+
- [SwiftGodot](https://github.com/migueldeicaza/SwiftGodot/tree/main/.github/workflows)
278287
- [swift-issue-reporting](https://github.com/pointfreeco/swift-issue-reporting/tree/main/.github/workflows)
288+
- [swift-jni](https://github.com/skiptools/swift-jni/tree/main/.github/workflows)
289+
- [swift-macro-testing](https://github.com/pointfreeco/swift-macro-testing/tree/main/.github/workflows)
279290
- [swift-png](https://github.com/tayloraswift/swift-png/tree/master/.github/workflows)
280291
- [swift-snapshot-testing](https://github.com/pointfreeco/swift-snapshot-testing/tree/main/.github/workflows)
281292
- [swift-sqlcipher](https://github.com/skiptools/swift-sqlcipher/tree/main/.github/workflows)
282293
- [SwifterSwift](https://github.com/SwifterSwift/SwifterSwift/tree/master/.github/workflows)
283-
- [SwiftGodot](https://github.com/migueldeicaza/SwiftGodot/tree/main/.github/workflows)
294+
- [universal](https://github.com/marcprux/universal/tree/main/.github/workflows)
284295
- [vapor/ci](https://github.com/vapor/ci/tree/main/.github/workflows)
296+
- [WasmKit](https://github.com/swiftwasm/WasmKit/tree/main/.github/workflows)
285297
- [Yams](https://github.com/jpsim/Yams/tree/main/.github/workflows)
286298

0 commit comments

Comments
 (0)