Skip to content

Commit 5c59ffb

Browse files
committed
chore(examples): update demo path references
1 parent ee048b9 commit 5c59ffb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Setup Capacitor
105105
run: |
106-
cd example/IonicCapOneSignal
106+
cd examples/demo
107107
bun run build
108108
109109
- name: Update Android SDK version
@@ -125,7 +125,7 @@ jobs:
125125
sed -i '' 's|<framework src="com\.onesignal:OneSignal:[^"]*" />|<framework src="com.onesignal:OneSignal:'"$VERSION"'" />|' plugin.xml
126126
echo "✓ Updated plugin.xml with Android SDK ${VERSION}"
127127
128-
cd example/IonicCapOneSignal
128+
cd examples/demo
129129
bunx cap sync android
130130
131131
# Only commit if there are changes
@@ -153,7 +153,7 @@ jobs:
153153
echo "✓ Updated plugin.xml with iOS SDK ${VERSION}"
154154
155155
# Need to regenerate the Podfile.lock
156-
cd example/IonicCapOneSignal/ios/App
156+
cd examples/demo/ios/App
157157
rm -f Podfile.lock
158158
cd ../..
159159
bunx cap sync ios

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apply plugin: 'com.diffplug.spotless'
1717

1818
spotless {
1919
java {
20-
target 'src/android/**/*.java', 'example/IonicCapOneSignal/android/app/src/**/*.java'
20+
target 'src/android/**/*.java', 'examples/demo/android/app/src/**/*.java'
2121
targetExclude '**/build/**'
2222
palantirJavaFormat('2.85.0')
2323
removeUnusedImports()

0 commit comments

Comments
 (0)