File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ apply plugin: 'com.diffplug.spotless'
1717
1818spotless {
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()
You can’t perform that action at this time.
0 commit comments