Skip to content

Commit

Permalink
WIP: allow snapshot generation with failing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelhamid-f-nasser committed Feb 28, 2024
1 parent e1b7cc3 commit a8d9c4c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ workflows:
- e2e_android
- hold_generate_snapshot:
type: approval
requires: *release_dependencies
- generate_snapshot:
requires:
- hold_generate_snapshot
Expand Down
2 changes: 2 additions & 0 deletions examples/default/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ end
target 'InstabugExample' do
config = use_native_modules!

pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-app-flow/Instabug.podspec'

# Flags change depending on the env values.
flags = get_default_flags()

Expand Down
12 changes: 7 additions & 5 deletions examples/default/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ DEPENDENCIES:
- FlipperKit/SKIOSNetworkPlugin (= 0.182.0)
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
- Instabug (from `https://ios-releases.instabug.com/custom/feature-app-flow/Instabug.podspec`)
- libevent (~> 2.1.12)
- OCMock
- OpenSSL-Universal (= 1.1.1100)
Expand Down Expand Up @@ -624,7 +625,6 @@ SPEC REPOS:
- Flipper-PeerTalk
- FlipperKit
- fmt
- Instabug
- libevent
- OCMock
- OpenSSL-Universal
Expand All @@ -645,6 +645,8 @@ EXTERNAL SOURCES:
hermes-engine:
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
:tag: hermes-2023-03-20-RNv0.72.0-49794cfc7c81fb8f69fd60c3bbf85a7480cc5a77
Instabug:
:podspec: https://ios-releases.instabug.com/custom/feature-app-flow/Instabug.podspec
RCT-Folly:
:podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
RCTRequired:
Expand Down Expand Up @@ -729,7 +731,7 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
boost: 7dcd2de282d72e344012f7d6564d024930a6a440
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 4cce221dd782d3ff7c4172167bba09d58af67ccb
Expand All @@ -745,7 +747,7 @@ SPEC CHECKSUMS:
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 10fbd3f62405c41ea07e71973ea61e1878d07322
Instabug: 59f0b0bc2c062b5cdbbf417cca365480a1fe55d8
Instabug: 89d65afdc7ca449a29bfe4cb38d2acef8e962747
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OCMock: 300b1b1b9155cb6378660b981c2557448830bdc6
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
Expand Down Expand Up @@ -793,6 +795,6 @@ SPEC CHECKSUMS:
Yoga: 8796b55dba14d7004f980b54bcc9833ee45b28ce
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: d169b4508f413ff5d69cdf38428960e0828e6282
PODFILE CHECKSUM: a57cbab99569f1837339e7bfa918740f1e1ee02d

COCOAPODS: 1.12.0
COCOAPODS: 1.15.2

0 comments on commit a8d9c4c

Please sign in to comment.