File tree Expand file tree Collapse file tree
.github/actions/setup-demo Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 - name : Update CocoaPods
4646 if : inputs.install-pods == 'true'
4747 shell : bash
48- working-directory : examples/demo
49- run : vp run update:pods
48+ working-directory : examples/demo/ios
49+ run : pod update OneSignalXCFramework --no-repo- update
5050
5151 - name : Create demo .env
5252 shell : bash
Original file line number Diff line number Diff line change 88 "preios" : " bun run setup" ,
99 "android" : " bash ../run-android.sh" ,
1010 "ios" : " bash ../run-ios.sh" ,
11- "update:pods" : " cd ios && pod update OneSignalXCFramework && cd .. " ,
11+ "update:pods" : " ( cd ios && pod update OneSignalXCFramework --no-repo-update) " ,
1212 "clean:android" : " rm -rf android/app/build android/app/.cxx android/build && adb uninstall com.onesignal.example >/dev/null 2>&1 || true" ,
1313 "clean:ios" : " rm -rf ios/build ios/Pods" ,
1414 "start" : " react-native start"
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
12set -euo pipefail
23
34# Invoked from a demo dir (e.g. examples/demo/) via `bun run setup`.
You can’t perform that action at this time.
0 commit comments