File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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)" ,
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -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).
77ORIGINAL_DIR=$( pwd)
You can’t perform that action at this time.
0 commit comments