Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"mode": "pre",
"tag": "beta",
"initialVersions": {
"@pulse-editor/capacitor-plugin": "0.0.1",
"@pulse-editor/mobile": "0.0.1",
"@pulse-editor/react-api": "0.1.1-alpha.54",
"@pulse-editor/shared-utils": "0.1.1-alpha.54",
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@ jobs:

- name: Build shared-utils
run: npm run shared-utils-build

- name: Install capacitor-plugin dependencies
run: npm install --workspace=capacitor-plugin

- name: Build capacitor-plugin
run: npm run capacitor-plugin-build


- name: Install web dependencies
run: npm install --workspace=web

Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/build-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Get Keystore
run: |
mkdir ~/.keystore
echo ${{ secrets.ANDROID_KEYSTORE }} | base64 --decode > ~/.keystore/keystore.jks
echo ${{ secrets.ANDROID_KEYSTORE }} | base64 --decode > ~/.keystore/pulse-editor.keystore

- name: Setup Node.js
uses: actions/setup-node@v4
Expand All @@ -55,12 +55,6 @@ jobs:
- name: Build shared-utils
run: npm run shared-utils-build

- name: Install capacitor-plugin dependencies
run: npm install --workspace=capacitor-plugin

- name: Build capacitor-plugin
run: npm run capacitor-plugin-build

- name: Install web dependencies
run: npm install --workspace=web

Expand All @@ -78,5 +72,5 @@ jobs:
working-directory: mobile

- name: Build Capacitor App
run: npx cap build android --keystorepath ~/.keystore/keystore.jks --keystorepass ${{ secrets.ANDROID_KEYSTORE_PASS }} --androidreleasetype APK
run: npx cap build android --keystorepath ~/.keystore/pulse-editor.keystore --keystorepass ${{ secrets.ANDROID_KEYSTORE_PASS }} --androidreleasetype APK
working-directory: mobile
6 changes: 0 additions & 6 deletions .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:

- name: Build shared-utils
run: npm run shared-utils-build

- name: Install capacitor-plugin dependencies
run: npm install --workspace=capacitor-plugin

- name: Build capacitor-plugin
run: npm run capacitor-plugin-build

- name: Install web dependencies
run: npm install --workspace=web
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
- name: Build shared-utils
run: npm run shared-utils-build

- name: Install capacitor-plugin dependencies
run: npm install --workspace=capacitor-plugin

- name: Build capacitor-plugin
run: npm run capacitor-plugin-build

- name: Install web dependencies
run: npm install --workspace=web

Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/release-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Get Keystore
run: |
mkdir ~/.keystore
echo ${{ secrets.ANDROID_KEYSTORE }} | base64 --decode > ~/.keystore/keystore.jks
echo ${{ secrets.ANDROID_KEYSTORE }} | base64 --decode > ~/.keystore/pulse-editor.keystore

- name: Setup Node.js
uses: actions/setup-node@v4
Expand All @@ -52,12 +52,6 @@ jobs:
- name: Build shared-utils
run: npm run shared-utils-build

- name: Install capacitor-plugin dependencies
run: npm install --workspace=capacitor-plugin

- name: Build capacitor-plugin
run: npm run capacitor-plugin-build

- name: Install web dependencies
run: npm install --workspace=web

Expand All @@ -75,7 +69,7 @@ jobs:
working-directory: mobile

- name: Build Capacitor App
run: npx cap build android --keystorepath ~/.keystore/keystore.jks --keystorepass ${{ secrets.ANDROID_KEYSTORE_PASS }} --androidreleasetype APK
run: npx cap build android --keystorepath ~/.keystore/pulse-editor.keystore --keystorepass ${{ secrets.ANDROID_KEYSTORE_PASS }} --androidreleasetype APK
working-directory: mobile

- name: Move APK
Expand Down
3 changes: 0 additions & 3 deletions capacitor-plugin/.eslintignore

This file was deleted.

70 changes: 0 additions & 70 deletions capacitor-plugin/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion capacitor-plugin/.prettierignore

This file was deleted.

52 changes: 0 additions & 52 deletions capacitor-plugin/CONTRIBUTING.md

This file was deleted.

28 changes: 0 additions & 28 deletions capacitor-plugin/Package.swift

This file was deleted.

17 changes: 0 additions & 17 deletions capacitor-plugin/PulseEditorCapacitorPlugin.podspec

This file was deleted.

59 changes: 0 additions & 59 deletions capacitor-plugin/README.md

This file was deleted.

1 change: 0 additions & 1 deletion capacitor-plugin/android/.gitignore

This file was deleted.

Loading