From d83467939f58fb8f40922ec6859d4ac6fad7e8f7 Mon Sep 17 00:00:00 2001 From: RTSDA Date: Sat, 30 Aug 2025 09:07:43 -0400 Subject: [PATCH] Delete .github/workflows/ios-build.yml --- .github/workflows/ios-build.yml | 38 --------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .github/workflows/ios-build.yml diff --git a/.github/workflows/ios-build.yml b/.github/workflows/ios-build.yml deleted file mode 100644 index 92339d2..0000000 --- a/.github/workflows/ios-build.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: iOS UniFFI Build - -on: - push: - branches: [ main, develop ] - pull_request: - branches: [ main ] - -jobs: - build-ios: - runs-on: macos-latest - - steps: - - uses: actions/checkout@v4 - - - name: Install Rust - uses: dtolnay/rust-toolchain@stable - with: - targets: aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim - - - name: Install uniffi_bindgen - run: cargo install uniffi_bindgen --bin uniffi-bindgen - - - name: Build iOS framework - run: make ios - - - name: Test Rust code - run: cargo test --features uniffi - - - name: Upload iOS artifacts - uses: actions/upload-artifact@v4 - with: - name: ios-bindings - path: | - bindings/ios/church_core.swift - bindings/ios/church_coreFFI.h - bindings/ios/church_coreFFI.modulemap - bindings/ios/libchurch_core_universal.a \ No newline at end of file