Skip to content

Commit 894f2ee

Browse files
committed
chore(demo): update export method to debugging
1 parent 264249a commit 894f2ee

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/demo/ios/ExportOptions.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>method</key>
6-
<string>development</string>
6+
<string>debugging</string>
77
<key>teamID</key>
88
<string>99SW8E36CT</string>
99
<key>signingStyle</key>

examples/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"scripts": {
66
"setup": "../setup.sh",
7-
"preandroid": "bun run setup",
8-
"preios": "bun run setup",
7+
"preandroid": "vp run setup",
8+
"preios": "vp run setup",
99
"android": "bash ../run-android.sh",
1010
"ios": "bash ../run-ios.sh",
1111
"update:pods": "(cd ios && pod update OneSignalXCFramework --no-repo-update)",

examples/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
# Invoked from a demo dir (e.g. examples/demo/) via `bun run setup`.
4+
# Invoked from a demo dir (e.g. examples/demo/) via `vp run setup`.
55
# ORIGINAL_DIR captures that dir so we can return to it after building
66
# the SDK; SDK_ROOT is two levels up (the SDK package itself).
77
ORIGINAL_DIR=$(pwd)

0 commit comments

Comments
 (0)