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
2 changes: 1 addition & 1 deletion mobile/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ survive `expo prebuild` belongs in a config plugin, as the release signing does.
| --- | --- |
| Display name | OpenScene |
| iOS bundle id / Android applicationId | `com.sloki9637.openscene` |
| Version | `0.3.0` (`expo.version`) |
| Version | `0.3.1` (`expo.version`) |
| iOS build number | `expo.ios.buildNumber` |
| Android version code | `expo.android.versionCode` |

Expand Down
6 changes: 3 additions & 3 deletions mobile/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "OpenScene",
"slug": "openscene",
"version": "0.3.0",
"version": "0.3.1",
"orientation": "portrait",
"icon": "./assets/icon.png",
"scheme": "openscene",
Expand All @@ -15,7 +15,7 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.sloki9637.openscene",
"buildNumber": "1",
"buildNumber": "2",
"infoPlist": {
"NSPhotoLibraryUsageDescription": "OpenScene reads the videos you pick so you can put them on a timeline. It copies the ones you choose into the project and never scans your library on its own.",
"NSPhotoLibraryAddUsageDescription": "OpenScene saves a finished export to your photo library when you ask it to.",
Expand All @@ -31,7 +31,7 @@
},
"predictiveBackGestureEnabled": false,
"package": "com.sloki9637.openscene",
"versionCode": 1,
"versionCode": 2,
"blockedPermissions": [
"android.permission.RECORD_AUDIO",
"android.permission.SYSTEM_ALERT_WINDOW",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "video-window-recorder",
"productName": "OpenScene",
"version": "0.3.0",
"version": "0.3.1",
"description": "OpenScene secure Electron MVP for selected-window preview and local WebM recording.",
"main": "./out/main/index.js",
"type": "module",
Expand Down
Loading