Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ref/vision camera update #1455

Merged
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
20 changes: 10 additions & 10 deletions ios/BitPayApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
6D615C4929725FD70063DB8E /* RCTTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D615C4729725FD70063DB8E /* RCTTimer.m */; };
71BABDA4524A43E98A190C87 /* Heebo-Light.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6D649751C2644FDCA18A5547 /* Heebo-Light.ttf */; };
811ABAC8AE8655497D73EE3E /* libPods-BitPayApp-BitPayAppTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BAE975BCDFD0F5C27CFCB9C7 /* libPods-BitPayApp-BitPayAppTests.a */; };
87C0794CD590C55789224248 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = C0CAB126A7B331ACFBA4F933 /* PrivacyInfo.xcprivacy */; };
D34892F44CAB44409EC335A9 /* Heebo-Black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F4435EB64D2448EC885B3036 /* Heebo-Black.ttf */; };
D9739196BA804EA29143DA96 /* Heebo-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 715670CB346B45A7A9EC2044 /* Heebo-Bold.ttf */; };
E05E8CCE8C744337E0474386 /* libPods-BitPayApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C2A940F24537EFB4641623B /* libPods-BitPayApp.a */; };
Expand Down Expand Up @@ -81,6 +82,7 @@
780EA24A31E2DB5EB6F58453 /* Pods-BitPayApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BitPayApp.release.xcconfig"; path = "Target Support Files/Pods-BitPayApp/Pods-BitPayApp.release.xcconfig"; sourceTree = "<group>"; };
BAE975BCDFD0F5C27CFCB9C7 /* libPods-BitPayApp-BitPayAppTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BitPayApp-BitPayAppTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
BCDAB70057C84109A9201936 /* Heebo-Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Heebo-Regular.ttf"; path = "../assets/fonts/Heebo-Regular.ttf"; sourceTree = "<group>"; };
C0CAB126A7B331ACFBA4F933 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = BitPayApp/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
EC0FDD682CC92E90009E1B35 /* InAppMessageModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InAppMessageModule.h; sourceTree = "<group>"; };
EC0FDD692CC92E90009E1B35 /* InAppMessageModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = InAppMessageModule.m; sourceTree = "<group>"; };
ECCB92762860B25D00F9CF8B /* SilentPushEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SilentPushEvent.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -153,6 +155,7 @@
5BC1477C27B490FA004A8EEA /* BitPayAppTests-Bridging-Header.h */,
5BEA4BEE2838400700AB2121 /* RCTPaymentPass.h */,
5BEA4BEF2838402700AB2121 /* RCTPaymentPass.m */,
C0CAB126A7B331ACFBA4F933 /* PrivacyInfo.xcprivacy */,
);
name = BitPayApp;
sourceTree = "<group>";
Expand Down Expand Up @@ -331,6 +334,7 @@
03632D4B8959429DA3B141C2 /* Heebo-Medium.ttf in Resources */,
F64C0BF216CE4402A51A5ACC /* Heebo-Regular.ttf in Resources */,
E6807D9059A643129784A5C3 /* Heebo-Thin.ttf in Resources */,
87C0794CD590C55789224248 /* PrivacyInfo.xcprivacy in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -725,11 +729,9 @@
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
"-Wl",
"-ld_classic",
);
OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "-no-verify-emitted-module-interface";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -790,11 +792,9 @@
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_LDFLAGS = (
"$(inherited)",
"-Wl",
"-ld_classic",
);
OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "-no-verify-emitted-module-interface";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
Expand Down
3 changes: 3 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ if linkage != nil
use_frameworks! :linkage => linkage.to_sym
end

# Disable Location APIs so we compile out any privacy sensitive APIs
$VCEnableLocation=false

target 'BitPayApp' do
permissions_path = '../node_modules/react-native-permissions/ios'
pod 'Permission-Notifications', :path => "#{permissions_path}/Notifications/Permission-Notifications.podspec"
Expand Down
14 changes: 8 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -644,9 +644,11 @@ PODS:
- libwebp (~> 1.0)
- SDWebImage/Core (~> 5.10)
- SocketRocket (0.6.1)
- VisionCamera (3.9.2):
- React
- React-callinvoker
- VisionCamera (4.0.1):
- VisionCamera/Core (= 4.0.1)
- VisionCamera/React (= 4.0.1)
- VisionCamera/Core (4.0.1)
- VisionCamera/React (4.0.1):
- React-Core
- Yoga (1.14.0)
- YogaKit (1.18.1):
Expand Down Expand Up @@ -981,7 +983,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AppsFlyerFramework: 9f304d91cc80b6579b1206a59220383056b58b47
boost: 57d2868c099736d80fcd648bf211b4431e51a558
boost: 7dcd2de282d72e344012f7d6564d024930a6a440
braze-react-native-sdk: 7ec46f6d33f60946797e75fb06998c03861328d8
BrazeKit: 4afa5f9a89384d06515719b5d246b4676870f030
BrazeLocation: 8f8a54c4170d9ee6035495364f493614401acad0
Expand Down Expand Up @@ -1093,10 +1095,10 @@ SPEC CHECKSUMS:
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
VisionCamera: 36c460338692788a0d377dce7d32f8ba049fb4f2
VisionCamera: 6745d27c1ddb33dc8efe85202b7ca67a78a0e5ef
Yoga: ef534101bb891fb09bae657417f34d399c1efe38
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 5aa3e5cd6d840371303ab75b3e83caf993b2dc7d
PODFILE CHECKSUM: d45587e182ed77c86769f50ab49373ff403ea395

COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"react-native-url-polyfill": "1.3.0",
"react-native-user-agent": "2.3.1",
"react-native-uuid": "2.0.1",
"react-native-vision-camera": "3.9.2",
"react-native-vision-camera": "4.0.1",
"react-native-webview": "11.26.1",
"react-navigation-backhandler": "2.0.1",
"react-navigation-shared-element": "3.1.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14161,10 +14161,10 @@ [email protected]:
resolve-from "^5.0.0"
semver "^7.0.0"

react-native-vision-camera@3.9.2:
version "3.9.2"
resolved "https://registry.yarnpkg.com/react-native-vision-camera/-/react-native-vision-camera-3.9.2.tgz#d6656a4c0af929916d5e6b57af5adfe94ff8c65a"
integrity sha512-watHRWbeH7CBYq/5sPj2fpZj87V8J5nGdmYO61aYsDLuJ2Pkij7anAzBf8B8oZiyoSUuYpAzX4lIIi+LjWVedA==
react-native-vision-camera@4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/react-native-vision-camera/-/react-native-vision-camera-4.0.1.tgz#045c8ff9c236d3bf7e1dba24172a4c11b19bbd37"
integrity sha512-TuXLw/ak+LPaJOCuUaYG1g2EmTAEEeIVAhSbCsqEHlklMjkO0oRBGcPC6HpKw3++jkcKRBVVyY48HbB002UZfg==

[email protected]:
version "11.26.1"
Expand Down