Skip to content

Commit

Permalink
fix: bump flipper pods to get arm64 catalyst slice
Browse files Browse the repository at this point in the history
Patch release bumps that just change arm64 slice packaging
See facebook/flipper#3117 (comment)
  • Loading branch information
mikehardy committed May 11, 2022
1 parent 2e49332 commit a0d63f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cocoapods/flipper.rb
Expand Up @@ -8,10 +8,10 @@
$flipper_default_versions = {
'Flipper' => '0.125.0',
'Flipper-Boost-iOSX' => '1.76.0.1.11',
'Flipper-DoubleConversion' => '3.2.0',
'Flipper-DoubleConversion' => '3.2.0.1',
'Flipper-Fmt' => '7.1.7',
'Flipper-Folly' => '2.6.10',
'Flipper-Glog' => '0.5.0.4',
'Flipper-Glog' => '0.5.0.5',
'Flipper-PeerTalk' => '0.0.4',
'Flipper-RSocket' => '1.4.3',
'OpenSSL-Universal' => '1.1.1100',
Expand Down

0 comments on commit a0d63f4

Please sign in to comment.