Skip to content

Commit 77981c9

Browse files
committed
fix: iOS app script name
1 parent 213eb0f commit 77981c9

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

apps/AndroidApp/turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"extends": ["//"],
44
"tasks": {
55
"build:example:android-consumer": {
6+
"env": ["JAVA_HOME", "ANDROID_NDK", "ANDROID_SDK", "ANDROID_HOME"],
67
"inputs": [
78
"apps/AndroidApp/app",
89
"apps/AndroidApp/build.gradle",

apps/iOSApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6-
"build:consumer:ios": "xcodebuild -project \"Brownfield iOS App.xcodeproj\" -scheme \"Brownfield iOS App\" -configuration Release -sdk iphonesimulator build CODE_SIGNING_ALLOWED=NO -derivedDataPath ./build"
6+
"build:example:ios-consumer": "xcodebuild -project \"Brownfield iOS App.xcodeproj\" -scheme \"Brownfield iOS App\" -configuration Release -sdk iphonesimulator build CODE_SIGNING_ALLOWED=NO -derivedDataPath ./build"
77
}
88
}

apps/iOSApp/turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://turbo.build/schema.json",
33
"extends": ["//"],
44
"tasks": {
5-
"build:consumer:ios": {
5+
"build:example:ios-consumer": {
66
"inputs": [
77
"apps/iOSApp/Brownfield iOS App",
88
"apps/iOSApp/Brownfield iOS App.xcodeproj",

0 commit comments

Comments
 (0)