File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ function build_for_real_device() {
18
18
echo " --- :swift: Building for $platform device"
19
19
export NSUnbufferedIO=YES
20
20
xcodebuild -destination " generic/platform=$platform " \
21
- -scheme WordPress \
21
+ -scheme WordPressAPI \
22
22
-derivedDataPath DerivedData \
23
23
-skipPackagePluginValidation \
24
24
build | xcbeautify
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ let libwordpressFFI: Target = libwordpressFFIVersion.target
15
15
#endif
16
16
17
17
var package = Package (
18
- name: " WordPress " ,
18
+ name: " WordPressAPI " ,
19
19
platforms: [
20
20
. iOS( . v13) ,
21
21
. macOS( . v11) ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ device_id=$(xcrun simctl list --json devices available | jq -re ".devices.\"com.
11
11
export NSUnbufferedIO=YES
12
12
13
13
xcodebuild \
14
- -scheme WordPress \
14
+ -scheme WordPressAPI \
15
15
-derivedDataPath DerivedData \
16
16
-destination " id=${device_id} " \
17
17
-skipPackagePluginValidation \
You can’t perform that action at this time.
0 commit comments