Skip to content

Commit

Permalink
Version name for iOS updated to v1.5.1, Pop-up window after upload fi…
Browse files Browse the repository at this point in the history
…xed.
  • Loading branch information
Simbad Marino authored and Simbad Marino committed Aug 4, 2022
1 parent 5e208e0 commit 5b86835
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PODS:
- ZXingObjC/PDF417
- EXConstants (13.0.2):
- ExpoModulesCore
- EXDocumentPicker (10.1.3):
- EXDocumentPicker (10.2.1):
- ExpoModulesCore
- EXFileSystem (13.1.4):
- ExpoModulesCore
Expand Down Expand Up @@ -255,6 +255,8 @@ PODS:
- React-jsinspector (0.64.3)
- react-native-appearance (0.3.4):
- React
- react-native-document-picker (8.1.1):
- React-Core
- react-native-safe-area-context (3.3.2):
- React-Core
- react-native-webview (11.15.0):
Expand Down Expand Up @@ -415,6 +417,7 @@ DEPENDENCIES:
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
- react-native-appearance (from `../node_modules/react-native-appearance`)
- react-native-document-picker (from `../node_modules/react-native-document-picker`)
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
- react-native-webview (from `../node_modules/react-native-webview`)
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
Expand Down Expand Up @@ -521,6 +524,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/jsinspector"
react-native-appearance:
:path: "../node_modules/react-native-appearance"
react-native-document-picker:
:path: "../node_modules/react-native-document-picker"
react-native-safe-area-context:
:path: "../node_modules/react-native-safe-area-context"
react-native-webview:
Expand Down Expand Up @@ -578,7 +583,7 @@ SPEC CHECKSUMS:
EXApplication: 54fe5bd6268d697771645e8f1aef8b806a65247a
EXBarCodeScanner: e5ca0062d8ad1c4c1d2e386d6a308d5a32213020
EXConstants: 88bf79622fbd9b476c96d8ec57fe97ca44fe8e3c
EXDocumentPicker: d3eb6a207e1f370e496bea959b3ac145126560f5
EXDocumentPicker: cd34632ff465bfef63c9ff92b05b747665e21996
EXFileSystem: 08a3033ac372b6346becf07839e1ccef26fb1058
EXFont: 2597c10ac85a69d348d44d7873eccf5a7576ef5e
EXImageLoader: 347b72c2ec2df65120ccec40ea65a4c4f24317ff
Expand Down Expand Up @@ -611,6 +616,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: df6abc9fafbecb8e5b7a5fbc5e6d4bd017d594d5
React-jsinspector: 34e23860273a23695342f58eed3ffd3ba10c31e0
react-native-appearance: 0f0e5fc2fcef70e03d48c8fe6b00b9158c2ba8aa
react-native-document-picker: f68191637788994baed5f57d12994aa32cf8bf88
react-native-safe-area-context: 584dc04881deb49474363f3be89e4ca0e854c057
react-native-webview: e89bf2dba26a04cda967814df3ed1be99f291233
React-perflogger: cc76a4254d19640f1d8ad1c66fdee800414b805c
Expand Down
4 changes: 2 additions & 2 deletions ios/justshare.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/justshare",
);
MARKETING_VERSION = 1.5.0;
MARKETING_VERSION = 1.5.1;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -386,7 +386,7 @@
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/justshare",
);
MARKETING_VERSION = 1.5.0;
MARKETING_VERSION = 1.5.1;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion screens/Browser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ function addFileToBTFS(file)
console.log(file.name + " Uploaded to BTFS :) for: " + default_storage + " days");
//console.log(fileUploadID);
//Alert.alert("BTFS Upload in progress...", "Storage duration: " + default_storage + " days");
Alert.alert(file.name + " Uploaded to BTFS :)", "for: " + default_storage + " days", [ {text: 'Copy Link', onPress: () => CopyQmHash(), style: 'cancel'}, {text: 'Close', onPress: () => this.closeAlert()}, ], { cancelable: true});
Alert.alert(file.name + " Uploaded to BTFS :)", "for: " + default_storage + " days", [ {text: 'Copy Link', onPress: () => CopyQmHash(), style: 'cancel'}, {text: 'Close', onPress: () => console.log('Cancel Pressed')}, ], { cancelable: true});

//console.log("http://localhost:5001/api/v1/files/cp?arg=/btfs/" + currentFileQMhash + "&arg=" + currentDir + file.name);

Expand Down

0 comments on commit 5b86835

Please sign in to comment.