Skip to content

Commit

Permalink
try: use ren.onetwo.tidgi.mobile instead of fun.tidgi.mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Feb 8, 2024
1 parent c7fd37d commit 4c509e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"fetch"
]
},
"bundleIdentifier": "fren.onetwo.mobile"
"bundleIdentifier": "fren.onetwo.tidgi.mobile"
},
"android": {
"adaptiveIcon": {
Expand All @@ -35,7 +35,7 @@
"permissions": [
"android.permission.CAMERA"
],
"package": "ren.onetwo.mobile"
"package": "ren.onetwo.tidgi.mobile"
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down
2 changes: 1 addition & 1 deletion src/services/NativeService/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class NativeService {
(error: Error) => {
console.log(error);
},
'ren.onetwo.mobile', // share url protocol (must be unique to your app, suggest using your apple bundle id)
'ren.onetwo.tidgi.mobile', // share url protocol (must be unique to your app, suggest using your apple bundle id)
);
// Fully unregister Intents, actually it is not clearReceivedFiles
// ReceiveSharingIntent.clearReceivedFiles();
Expand Down
2 changes: 1 addition & 1 deletion src/services/NativeService/wikiOperations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ISharedFile } from './types';

/**
* We replace the text with filePath before calling this.
* @param files [{"contentUri": "content://com.google.android.apps.photos.contentprovider/0/1/content%3A%2F%2Fmedia%2Fexternal%2Fimages%2Fmedia%2F22483/ORIGINAL/NONE/image%2Fjpeg/1673810121", "fileName": "1694162284670.jpg", "filePath": "/data/user/0/ren.onetwo.mobile/cache/1694162284670.jpg", "mimeType": "image/jpeg", "subject": null, "text": null, "weblink": null}]
* @param files [{"contentUri": "content://com.google.android.apps.photos.contentprovider/0/1/content%3A%2F%2Fmedia%2Fexternal%2Fimages%2Fmedia%2F22483/ORIGINAL/NONE/image%2Fjpeg/1673810121", "fileName": "1694162284670.jpg", "filePath": "/data/user/0/ren.onetwo.tidgi.mobile/cache/1694162284670.jpg", "mimeType": "image/jpeg", "subject": null, "text": null, "weblink": null}]
* @returns
*/
export const importBinaryTiddlers = (files: ISharedFile[]) => {
Expand Down

0 comments on commit 4c509e9

Please sign in to comment.