Skip to content

Commit 5bf8c81

Browse files
committed
fix(ww): upgraded x version and highlighted reset
1 parent 0604279 commit 5bf8c81

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

x/examples/website-wrapper-app/.scripts/build_mobileproxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
PLATFORM="$1"
18-
TAG="${2:-"x/v0.0.1"}"
18+
TAG="${2:-"x/v0.0.3"}"
1919
OUTPUT="${3:-output}"
2020

2121
if [[ "$OUTPUT" = "/" ]] || [[ "$OUTPUT" = "*" ]]; then

x/examples/website-wrapper-app/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To verify that your system has the necessary dependencies to generate your web w
2929
[Please refer to CapacitorJS's environment setup guide](https://capacitorjs.com/docs/getting-started/environment-setup#ios-requirements) and run `./doctor` to check to see if you have all the required dependencies.
3030

3131
```sh
32-
npm run reset
32+
npm run reset # don't forget to run this between builds!
3333
npm run build:project -- --platform=ios --entryUrl="https://www.example.com"
3434
npm run open:ios
3535
```
@@ -75,7 +75,7 @@ npx capacitor-assets generate --ios
7575
[Please refer to CapacitorJS's environment setup guide](https://capacitorjs.com/docs/getting-started/environment-setup#android-requirements) and run `./doctor` to check to see if you have all the required dependencies.
7676

7777
```sh
78-
npm run reset
78+
npm run reset # don't forget to run this between builds!
7979
npm run build:project -- --platform=android --entryUrl="https://www.example.com"
8080
npm run open:android
8181
```

x/examples/website-wrapper-app/wrapper_app_project/.scripts/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default async function main(
4444
navigationUrl,
4545
output = OUTPUT_DIR,
4646
platform,
47-
sdkVersion = "x/v0.0.1",
47+
sdkVersion = "x/v0.0.3",
4848
smartDialerConfig = DEFAULT_SMART_DIALER_CONFIG,
4949
},
5050
) {

0 commit comments

Comments
 (0)