Skip to content

Commit 1ba01bc

Browse files
fix(example): update iOS build script to match renamed app
The app was renamed from EaseExample to Ease but the build:ios script still referenced the old workspace and scheme names, breaking CI.
1 parent 1410193 commit 1ba01bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "EaseExample",
2+
"name": "Ease",
33
"displayName": "Ease",
44
"expo": {
55
"name": "Ease",

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"web": "expo start --web",
1111
"prebuild": "expo prebuild",
1212
"build:android": "expo prebuild --platform android --clean && cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
13-
"build:ios": "expo prebuild --platform ios --clean && xcodebuild -workspace ios/EaseExample.xcworkspace -scheme EaseExample -configuration Debug -sdk iphonesimulator -arch x86_64 build"
13+
"build:ios": "expo prebuild --platform ios --clean && xcodebuild -workspace ios/Ease.xcworkspace -scheme Ease -configuration Debug -sdk iphonesimulator -arch x86_64 build"
1414
},
1515
"dependencies": {
1616
"@expo/metro-runtime": "~55.0.6",

0 commit comments

Comments
 (0)