Skip to content

Commit 1518a30

Browse files
committed
ci: add buildFromSource=false
1 parent 3cbb347 commit 1518a30

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/actions/ios-dev-app/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ runs:
2121
uses: actions/cache@v4
2222
with:
2323
path: |
24-
example/ios/build
25-
example/ios/DerivedData
24+
example/ios/build/DerivedData
2625
key: ios-dev-${{ runner.os }}-${{ hashFiles('example/ios/**', 'example/package.json', 'package.json') }}
2726
restore-keys: |
2827
ios-dev-${{ runner.os }}-

example/app.config.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "example",
33
"plugins": ["expo-dev-client"],
4-
"android": { "package": "com.css.example" },
5-
"ios": { "bundleIdentifier": "com.css.example" }
4+
"android": {
5+
"package": "com.css.example"
6+
},
7+
"ios": {
8+
"bundleIdentifier": "com.css.example",
9+
"buildFromSource": false
10+
}
611
}

0 commit comments

Comments
 (0)