Skip to content

Commit da0ea36

Browse files
committed
scripts : add apple app validation scripts
This commit adds scripts that can validate the iOS, macOS, tvOS, and VisionOS applications. The scripts create a simple test app project, copy the llama.xcframework to the test project, build and archive the app, create an IPA from the archive, and validate the IPA using altool. The motivation for this is to provide some basic validation and hopefully avoid having to manually validate apps in Xcode.
1 parent 2441f3b commit da0ea36

File tree

5 files changed

+3230
-0
lines changed

5 files changed

+3230
-0
lines changed

scripts/apple/validate-apps.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
./scripts/apple/validate-ios.sh
3+
./scripts/apple/validate-macos.sh
4+
./scripts/apple/validate-visionos.sh
5+
./scripts/apple/validate-tvos.sh

0 commit comments

Comments
 (0)