Skip to content
This repository was archived by the owner on Mar 26, 2022. It is now read-only.

Commit f4391d4

Browse files
committed
Removed the android platform from the project
1 parent c912906 commit f4391d4

File tree

8 files changed

+11
-240
lines changed

8 files changed

+11
-240
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ tmp/
3131
temp/
3232
hooks/
3333
platforms/
34-
# Added by me
35-
!platforms/android/AndroidManifest.xml
3634
plugins/
3735
plugins/android.json
3836
plugins/ios.json

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Pico Deploy
2+
*Deploy Pico-8 Games Anywhere and Everywhere!*
3+
4+
5+
6+
7+
18
# Notes
29

310
Using Electron and [Electron Builder](https://github.com/electron-userland/electron-builder). Simply Follow the quick setup guide for electron builder for help.

config.xml

-1
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,4 @@
9999
<variable name="XWALK_MODE" value="embedded" />
100100
<variable name="XWALK_MULTIPLEAPK" value="true" />
101101
</plugin>
102-
<engine name="android" spec="6.3.0" />
103102
</widget>
753 KB
Loading
8.52 MB
Binary file not shown.

package-lock.json

+2-219
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
"@types/node": "^8.5.2",
7979
"angular2-expandable-list": "^0.5.0",
8080
"buffer": "^5.0.8",
81-
"cordova-android": "6.3.0",
8281
"cordova-plugin-console": "^1.0.5",
8382
"cordova-plugin-crosswalk-webview": "^2.3.0",
8483
"cordova-plugin-device": "^1.1.4",
@@ -122,6 +121,7 @@
122121
"XWALK_MODE": "embedded",
123122
"XWALK_MULTIPLEAPK": "true"
124123
}
125-
}
124+
},
125+
"platforms": []
126126
}
127127
}

platforms/android/AndroidManifest.xml

-16
This file was deleted.

0 commit comments

Comments
 (0)