Skip to content

Commit ed18982

Browse files
authored
Change Swift Package name to WordPressAPI (#252)
* Change Swift Package name to WordPressAPI * Update scheme name argument * Update scheme name
1 parent 920aec4 commit ed18982

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.buildkite/swift-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function build_for_real_device() {
1818
echo "--- :swift: Building for $platform device"
1919
export NSUnbufferedIO=YES
2020
xcodebuild -destination "generic/platform=$platform" \
21-
-scheme WordPress \
21+
-scheme WordPressAPI \
2222
-derivedDataPath DerivedData \
2323
-skipPackagePluginValidation \
2424
build | xcbeautify

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let libwordpressFFI: Target = libwordpressFFIVersion.target
1515
#endif
1616

1717
var package = Package(
18-
name: "WordPress",
18+
name: "WordPressAPI",
1919
platforms: [
2020
.iOS(.v13),
2121
.macOS(.v11),

scripts/xcodebuild-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ device_id=$(xcrun simctl list --json devices available | jq -re ".devices.\"com.
1111
export NSUnbufferedIO=YES
1212

1313
xcodebuild \
14-
-scheme WordPress \
14+
-scheme WordPressAPI \
1515
-derivedDataPath DerivedData \
1616
-destination "id=${device_id}" \
1717
-skipPackagePluginValidation \

0 commit comments

Comments
 (0)