Skip to content

Commit

Permalink
Podfile fixes for Xcode 14
Browse files Browse the repository at this point in the history
  • Loading branch information
andymatuschak committed May 17, 2023
1 parent 46173ac commit 39ff03a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/app/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ target 'Orbit' do
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', 'HAVE_FULLFSYNC=1', 'SQLITE_ENABLE_JSON1=1']
end
end

target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
end
end

#flipper_post_install(installer)
Expand Down
12 changes: 6 additions & 6 deletions packages/app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -543,14 +543,14 @@ SPEC CHECKSUMS:
EXConstants: 3babb61f8f4bb7dffe85b8b7d6eaa31d903e4d7e
EXDevice: 6f1eed02c099f5b382a12a40406c58868892aba6
EXErrorRecovery: 404d827bc7d42f306c062d58a60b06afc4d082b3
EXFileSystem: 51bbd6efea7299a5c8bb31caab28907e43f1135f
EXFileSystem: 0a04aba8da751b9ac954065911bcf166503f8267
EXFont: 9846ba1bb6f5f5aed44e20eea3ac70693323832d
EXImageLoader: d3531a3fe530b22925c19977cb53bb43e3821fe6
EXKeepAwake: f4105ef469be7b283f66ce2d7234bb71ac80cd26
ExpoModulesCore: 2734852616127a6c1fc23012197890a6f3763dc7
EXRandom: ecb71f5d01991f29bb0277f8a2c35d168f85d637
EXStructuredHeaders: dc4b99d20ce14a5ec4d57a53743f0f95d7e82c65
EXUpdates: 7b9a2fb2315ad0bd9f6c7680d7c29721587eec5d
EXStructuredHeaders: e52b880264d15b8ad07d36670226c29476af6334
EXUpdates: af3ecad91644a171deaa310326e73b4e70f6963c
EXUpdatesInterface: b68e78b912a03fff7901a5f46ec200c45e3506a5
FBLazyVector: 3bb422f41b18121b71783a905c10e58606f7dc3e
FBReactNativeSpec: f2c97f2529dd79c083355182cc158c9f98f4bd6e
Expand Down Expand Up @@ -595,11 +595,11 @@ SPEC CHECKSUMS:
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
Sentry: 8fa58a051237554f22507fb483b9a1de0171a2dc
UMAppLoader: 21af63390e55c82e037fb9752d93114a80ecf16e
UMCore: 912510bbff567298d738590f17788a8516f9d7f3
UMReactNativeAdapter: d18b9ea7f342d323fd9624970b8f327ebef81747
UMCore: 2f671796d7439604a1cf8ac7bbe5809cd5c50437
UMReactNativeAdapter: f808906d586a16cebdc3844d86e1bdb8f114a873
UMTaskManagerInterface: 2be431101b73604e64fbfffcf759336f9d8fccbb
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6

PODFILE CHECKSUM: f7287887285bda717183f7a6c99369e4b6eb3bd6
PODFILE CHECKSUM: 5ed2ccbd4bcbd84a2497822270c14a933f355f03

COCOAPODS: 1.10.2

0 comments on commit 39ff03a

Please sign in to comment.