Skip to content

Release stages for Android and iOS#41

Merged
m1maker merged 1 commit into
m1maker:mainfrom
JRJurman:release-mobile
Jun 9, 2026
Merged

Release stages for Android and iOS#41
m1maker merged 1 commit into
m1maker:mainfrom
JRJurman:release-mobile

Conversation

@JRJurman

@JRJurman JRJurman commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Summary

Follow-up from #38, this PR includes the release stages for Android and iOS.

Resolves #39

Testing

To test, I ran the release stage on my own fork. You can see the artifacts here: https://github.com/JRJurman/SRAL/actions/runs/27120908723#artifacts

I then used those artifacts in a Love2d project made for Android and iOS and validated that SRAL loaded and interfaced correctly with both TTS and Screen Readers on real hardware.

Artifacts

For Android:

bundle-android
├── include
│   ├── SRAL.h
│   └── Sral.hpp
├── java
│   ├── AndroidAccessibilityManagerHelper.java
│   └── AndroidTTSHelper.java
└── lib
    ├── arm64-v8a
    │   └── libSRAL.so
    ├── armeabi-v7a
    │   └── libSRAL.so
    └── x86_64
        └── libSRAL.so

For iOS:

bundle-ios
├── include
│   ├── SRAL.h
│   └── Sral.hpp
├── lib
│   └── libSRAL_static.a
└── SRAL.xcframework
    ├── Info.plist
    ├── ios-arm64
    │   ├── Headers
    │   │   ├── SRAL.h
    │   │   └── Sral.hpp
    │   └── libSRAL_static.a
    └── ios-arm64_x86_64-simulator
        ├── Headers
        │   ├── SRAL.h
        │   └── Sral.hpp
        └── libSRAL_static.a

@m1maker m1maker merged commit 00539b8 into m1maker:main Jun 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Android and iOS release artifacts

2 participants