Skip to content

Commit

Permalink
OPS: Update catalyst patches
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosrdz committed Feb 11, 2021
1 parent 7e1edf4 commit c7ecd25
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
10 changes: 5 additions & 5 deletions scripts/maccatalystpatches/packagejson.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- package.json 2020-11-18 10:05:26.000000000 -0500
+++ package.json 2020-11-18 10:05:24.000000000 -0500
@@ -162,7 +162,7 @@
--- 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": "6.1.4",
- "realm": "10.2.0",
+ "realm": "6.1.0",
"rn-nodeify": "10.2.0",
"scryptsy": "file:blue_modules/scryptsy",
"secure-random": "1.1.2",
"stream-browserify": "2.0.2",
15 changes: 9 additions & 6 deletions scripts/maccatalystpatches/podfile.patch
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
--- Podfile 2020-11-19 00:16:58.000000000 -0500
+++ p 2020-11-19 00:16:46.000000000 -0500
--- 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!
- 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|
if ['React-Core-AccessibilityResources'].include? target.name
@@ -28,15 +26,3 @@
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.0'
@@ -28,16 +26,4 @@
end


end
-end
-
-target 'MarketWidgetExtension' do
- pod 'SwiftSocket', :git => 'https://github.com/swiftsocket/SwiftSocket.git', :branch => 'master'
Expand All @@ -26,3 +27,5 @@
-target 'WalletInformationWidgetExtension' do
- pod 'SwiftSocket', :git => 'https://github.com/swiftsocket/SwiftSocket.git', :branch => 'master'
-end
+end
\ No newline at end of file

0 comments on commit c7ecd25

Please sign in to comment.