mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
DEL: Files not needed any longer
This commit is contained in:
parent
ece7475f0d
commit
0bb1c53f56
File diff suppressed because it is too large
Load Diff
@ -1,37 +0,0 @@
|
||||
--- RNCamera.m 1985-10-26 04:15:00.000000000 -0400
|
||||
+++ RNCamera.m 2020-11-15 20:37:09.000000000 -0500
|
||||
@@ -603,7 +603,7 @@
|
||||
if (self.whiteBalance != RNCameraWhiteBalanceAuto) {
|
||||
RCTLogWarn(@"%s: locked whitebalance mode ist note supported. Fallback to continuous auto white balance mode", __func__);
|
||||
}
|
||||
- [device setWhiteBalanceMode:AVCaptureWhiteBalanceModeContinuousAutoWhiteBalance];
|
||||
+// [device setWhiteBalanceMode:AVCaptureWhiteBalanceModeContinuousAutoWhiteBalance];
|
||||
} else {
|
||||
AVCaptureWhiteBalanceTemperatureAndTintValues temperatureAndTint = {
|
||||
.temperature = [RNCameraUtils temperatureForWhiteBalance:self.whiteBalance],
|
||||
@@ -626,7 +626,7 @@
|
||||
[self lockDevice:device andApplySettings:^{
|
||||
if (![device isWhiteBalanceModeSupported:AVCaptureWhiteBalanceModeLocked]) {
|
||||
RCTLogWarn(@"%s: locked whitebalance mode ist note supported. Fallback to continuous auto white balance mode", __func__);
|
||||
- [device setWhiteBalanceMode:AVCaptureWhiteBalanceModeContinuousAutoWhiteBalance];
|
||||
+// [device setWhiteBalanceMode:AVCaptureWhiteBalanceModeContinuousAutoWhiteBalance];
|
||||
} else {
|
||||
AVCaptureWhiteBalanceTemperatureAndTintValues temperatureAndTint = {
|
||||
.temperature = self.customWhiteBalanceSettings.temperature,
|
||||
@@ -1282,7 +1282,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
-
|
||||
+ #if !TARGET_OS_MACCATALYST
|
||||
AVCaptureStillImageOutput *stillImageOutput = [[AVCaptureStillImageOutput alloc] init];
|
||||
if ([self.session canAddOutput:stillImageOutput]) {
|
||||
stillImageOutput.outputSettings = @{AVVideoCodecKey : AVVideoCodecJPEG};
|
||||
@@ -1291,6 +1291,7 @@
|
||||
self.stillImageOutput = stillImageOutput;
|
||||
}
|
||||
|
||||
+#endif
|
||||
// If AVCaptureVideoDataOutput is not required because of Google Vision
|
||||
// (see comment in -record), we go ahead and add the AVCaptureMovieFileOutput
|
||||
// to avoid an exposure rack on some devices that can cause the first few
|
@ -1,11 +0,0 @@
|
||||
--- package.json 2021-02-10 11:32:15.000000000 -0500
|
||||
+++ packagep.json 2021-02-10 22:18:55.000000000 -0500
|
||||
@@ -166,7 +166,7 @@
|
||||
"react-native-widget-center": "git+https://github.com/BlueWallet/react-native-widget-center.git#e2e9a9038b76d096bf929a87105a97a0a7095001",
|
||||
"react-test-render": "1.1.2",
|
||||
"readable-stream": "3.6.0",
|
||||
- "realm": "10.2.0",
|
||||
+ "realm": "6.1.0",
|
||||
"rn-nodeify": "10.2.0",
|
||||
"scryptsy": "file:blue_modules/scryptsy",
|
||||
"secure-random": "1.1.2",
|
@ -1,31 +0,0 @@
|
||||
--- Podfile 2021-02-10 22:20:26.000000000 -0500
|
||||
+++ Podfilep 2021-02-10 22:20:56.000000000 -0500
|
||||
@@ -12,9 +12,7 @@
|
||||
#
|
||||
# Note that if you have use_frameworks! enabled, Flipper will not work and
|
||||
# you should disable these next few lines.
|
||||
- use_flipper!({ 'Flipper' => '0.74.0' })
|
||||
post_install do |installer|
|
||||
- flipper_post_install(installer)
|
||||
installer.pods_project.targets.each do |target|
|
||||
target.build_configurations.each do |config|
|
||||
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.0'
|
||||
@@ -28,16 +26,4 @@
|
||||
end
|
||||
|
||||
|
||||
-end
|
||||
-
|
||||
-target 'MarketWidgetExtension' do
|
||||
- pod 'SwiftSocket', :git => 'https://github.com/swiftsocket/SwiftSocket.git', :branch => 'master'
|
||||
-end
|
||||
-
|
||||
-target 'WalletInformationAndMarketWidgetExtension' do
|
||||
- pod 'SwiftSocket', :git => 'https://github.com/swiftsocket/SwiftSocket.git', :branch => 'master'
|
||||
-end
|
||||
-
|
||||
-target 'WalletInformationWidgetExtension' do
|
||||
- pod 'SwiftSocket', :git => 'https://github.com/swiftsocket/SwiftSocket.git', :branch => 'master'
|
||||
-end
|
||||
+end
|
||||
\ No newline at end of file
|
@ -1,11 +0,0 @@
|
||||
--- RealmJS1.podspec 2020-11-19 00:21:10.000000000 -0500
|
||||
+++ RealmJS.podspec 2020-11-19 00:21:38.000000000 -0500
|
||||
@@ -94,7 +94,7 @@
|
||||
}
|
||||
|
||||
# TODO: Consider providing an option to build with the -dbg binaries instead
|
||||
- s.ios.vendored_libraries = 'vendor/realm-ios/librealm-ios.a', 'vendor/realm-ios/librealm-parser-ios.a'
|
||||
+ s.ios.vendored_libraries = 'vendor/realm-ios/librealm-maccatalyst.a', 'vendor/realm-ios/librealm-parser-maccatalyst.a'
|
||||
# s.watchos.vendored_libraries = 'vendor/realm-ios/librealm-watchos.a', 'vendor/realm-ios/librealm-parser-watchos.a'
|
||||
# s.tvos.vendored_libraries = 'vendor/realm-ios/librealm-tvos.a', 'vendor/realm-ios/librealm-parser-tvos.a'
|
||||
|
Loading…
Reference in New Issue
Block a user