Skip to content

Commit

Permalink
fix: update podfile (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleSamtoshi authored Sep 20, 2022
1 parent be32c46 commit dfba3a6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

- restore_cache:
key: 1-gem-{{ checksum "android/Gemfile.lock" }}
- run: cd android && bundle config set deployment 'true'
- run: cd android && bundle check || bundle install
- run: cd android && bundle config set deployment 'true'
- save_cache:
key: 1-gem-{{ checksum "android/Gemfile.lock" }}
paths:
Expand Down
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ android {
pickFirst '**/armeabi-v7a/libc++_shared.so'
pickFirst '**/x86/libc++_shared.so'
pickFirst '**/arm64-v8a/libc++_shared.so'
pickFirst '**/arm64-v8a/libfolly_runtime.so'
pickFirst '**/x86_64/libc++_shared.so'
pickFirst '**/x86/libjsc.so'
pickFirst '**/armeabi-v7a/libjsc.so'
Expand Down
4 changes: 2 additions & 2 deletions ios/GaloyApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@
CURRENT_PROJECT_VERSION = 343;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = AYPCPV46WW;
ENABLE_BITCODE = YES;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = GaloyApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
Expand Down Expand Up @@ -556,7 +556,7 @@
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 343;
DEVELOPMENT_TEAM = AYPCPV46WW;
ENABLE_BITCODE = YES;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = GaloyApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1240"
LastUpgradeVersion = "1400"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
6 changes: 3 additions & 3 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
FBLazyVector: 0045cf98ca4a48af3bf7108d85b1c243740fa289
FBReactNativeSpec: 82e74141263f8c962e288f5cd6b5d149cdc8afe1
Firebase: 5f8193dff4b5b7c5d5ef72ae54bb76c08e2b841d
Expand All @@ -876,7 +876,7 @@ SPEC CHECKSUMS:
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
FlipperKit: 0674bb0e923016a5296838ae2aa9a10e7efc6b91
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a
glog: 5337263514dd6f09803962437687240c5dc39aa4
GoogleAppMeasurement: 4c19f031220c72464d460c9daa1fb5d1acce958e
GoogleDataTransport: 5fffe35792f8b96ec8d6775f5eccd83c998d5a3b
GoogleMLKit: 0017a6a8372e1a182139b9def4d89be5d87ca5a7
Expand All @@ -896,7 +896,7 @@ SPEC CHECKSUMS:
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
PromisesObjC: 99b6f43f9e1044bd87a95a60beff28c2c44ddb72
Protobuf: 7504b04fffcf6662ad629694db8231f5e744327f
RCT-Folly: b9d9fe1fc70114b751c076104e52f3b1b5e5a95a
RCT-Folly: a21c126816d8025b547704b777a2ba552f3d9fa9
RCTRequired: 85c60c4bde8241278be2c93420de4c65475a2151
RCTTypeSafety: 15990f289215eb0fc65c5eb6e2610faeeda8d5e1
React: 6cfa9367042a85f6235740420df017d51efc6494
Expand Down

0 comments on commit dfba3a6

Please sign in to comment.