[Part of #4944] add deep/universal link ios and use status-im://
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
parent
f27e4fe57e
commit
c4c5c19a77
|
@ -60,7 +60,12 @@
|
||||||
<category android:name="android.intent.category.BROWSABLE" />
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
<data android:scheme="http" android:host="get.status.im" />
|
<data android:scheme="http" android:host="get.status.im" />
|
||||||
<data android:scheme="https" android:host="get.status.im" />
|
<data android:scheme="https" android:host="get.status.im" />
|
||||||
<data android:scheme="app" android:host="get.status.im" />
|
</intent-filter>
|
||||||
|
<intent-filter android:autoVerify="true">
|
||||||
|
<action android:name="android.intent.action.VIEW" />
|
||||||
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
|
<data android:scheme="status-im" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<service
|
<service
|
||||||
|
|
|
@ -2,9 +2,9 @@ PODS:
|
||||||
- FirebaseAnalytics (4.0.1):
|
- FirebaseAnalytics (4.0.1):
|
||||||
- FirebaseCore (~> 4.0)
|
- FirebaseCore (~> 4.0)
|
||||||
- FirebaseInstanceID (~> 2.0)
|
- FirebaseInstanceID (~> 2.0)
|
||||||
- GoogleToolboxForMac/NSData+zlib (~> 2.1)
|
- "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
|
||||||
- FirebaseCore (4.0.2):
|
- FirebaseCore (4.0.2):
|
||||||
- GoogleToolboxForMac/NSData+zlib (~> 2.1)
|
- "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
|
||||||
- FirebaseInstanceID (2.0.0):
|
- FirebaseInstanceID (2.0.0):
|
||||||
- FirebaseCore (~> 4.0)
|
- FirebaseCore (~> 4.0)
|
||||||
- FirebaseMessaging (2.0.0):
|
- FirebaseMessaging (2.0.0):
|
||||||
|
@ -16,30 +16,44 @@ PODS:
|
||||||
- GoogleToolboxForMac/Defines (2.1.1)
|
- GoogleToolboxForMac/Defines (2.1.1)
|
||||||
- GoogleToolboxForMac/Logger (2.1.1):
|
- GoogleToolboxForMac/Logger (2.1.1):
|
||||||
- GoogleToolboxForMac/Defines (= 2.1.1)
|
- GoogleToolboxForMac/Defines (= 2.1.1)
|
||||||
- GoogleToolboxForMac/NSData+zlib (2.1.1):
|
- "GoogleToolboxForMac/NSData+zlib (2.1.1)":
|
||||||
- GoogleToolboxForMac/Defines (= 2.1.1)
|
- GoogleToolboxForMac/Defines (= 2.1.1)
|
||||||
- Protobuf (3.3.0)
|
- Protobuf (3.3.0)
|
||||||
- React (0.53.3):
|
- React (0.55.4):
|
||||||
- React/Core (= 0.53.3)
|
- React/Core (= 0.55.4)
|
||||||
- react-native-background-timer (2.0.0):
|
- react-native-background-timer (2.0.0):
|
||||||
- React
|
- React
|
||||||
- React/Core (0.53.3):
|
- React/Core (0.55.4):
|
||||||
- yoga (= 0.53.3.React)
|
- yoga (= 0.55.4.React)
|
||||||
- yoga (0.53.3.React)
|
- RNKeychain (3.0.0-rc.3):
|
||||||
|
- React
|
||||||
|
- yoga (0.55.4.React)
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- FirebaseMessaging
|
- FirebaseMessaging
|
||||||
- React (from `../node_modules/react-native`)
|
- React (from `../node_modules/react-native`)
|
||||||
- react-native-background-timer (from `../node_modules/react-native-background-timer`)
|
- react-native-background-timer (from `../node_modules/react-native-background-timer`)
|
||||||
|
- RNKeychain (from `../node_modules/react-native-keychain`)
|
||||||
- yoga (from `../node_modules/react-native/ReactCommon/yoga`)
|
- yoga (from `../node_modules/react-native/ReactCommon/yoga`)
|
||||||
|
|
||||||
|
SPEC REPOS:
|
||||||
|
https://github.com/cocoapods/specs.git:
|
||||||
|
- FirebaseAnalytics
|
||||||
|
- FirebaseCore
|
||||||
|
- FirebaseInstanceID
|
||||||
|
- FirebaseMessaging
|
||||||
|
- GoogleToolboxForMac
|
||||||
|
- Protobuf
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
React:
|
React:
|
||||||
:path: ../node_modules/react-native
|
:path: "../node_modules/react-native"
|
||||||
react-native-background-timer:
|
react-native-background-timer:
|
||||||
:path: ../node_modules/react-native-background-timer
|
:path: "../node_modules/react-native-background-timer"
|
||||||
|
RNKeychain:
|
||||||
|
:path: "../node_modules/react-native-keychain"
|
||||||
yoga:
|
yoga:
|
||||||
:path: ../node_modules/react-native/ReactCommon/yoga
|
:path: "../node_modules/react-native/ReactCommon/yoga"
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
FirebaseAnalytics: 4d7040fefc3cd8b291cde35f12cf063d7963f15d
|
FirebaseAnalytics: 4d7040fefc3cd8b291cde35f12cf063d7963f15d
|
||||||
|
@ -48,10 +62,11 @@ SPEC CHECKSUMS:
|
||||||
FirebaseMessaging: 227406c05b0dc9290702d2e9f18ab5528f0c2cf2
|
FirebaseMessaging: 227406c05b0dc9290702d2e9f18ab5528f0c2cf2
|
||||||
GoogleToolboxForMac: 8e329f1b599f2512c6b10676d45736bcc2cbbeb0
|
GoogleToolboxForMac: 8e329f1b599f2512c6b10676d45736bcc2cbbeb0
|
||||||
Protobuf: d582fecf68201eac3d79ed61369ef45734394b9c
|
Protobuf: d582fecf68201eac3d79ed61369ef45734394b9c
|
||||||
React: fd20e9486c9d994fb6e40d6e67dbd29c7709889c
|
React: aa2040dbb6f317b95314968021bd2888816e03d5
|
||||||
react-native-background-timer: 10063c04bf85d7f8811dff8c74399f0aa715245f
|
react-native-background-timer: 63dcbf37dbcf294b5c6c071afcdc661fa06a7594
|
||||||
yoga: c7c8e64dbc2552b1ceac0b491ff03f5e5128b501
|
RNKeychain: 627c6095cef215dd3d9804a9a9cf45ab96aa3997
|
||||||
|
yoga: a23273df0088bf7f2bb7e5d7b00044ea57a2a54a
|
||||||
|
|
||||||
PODFILE CHECKSUM: 653ad2d673bf8aa8127325a078e07aedc8dbe463
|
PODFILE CHECKSUM: 58fa7be75df3ece53c570dbd30d721f4b6d77137
|
||||||
|
|
||||||
COCOAPODS: 1.3.1
|
COCOAPODS: 1.5.3
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
};
|
};
|
||||||
objectVersion = 46;
|
objectVersion = 46;
|
||||||
objects = {
|
objects = {
|
||||||
|
|
||||||
/* Begin PBXBuildFile section */
|
/* Begin PBXBuildFile section */
|
||||||
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
|
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
|
||||||
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
|
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
|
||||||
|
@ -57,6 +58,7 @@
|
||||||
9EE89E271E03FCB7007D3C25 /* libSplashScreen.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B24FC7F21DE718EF00D694FF /* libSplashScreen.a */; };
|
9EE89E271E03FCB7007D3C25 /* libSplashScreen.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B24FC7F21DE718EF00D694FF /* libSplashScreen.a */; };
|
||||||
9EE89E2D1E03FD9F007D3C25 /* libimageCropPicker.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 20A5C9531D927137002C4965 /* libimageCropPicker.a */; };
|
9EE89E2D1E03FD9F007D3C25 /* libimageCropPicker.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 20A5C9531D927137002C4965 /* libimageCropPicker.a */; };
|
||||||
9EF0836B1F3B53AB00876A8F /* libReactNativeConfig.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9EF083611F3B538B00876A8F /* libReactNativeConfig.a */; };
|
9EF0836B1F3B53AB00876A8F /* libReactNativeConfig.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9EF083611F3B538B00876A8F /* libReactNativeConfig.a */; };
|
||||||
|
AB96C730942E49178F59AE6F /* libRNSecureRandom.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1464A9A9E12F45068947C28F /* libRNSecureRandom.a */; };
|
||||||
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
|
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
|
||||||
B23B48FF1E76917B006D4535 /* RobotoMono-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B23B48FE1E76917B006D4535 /* RobotoMono-Medium.ttf */; };
|
B23B48FF1E76917B006D4535 /* RobotoMono-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B23B48FE1E76917B006D4535 /* RobotoMono-Medium.ttf */; };
|
||||||
B24FC7FD1DE7195700D694FF /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B24FC7FC1DE7195700D694FF /* Social.framework */; };
|
B24FC7FD1DE7195700D694FF /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B24FC7FC1DE7195700D694FF /* Social.framework */; };
|
||||||
|
@ -71,7 +73,6 @@
|
||||||
E0AD9E8F495A4907B65104BF /* libRCTImageResizer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BEE3436791D42248F853999 /* libRCTImageResizer.a */; };
|
E0AD9E8F495A4907B65104BF /* libRCTImageResizer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BEE3436791D42248F853999 /* libRCTImageResizer.a */; };
|
||||||
F9238D6C1E5F055900C047B9 /* SF-UI-Text-Semibold.otf in Resources */ = {isa = PBXBuildFile; fileRef = F9238D6B1E5F055900C047B9 /* SF-UI-Text-Semibold.otf */; };
|
F9238D6C1E5F055900C047B9 /* SF-UI-Text-Semibold.otf in Resources */ = {isa = PBXBuildFile; fileRef = F9238D6B1E5F055900C047B9 /* SF-UI-Text-Semibold.otf */; };
|
||||||
FD4F213C3873473CB703B1D2 /* libRNFS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674B3D9595A047AB8D518F4E /* libRNFS.a */; };
|
FD4F213C3873473CB703B1D2 /* libRNFS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 674B3D9595A047AB8D518F4E /* libRNFS.a */; };
|
||||||
AB96C730942E49178F59AE6F /* libRNSecureRandom.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1464A9A9E12F45068947C28F /* libRNSecureRandom.a */; };
|
|
||||||
/* End PBXBuildFile section */
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
/* Begin PBXContainerItemProxy section */
|
/* Begin PBXContainerItemProxy section */
|
||||||
|
@ -327,6 +328,13 @@
|
||||||
remoteGlobalIDString = B29EC9CC1E48BED600704A36;
|
remoteGlobalIDString = B29EC9CC1E48BED600704A36;
|
||||||
remoteInfo = RCTHttpServer;
|
remoteInfo = RCTHttpServer;
|
||||||
};
|
};
|
||||||
|
C20F3A6E20E5165B00757214 /* PBXContainerItemProxy */ = {
|
||||||
|
isa = PBXContainerItemProxy;
|
||||||
|
containerPortal = AF409BB755B94FB1BBA01927 /* RNSecureRandom.xcodeproj */;
|
||||||
|
proxyType = 2;
|
||||||
|
remoteGlobalIDString = 134814201AA4EA6300B7C361;
|
||||||
|
remoteInfo = RNSecureRandom;
|
||||||
|
};
|
||||||
C90047CC1FC47AF50002B8EA /* PBXContainerItemProxy */ = {
|
C90047CC1FC47AF50002B8EA /* PBXContainerItemProxy */ = {
|
||||||
isa = PBXContainerItemProxy;
|
isa = PBXContainerItemProxy;
|
||||||
containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */;
|
containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */;
|
||||||
|
@ -537,6 +545,7 @@
|
||||||
13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = StatusIm/AppDelegate.m; sourceTree = "<group>"; };
|
13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = StatusIm/AppDelegate.m; sourceTree = "<group>"; };
|
||||||
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = StatusIm/Info.plist; sourceTree = "<group>"; };
|
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = StatusIm/Info.plist; sourceTree = "<group>"; };
|
||||||
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = StatusIm/main.m; sourceTree = "<group>"; };
|
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = StatusIm/main.m; sourceTree = "<group>"; };
|
||||||
|
1464A9A9E12F45068947C28F /* libRNSecureRandom.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNSecureRandom.a; sourceTree = "<group>"; };
|
||||||
146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
|
146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
|
||||||
1E74DC52A1E449A2BA858B14 /* RNSVG.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNSVG.xcodeproj; path = "../node_modules/react-native-svg/ios/RNSVG.xcodeproj"; sourceTree = "<group>"; };
|
1E74DC52A1E449A2BA858B14 /* RNSVG.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNSVG.xcodeproj; path = "../node_modules/react-native-svg/ios/RNSVG.xcodeproj"; sourceTree = "<group>"; };
|
||||||
2028DFF51D4275B600227DCD /* SF-UI-Display-Medium.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SF-UI-Display-Medium.otf"; sourceTree = "<group>"; };
|
2028DFF51D4275B600227DCD /* SF-UI-Display-Medium.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SF-UI-Display-Medium.otf"; sourceTree = "<group>"; };
|
||||||
|
@ -587,6 +596,7 @@
|
||||||
ACA66A8F16CD2FE21F38738B /* Pods-StatusIm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StatusIm.debug.xcconfig"; path = "Pods/Target Support Files/Pods-StatusIm/Pods-StatusIm.debug.xcconfig"; sourceTree = "<group>"; };
|
ACA66A8F16CD2FE21F38738B /* Pods-StatusIm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StatusIm.debug.xcconfig"; path = "Pods/Target Support Files/Pods-StatusIm/Pods-StatusIm.debug.xcconfig"; sourceTree = "<group>"; };
|
||||||
ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; };
|
ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; };
|
||||||
AF2BF381BC7B4EB0887F0091 /* libRNSVG.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNSVG.a; sourceTree = "<group>"; };
|
AF2BF381BC7B4EB0887F0091 /* libRNSVG.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNSVG.a; sourceTree = "<group>"; };
|
||||||
|
AF409BB755B94FB1BBA01927 /* RNSecureRandom.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNSecureRandom.xcodeproj; path = "../node_modules/react-native-securerandom/ios/RNSecureRandom.xcodeproj"; sourceTree = "<group>"; };
|
||||||
B23B48FE1E76917B006D4535 /* RobotoMono-Medium.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "RobotoMono-Medium.ttf"; sourceTree = "<group>"; };
|
B23B48FE1E76917B006D4535 /* RobotoMono-Medium.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "RobotoMono-Medium.ttf"; sourceTree = "<group>"; };
|
||||||
B24FC7FC1DE7195700D694FF /* Social.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Social.framework; path = System/Library/Frameworks/Social.framework; sourceTree = SDKROOT; };
|
B24FC7FC1DE7195700D694FF /* Social.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Social.framework; path = System/Library/Frameworks/Social.framework; sourceTree = SDKROOT; };
|
||||||
B24FC7FE1DE7195F00D694FF /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = System/Library/Frameworks/MessageUI.framework; sourceTree = SDKROOT; };
|
B24FC7FE1DE7195F00D694FF /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = System/Library/Frameworks/MessageUI.framework; sourceTree = SDKROOT; };
|
||||||
|
@ -604,8 +614,6 @@
|
||||||
F89A8F8005874B86B63C22E3 /* RNFIRMessaging.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNFIRMessaging.xcodeproj; path = "../node_modules/react-native-fcm/ios/RNFIRMessaging.xcodeproj"; sourceTree = "<group>"; };
|
F89A8F8005874B86B63C22E3 /* RNFIRMessaging.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNFIRMessaging.xcodeproj; path = "../node_modules/react-native-fcm/ios/RNFIRMessaging.xcodeproj"; sourceTree = "<group>"; };
|
||||||
F9238D6B1E5F055900C047B9 /* SF-UI-Text-Semibold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SF-UI-Text-Semibold.otf"; sourceTree = "<group>"; };
|
F9238D6B1E5F055900C047B9 /* SF-UI-Text-Semibold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SF-UI-Text-Semibold.otf"; sourceTree = "<group>"; };
|
||||||
FC1CBCFE6C906043D6CCEEE1 /* libPods-StatusImTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-StatusImTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
FC1CBCFE6C906043D6CCEEE1 /* libPods-StatusImTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-StatusImTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
AF409BB755B94FB1BBA01927 /* RNSecureRandom.xcodeproj */ = {isa = PBXFileReference; name = "RNSecureRandom.xcodeproj"; path = "../node_modules/react-native-securerandom/ios/RNSecureRandom.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
|
|
||||||
1464A9A9E12F45068947C28F /* libRNSecureRandom.a */ = {isa = PBXFileReference; name = "libRNSecureRandom.a"; path = "libRNSecureRandom.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
|
|
||||||
/* End PBXFileReference section */
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
/* Begin PBXFrameworksBuildPhase section */
|
/* Begin PBXFrameworksBuildPhase section */
|
||||||
|
@ -1083,6 +1091,14 @@
|
||||||
name = Products;
|
name = Products;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
|
C20F3A6B20E5165A00757214 /* Products */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
C20F3A6F20E5165B00757214 /* libRNSecureRandom.a */,
|
||||||
|
);
|
||||||
|
name = Products;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
C90047C11FC47AF30002B8EA /* Recovered References */ = {
|
C90047C11FC47AF30002B8EA /* Recovered References */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
@ -1098,6 +1114,7 @@
|
||||||
4EC426A98043452BB6F9C134 /* libRNInstabug.a */,
|
4EC426A98043452BB6F9C134 /* libRNInstabug.a */,
|
||||||
AF2BF381BC7B4EB0887F0091 /* libRNSVG.a */,
|
AF2BF381BC7B4EB0887F0091 /* libRNSVG.a */,
|
||||||
7F752F17B1E04216B1337A72 /* libRNFIRMessaging.a */,
|
7F752F17B1E04216B1337A72 /* libRNFIRMessaging.a */,
|
||||||
|
1464A9A9E12F45068947C28F /* libRNSecureRandom.a */,
|
||||||
);
|
);
|
||||||
name = "Recovered References";
|
name = "Recovered References";
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
|
@ -1121,8 +1138,6 @@
|
||||||
00E356EA1AD99517003FC87E /* Sources */,
|
00E356EA1AD99517003FC87E /* Sources */,
|
||||||
00E356EB1AD99517003FC87E /* Frameworks */,
|
00E356EB1AD99517003FC87E /* Frameworks */,
|
||||||
00E356EC1AD99517003FC87E /* Resources */,
|
00E356EC1AD99517003FC87E /* Resources */,
|
||||||
1986C962445001A2631E6AB0 /* [CP] Embed Pods Frameworks */,
|
|
||||||
967469AF8BA27D5CEC47B13C /* [CP] Copy Pods Resources */,
|
|
||||||
);
|
);
|
||||||
buildRules = (
|
buildRules = (
|
||||||
);
|
);
|
||||||
|
@ -1138,15 +1153,13 @@
|
||||||
isa = PBXNativeTarget;
|
isa = PBXNativeTarget;
|
||||||
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "StatusIm" */;
|
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "StatusIm" */;
|
||||||
buildPhases = (
|
buildPhases = (
|
||||||
74D5DDAF20DA55D6002897BC /* ShellScript */,
|
|
||||||
2EAC54E16AB243C3EBBFE1BA /* [CP] Check Pods Manifest.lock */,
|
2EAC54E16AB243C3EBBFE1BA /* [CP] Check Pods Manifest.lock */,
|
||||||
|
74D5DDAF20DA55D6002897BC /* ShellScript */,
|
||||||
13B07F871A680F5B00A75B9A /* Sources */,
|
13B07F871A680F5B00A75B9A /* Sources */,
|
||||||
13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
||||||
13B07F8E1A680F5B00A75B9A /* Resources */,
|
13B07F8E1A680F5B00A75B9A /* Resources */,
|
||||||
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
|
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
|
||||||
20B6B6891D92C42700CC5C6A /* Embed Frameworks */,
|
20B6B6891D92C42700CC5C6A /* Embed Frameworks */,
|
||||||
9E71BA90038083A3D24E18E9 /* [CP] Embed Pods Frameworks */,
|
|
||||||
E883D1F9B22B8292CC879292 /* [CP] Copy Pods Resources */,
|
|
||||||
E3914A731DF919ED00EBB515 /* Run Script */,
|
E3914A731DF919ED00EBB515 /* Run Script */,
|
||||||
C5A3444E637B7B715148AD1B /* Embed Instabug Framework */,
|
C5A3444E637B7B715148AD1B /* Embed Instabug Framework */,
|
||||||
D286FF71BA61530E740B7C82 /* Strip Frameworks */,
|
D286FF71BA61530E740B7C82 /* Strip Frameworks */,
|
||||||
|
@ -1187,6 +1200,9 @@
|
||||||
com.apple.Push = {
|
com.apple.Push = {
|
||||||
enabled = 1;
|
enabled = 1;
|
||||||
};
|
};
|
||||||
|
com.apple.SafariKeychain = {
|
||||||
|
enabled = 1;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -1307,6 +1323,10 @@
|
||||||
ProductGroup = 9E3F1BE31DDAE781005E4779 /* Products */;
|
ProductGroup = 9E3F1BE31DDAE781005E4779 /* Products */;
|
||||||
ProjectRef = F3548417D8DA4362B6796A54 /* RNInstabug.xcodeproj */;
|
ProjectRef = F3548417D8DA4362B6796A54 /* RNInstabug.xcodeproj */;
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
ProductGroup = C20F3A6B20E5165A00757214 /* Products */;
|
||||||
|
ProjectRef = AF409BB755B94FB1BBA01927 /* RNSecureRandom.xcodeproj */;
|
||||||
|
},
|
||||||
{
|
{
|
||||||
ProductGroup = 92925B361F571DE600203EEB /* Products */;
|
ProductGroup = 92925B361F571DE600203EEB /* Products */;
|
||||||
ProjectRef = 1E74DC52A1E449A2BA858B14 /* RNSVG.xcodeproj */;
|
ProjectRef = 1E74DC52A1E449A2BA858B14 /* RNSVG.xcodeproj */;
|
||||||
|
@ -1574,6 +1594,13 @@
|
||||||
remoteRef = B2DEA0B01E49E32000FA28D6 /* PBXContainerItemProxy */;
|
remoteRef = B2DEA0B01E49E32000FA28D6 /* PBXContainerItemProxy */;
|
||||||
sourceTree = BUILT_PRODUCTS_DIR;
|
sourceTree = BUILT_PRODUCTS_DIR;
|
||||||
};
|
};
|
||||||
|
C20F3A6F20E5165B00757214 /* libRNSecureRandom.a */ = {
|
||||||
|
isa = PBXReferenceProxy;
|
||||||
|
fileType = archive.ar;
|
||||||
|
path = libRNSecureRandom.a;
|
||||||
|
remoteRef = C20F3A6E20E5165B00757214 /* PBXContainerItemProxy */;
|
||||||
|
sourceTree = BUILT_PRODUCTS_DIR;
|
||||||
|
};
|
||||||
C90047CD1FC47AF50002B8EA /* libRCTBlob-tvOS.a */ = {
|
C90047CD1FC47AF50002B8EA /* libRCTBlob-tvOS.a */ = {
|
||||||
isa = PBXReferenceProxy;
|
isa = PBXReferenceProxy;
|
||||||
fileType = archive.ar;
|
fileType = archive.ar;
|
||||||
|
@ -1781,21 +1808,6 @@
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "set -o errexit\nexport NODE_BINARY=\"node --max-old-space-size=4096\"\n../node_modules/react-native/scripts/react-native-xcode.sh";
|
shellScript = "set -o errexit\nexport NODE_BINARY=\"node --max-old-space-size=4096\"\n../node_modules/react-native/scripts/react-native-xcode.sh";
|
||||||
};
|
};
|
||||||
1986C962445001A2631E6AB0 /* [CP] Embed Pods Frameworks */ = {
|
|
||||||
isa = PBXShellScriptBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
inputPaths = (
|
|
||||||
);
|
|
||||||
name = "[CP] Embed Pods Frameworks";
|
|
||||||
outputPaths = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
shellPath = /bin/sh;
|
|
||||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-StatusImTests/Pods-StatusImTests-frameworks.sh\"\n";
|
|
||||||
showEnvVarsInLog = 0;
|
|
||||||
};
|
|
||||||
2EAC54E16AB243C3EBBFE1BA /* [CP] Check Pods Manifest.lock */ = {
|
2EAC54E16AB243C3EBBFE1BA /* [CP] Check Pods Manifest.lock */ = {
|
||||||
isa = PBXShellScriptBuildPhase;
|
isa = PBXShellScriptBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
|
@ -1844,40 +1856,6 @@
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "echo \"RN-PATCH: Checking if iOS React patch is applied...\"\n\nif cmp ${PROJECT_DIR}/../react-native-patches/RCTUITextView.m ${PROJECT_DIR}/../node_modules/react-native/Libraries/Text/TextInput/Multiline/RCTUITextView.m; then\n echo \"RN-PARCH: Patch was successfully applied\"\nelse\n echo \"RN-PATCH: Patch was NOT successfully applied\"\n exit 1\nfi";
|
shellScript = "echo \"RN-PATCH: Checking if iOS React patch is applied...\"\n\nif cmp ${PROJECT_DIR}/../react-native-patches/RCTUITextView.m ${PROJECT_DIR}/../node_modules/react-native/Libraries/Text/TextInput/Multiline/RCTUITextView.m; then\n echo \"RN-PARCH: Patch was successfully applied\"\nelse\n echo \"RN-PATCH: Patch was NOT successfully applied\"\n exit 1\nfi";
|
||||||
};
|
};
|
||||||
967469AF8BA27D5CEC47B13C /* [CP] Copy Pods Resources */ = {
|
|
||||||
isa = PBXShellScriptBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
inputPaths = (
|
|
||||||
);
|
|
||||||
name = "[CP] Copy Pods Resources";
|
|
||||||
outputPaths = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
shellPath = /bin/sh;
|
|
||||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-StatusImTests/Pods-StatusImTests-resources.sh\"\n";
|
|
||||||
};
|
|
||||||
9E71BA90038083A3D24E18E9 /* [CP] Embed Pods Frameworks */ = {
|
|
||||||
isa = PBXShellScriptBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
inputPaths = (
|
|
||||||
"${SRCROOT}/Pods/Target Support Files/Pods-StatusIm/Pods-StatusIm-frameworks.sh",
|
|
||||||
"${PODS_ROOT}/Instabug/Instabug.framework",
|
|
||||||
"${PODS_ROOT}/Instabug/Instabug.framework.dSYM",
|
|
||||||
);
|
|
||||||
name = "[CP] Embed Pods Frameworks";
|
|
||||||
outputPaths = (
|
|
||||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Instabug.framework",
|
|
||||||
"${DWARF_DSYM_FOLDER_PATH}/Instabug.framework.dSYM",
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
shellPath = /bin/sh;
|
|
||||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-StatusIm/Pods-StatusIm-frameworks.sh\"\n";
|
|
||||||
showEnvVarsInLog = 0;
|
|
||||||
};
|
|
||||||
D286FF71BA61530E740B7C82 /* Strip Frameworks */ = {
|
D286FF71BA61530E740B7C82 /* Strip Frameworks */ = {
|
||||||
isa = PBXShellScriptBuildPhase;
|
isa = PBXShellScriptBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
|
@ -1906,24 +1884,6 @@
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "#!/bin/bash\n\nsource \"${PROJECT_DIR}/scripts/set_xcode_version.sh\"";
|
shellScript = "#!/bin/bash\n\nsource \"${PROJECT_DIR}/scripts/set_xcode_version.sh\"";
|
||||||
};
|
};
|
||||||
E883D1F9B22B8292CC879292 /* [CP] Copy Pods Resources */ = {
|
|
||||||
isa = PBXShellScriptBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
inputPaths = (
|
|
||||||
"${SRCROOT}/Pods/Target Support Files/Pods-StatusIm/Pods-StatusIm-resources.sh",
|
|
||||||
"${PODS_ROOT}/Instabug/Instabug.framework/Instabug.bundle",
|
|
||||||
);
|
|
||||||
name = "[CP] Copy Pods Resources";
|
|
||||||
outputPaths = (
|
|
||||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}",
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
shellPath = /bin/sh;
|
|
||||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-StatusIm/Pods-StatusIm-resources.sh\"\n";
|
|
||||||
showEnvVarsInLog = 0;
|
|
||||||
};
|
|
||||||
/* End PBXShellScriptBuildPhase section */
|
/* End PBXShellScriptBuildPhase section */
|
||||||
|
|
||||||
/* Begin PBXSourcesBuildPhase section */
|
/* Begin PBXSourcesBuildPhase section */
|
||||||
|
@ -2088,6 +2048,7 @@
|
||||||
"$(SRCROOT)/../node_modules/react-native-fcm/ios",
|
"$(SRCROOT)/../node_modules/react-native-fcm/ios",
|
||||||
"$(SRCROOT)/../node_modules/react-native-testfairy/ios",
|
"$(SRCROOT)/../node_modules/react-native-testfairy/ios",
|
||||||
"$(SRCROOT)/../node_modules/react-native-securerandom/ios",
|
"$(SRCROOT)/../node_modules/react-native-securerandom/ios",
|
||||||
|
"$(SRCROOT)/../node_modules/react-native/Libraries/LinkingIOS",
|
||||||
);
|
);
|
||||||
INFOPLIST_FILE = StatusIm/Info.plist;
|
INFOPLIST_FILE = StatusIm/Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||||
|
@ -2150,6 +2111,7 @@
|
||||||
"$(SRCROOT)/../node_modules/react-native-fcm/ios",
|
"$(SRCROOT)/../node_modules/react-native-fcm/ios",
|
||||||
"$(SRCROOT)/../node_modules/react-native-testfairy/ios",
|
"$(SRCROOT)/../node_modules/react-native-testfairy/ios",
|
||||||
"$(SRCROOT)/../node_modules/react-native-securerandom/ios",
|
"$(SRCROOT)/../node_modules/react-native-securerandom/ios",
|
||||||
|
"$(SRCROOT)/../node_modules/react-native/Libraries/LinkingIOS",
|
||||||
);
|
);
|
||||||
INFOPLIST_FILE = StatusIm/Info.plist;
|
INFOPLIST_FILE = StatusIm/Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
#import "SplashScreen.h"
|
#import "SplashScreen.h"
|
||||||
#import "TestFairy.h"
|
#import "TestFairy.h"
|
||||||
#import "RNFIRMessaging.h"
|
#import "RNFIRMessaging.h"
|
||||||
|
#import "RCTLinkingManager.h"
|
||||||
|
|
||||||
@implementation AppDelegate
|
@implementation AppDelegate
|
||||||
|
|
||||||
|
@ -119,4 +120,20 @@ RCTLogFunction RCTTestFairyLogFunction = ^(
|
||||||
[RNFIRMessaging didReceiveRemoteNotification:userInfo fetchCompletionHandler:completionHandler];
|
[RNFIRMessaging didReceiveRemoteNotification:userInfo fetchCompletionHandler:completionHandler];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (BOOL)application:(UIApplication *)application
|
||||||
|
openURL:(NSURL *)url
|
||||||
|
options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options
|
||||||
|
{
|
||||||
|
return [RCTLinkingManager application:application openURL:url options:options];
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
- (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity
|
||||||
|
restorationHandler:(void (^)(NSArray * _Nullable))restorationHandler
|
||||||
|
{
|
||||||
|
return [RCTLinkingManager application:application
|
||||||
|
continueUserActivity:userActivity
|
||||||
|
restorationHandler:restorationHandler];
|
||||||
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
|
@ -1,95 +1,106 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleURLTypes</key>
|
||||||
<string>en</string>
|
<array>
|
||||||
<key>CFBundleDisplayName</key>
|
<dict>
|
||||||
<string>$(CUSTOM_PRODUCT_NAME)</string>
|
<key>CFBundleURLName</key>
|
||||||
<key>CFBundleExecutable</key>
|
<string>im.status.ethereum.applink</string>
|
||||||
<string>$(EXECUTABLE_NAME)</string>
|
<key>CFBundleURLSchemes</key>
|
||||||
<key>CFBundleIdentifier</key>
|
<array>
|
||||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)$(BUNDLE_ID_SUFFIX)</string>
|
<string>status-im</string>
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
</array>
|
||||||
<string>6.0</string>
|
</dict>
|
||||||
<key>CFBundleName</key>
|
</array>
|
||||||
<string>$(PRODUCT_NAME)</string>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<key>CFBundlePackageType</key>
|
<string>en</string>
|
||||||
<string>APPL</string>
|
<key>CFBundleDisplayName</key>
|
||||||
<key>CFBundleShortVersionString</key>
|
<string>$(CUSTOM_PRODUCT_NAME)</string>
|
||||||
<string>1.0</string>
|
<key>CFBundleExecutable</key>
|
||||||
<key>CFBundleSignature</key>
|
<string>$(EXECUTABLE_NAME)</string>
|
||||||
<string>????</string>
|
<key>CFBundleIdentifier</key>
|
||||||
<key>CFBundleVersion</key>
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)$(BUNDLE_ID_SUFFIX)</string>
|
||||||
<string>1</string>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
<key>LSApplicationQueriesSchemes</key>
|
<string>6.0</string>
|
||||||
<array>
|
<key>CFBundleName</key>
|
||||||
<string>whatsapp</string>
|
<string>$(PRODUCT_NAME)</string>
|
||||||
</array>
|
<key>CFBundlePackageType</key>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<string>APPL</string>
|
||||||
<true/>
|
<key>CFBundleShortVersionString</key>
|
||||||
<key>NSAppTransportSecurity</key>
|
<string>1.0</string>
|
||||||
<dict>
|
<key>CFBundleSignature</key>
|
||||||
<key>NSAllowsArbitraryLoads</key>
|
<string>????</string>
|
||||||
<true/>
|
<key>CFBundleVersion</key>
|
||||||
<key>NSExceptionDomains</key>
|
<string>1</string>
|
||||||
<dict>
|
<key>LSApplicationQueriesSchemes</key>
|
||||||
<key>api.status.im</key>
|
<array>
|
||||||
<dict>
|
<string>whatsapp</string>
|
||||||
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
|
</array>
|
||||||
<true/>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
</dict>
|
<true/>
|
||||||
<key>localhost</key>
|
<key>NSAppTransportSecurity</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
|
<key>NSAllowsArbitraryLoads</key>
|
||||||
<true/>
|
<true/>
|
||||||
</dict>
|
<key>NSExceptionDomains</key>
|
||||||
</dict>
|
<dict>
|
||||||
</dict>
|
<key>api.status.im</key>
|
||||||
<key>NSCameraUsageDescription</key>
|
<dict>
|
||||||
<string>We need to access your camera</string>
|
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
|
||||||
<key>NSContactsUsageDescription</key>
|
<true/>
|
||||||
<string>We need to access your contacts</string>
|
</dict>
|
||||||
<key>NSLocationWhenInUseUsageDescription</key>
|
<key>localhost</key>
|
||||||
<string/>
|
<dict>
|
||||||
<key>NSMicrophoneUsageDescription</key>
|
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
|
||||||
<string>Need microphone access for Instabug and Audio Messages</string>
|
<true/>
|
||||||
<key>NSPhotoLibraryUsageDescription</key>
|
</dict>
|
||||||
<string>We need to access your photo storage to give you an ability to select photos</string>
|
</dict>
|
||||||
<key>UIAppFonts</key>
|
</dict>
|
||||||
<array>
|
<key>NSCameraUsageDescription</key>
|
||||||
<string>RobotoMono-Medium.ttf</string>
|
<string>We need to access your camera</string>
|
||||||
<string>SF-UI-Text-Semibold.otf</string>
|
<key>NSContactsUsageDescription</key>
|
||||||
<string>SF-UI-Text-Bold.otf</string>
|
<string>We need to access your contacts</string>
|
||||||
<string>SF-UI-Text-Regular.otf</string>
|
<key>NSLocationWhenInUseUsageDescription</key>
|
||||||
<string>SF-UI-Text-Medium.otf</string>
|
<string></string>
|
||||||
<string>SF-UI-Text-Light.otf</string>
|
<key>NSMicrophoneUsageDescription</key>
|
||||||
<string>SF-UI-Display-Medium.otf</string>
|
<string>Need microphone access for Instabug and Audio Messages</string>
|
||||||
<string>SF-UI-Display-Regular.otf</string>
|
<key>NSPhotoLibraryUsageDescription</key>
|
||||||
<string>SF-UI-Display-Semibold.otf</string>
|
<string>We need to access your photo storage to give you an ability to select photos</string>
|
||||||
<string>SF-UI-Display-Thin.otf</string>
|
<key>UIAppFonts</key>
|
||||||
<string>Entypo.ttf</string>
|
<array>
|
||||||
<string>EvilIcons.ttf</string>
|
<string>RobotoMono-Medium.ttf</string>
|
||||||
<string>FontAwesome.ttf</string>
|
<string>SF-UI-Text-Semibold.otf</string>
|
||||||
<string>Foundation.ttf</string>
|
<string>SF-UI-Text-Bold.otf</string>
|
||||||
<string>Ionicons.ttf</string>
|
<string>SF-UI-Text-Regular.otf</string>
|
||||||
<string>MaterialIcons.ttf</string>
|
<string>SF-UI-Text-Medium.otf</string>
|
||||||
<string>Octicons.ttf</string>
|
<string>SF-UI-Text-Light.otf</string>
|
||||||
<string>Zocial.ttf</string>
|
<string>SF-UI-Display-Medium.otf</string>
|
||||||
</array>
|
<string>SF-UI-Display-Regular.otf</string>
|
||||||
<key>UIBackgroundModes</key>
|
<string>SF-UI-Display-Semibold.otf</string>
|
||||||
<array>
|
<string>SF-UI-Display-Thin.otf</string>
|
||||||
<string>remote-notification</string>
|
<string>Entypo.ttf</string>
|
||||||
</array>
|
<string>EvilIcons.ttf</string>
|
||||||
<key>UIRequiredDeviceCapabilities</key>
|
<string>FontAwesome.ttf</string>
|
||||||
<array>
|
<string>Foundation.ttf</string>
|
||||||
<string>armv7</string>
|
<string>Ionicons.ttf</string>
|
||||||
</array>
|
<string>MaterialIcons.ttf</string>
|
||||||
<key>UISupportedInterfaceOrientations</key>
|
<string>Octicons.ttf</string>
|
||||||
<array>
|
<string>Zocial.ttf</string>
|
||||||
<string>UIInterfaceOrientationPortrait</string>
|
</array>
|
||||||
</array>
|
<key>UIBackgroundModes</key>
|
||||||
<key>UIViewControllerBasedStatusBarAppearance</key>
|
<array>
|
||||||
<false/>
|
<string>remote-notification</string>
|
||||||
</dict>
|
</array>
|
||||||
|
<key>UIRequiredDeviceCapabilities</key>
|
||||||
|
<array>
|
||||||
|
<string>armv7</string>
|
||||||
|
</array>
|
||||||
|
<key>UISupportedInterfaceOrientations</key>
|
||||||
|
<array>
|
||||||
|
<string>UIInterfaceOrientationPortrait</string>
|
||||||
|
</array>
|
||||||
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||||
|
<false/>
|
||||||
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
@ -4,6 +4,10 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>aps-environment</key>
|
<key>aps-environment</key>
|
||||||
<string>development</string>
|
<string>development</string>
|
||||||
|
<key>com.apple.developer.associated-domains</key>
|
||||||
|
<array>
|
||||||
|
<string>applinks:get.status.im</string>
|
||||||
|
</array>
|
||||||
<key>keychain-access-groups</key>
|
<key>keychain-access-groups</key>
|
||||||
<array>
|
<array>
|
||||||
<string>$(AppIdentifierPrefix)im.status.ethereum</string>
|
<string>$(AppIdentifierPrefix)im.status.ethereum</string>
|
||||||
|
|
|
@ -19,13 +19,15 @@
|
||||||
|
|
||||||
(defn universal-link? [url]
|
(defn universal-link? [url]
|
||||||
(boolean
|
(boolean
|
||||||
(re-matches #"^(app|http|https)://get.status.im/.*$" url)))
|
(re-matches #"((^https?://get.status.im/)|(^status-im://)).*$" url)))
|
||||||
|
|
||||||
(defn open! [url]
|
(defn open! [url]
|
||||||
(log/info "universal-links: opening " url)
|
(log/info "universal-links: opening " url)
|
||||||
(if-let [dapp-url (match-url url browse-regex)]
|
(if-let [dapp-url (match-url url browse-regex)]
|
||||||
(list-selection/browse-dapp dapp-url)
|
(list-selection/browse-dapp dapp-url)
|
||||||
(.openURL react/linking url)))
|
;; We need to dispatch here, we can't openURL directly
|
||||||
|
;; as it is opened in safari on iOS
|
||||||
|
(re-frame/dispatch [:handle-universal-link url])))
|
||||||
|
|
||||||
(defn handle-browse [url cofx]
|
(defn handle-browse [url cofx]
|
||||||
(log/info "universal-links: handling browse " url)
|
(log/info "universal-links: handling browse " url)
|
||||||
|
|
|
@ -17,25 +17,25 @@
|
||||||
[:db :universal-links/url]))))
|
[:db :universal-links/url]))))
|
||||||
(testing "a public chat link"
|
(testing "a public chat link"
|
||||||
(testing "it joins the chat"
|
(testing "it joins the chat"
|
||||||
(is (get-in (links/handle-url "app://get.status.im/chat/public/status"
|
(is (get-in (links/handle-url "status-im://chat/public/status"
|
||||||
{:db db})
|
{:db db})
|
||||||
[:db :chats "status"]))))
|
[:db :chats "status"]))))
|
||||||
|
|
||||||
(testing "a browse dapp link"
|
(testing "a browse dapp link"
|
||||||
(testing "it open the dapps"
|
(testing "it open the dapps"
|
||||||
(is
|
(is
|
||||||
(= "app://get.status.im/browse/www.cryptokitties.co"
|
(= "status-im://browse/www.cryptokitties.co"
|
||||||
(:browse (links/handle-url "app://get.status.im/browse/www.cryptokitties.co"
|
(:browse (links/handle-url "status-im://browse/www.cryptokitties.co"
|
||||||
{:db db}))))))
|
{:db db}))))))
|
||||||
(testing "a user profile link"
|
(testing "a user profile link"
|
||||||
(testing "it loads the profile"
|
(testing "it loads the profile"
|
||||||
(let [actual (links/handle-url "app://get.status.im/user/profile-id"
|
(let [actual (links/handle-url "status-im://user/profile-id"
|
||||||
{:db db})]
|
{:db db})]
|
||||||
(is (= "profile-id" (get-in actual [:db :contacts/identity])))
|
(is (= "profile-id" (get-in actual [:db :contacts/identity])))
|
||||||
(is (= :profile (get-in actual [:db :view-id]))))))
|
(is (= :profile (get-in actual [:db :view-id]))))))
|
||||||
(testing "a not found url"
|
(testing "a not found url"
|
||||||
(testing "it does nothing"
|
(testing "it does nothing"
|
||||||
(is (nil? (links/handle-url "app://get.status.im/not-existing"
|
(is (nil? (links/handle-url "status-im://not-existing"
|
||||||
{:db db}))))))))
|
{:db db}))))))))
|
||||||
|
|
||||||
(deftest url-event-listener
|
(deftest url-event-listener
|
||||||
|
@ -53,16 +53,16 @@
|
||||||
(is (= nil @actual)))))))
|
(is (= nil @actual)))))))
|
||||||
|
|
||||||
(deftest universal-link-test
|
(deftest universal-link-test
|
||||||
(testing "app://get.status.im/blah"
|
(testing "status-im://blah"
|
||||||
(testing "it returns true"
|
(testing "it returns true"
|
||||||
(is (links/universal-link? "app://get.status.im/blah"))))
|
(is (links/universal-link? "status-im://blah"))))
|
||||||
(testing "http://get.status.im/blah"
|
(testing "http://get.status.im/blah"
|
||||||
(testing "it returns true"
|
(testing "it returns true"
|
||||||
(is (links/universal-link? "http://get.status.im/blah"))))
|
(is (links/universal-link? "http://get.status.im/blah"))))
|
||||||
(testing "https://get.status.im/blah"
|
(testing "https://get.status.im/blah"
|
||||||
(testing "it returns true"
|
(testing "it returns true"
|
||||||
(is (links/universal-link? "https://get.status.im/blah"))))
|
(is (links/universal-link? "https://get.status.im/blah"))))
|
||||||
(testing "app://not.status.im/blah"
|
(testing "not-status-im://blah"
|
||||||
(testing "it returns false"
|
(testing "it returns false"
|
||||||
(is (not (links/universal-link? "https://not.status.im/blah")))))
|
(is (not (links/universal-link? "https://not.status.im/blah")))))
|
||||||
(testing "http://not.status.im/blah"
|
(testing "http://not.status.im/blah"
|
||||||
|
|
Loading…
Reference in New Issue