Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions .github/workflows/ios-build-custom-dev-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-26

steps:
- uses: actions/checkout@v3
- name: switch XCode to 16.4
run: |
sudo xcode-select -s /Applications/Xcode_16.4.app
sudo xcode-select -s /Applications/Xcode_26.2.app

- name: update bundle identifier in Dev config
shell: bash
Expand All @@ -42,13 +42,6 @@ jobs:
run: pod install
working-directory: ./ios

- name: appcenter prebuilt script test
shell: bash
working-directory: ./
run: |
chmod +x ./appcenter-pre-build.sh
APPCENTER_XCODE_SCHEME="nativeTemplate" APPCENTER_SOURCE_DIRECTORY="./" IS_DEV_APP=False ./appcenter-pre-build.sh

- name: iOS Build Action
uses: yukiarrr/ios-build-action@v1.12.0
with:
Expand Down
65 changes: 0 additions & 65 deletions appcenter-build-config.json
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's make sure NBUI won't try to check if any of these files exist when it processes the project

This file was deleted.

13 changes: 0 additions & 13 deletions appcenter-post-clone.sh

This file was deleted.

31 changes: 0 additions & 31 deletions appcenter-pre-build.sh

This file was deleted.