Skip to content

Commit b49dc0b

Browse files
mergify[bot]hneiva
andauthored
Add FXIOS-13475 Add file information on release push workflow (backport #29287) (#29292)
Add FXIOS-13475 Add file information on release push workflow (#29287) (cherry picked from commit dcd9cec) Co-authored-by: Heitor Neiva <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent c39a7ef commit b49dc0b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

bitrise.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2239,6 +2239,10 @@ workflows:
22392239
set -xe
22402240
echo "$IPA_PATH"
22412241
file "$IPA_PATH"
2242+
shasum -a 256 "$IPA_PATH"
2243+
unzip -p "$IPA_PATH" "Payload/*.app/Info.plist" | plutil -p - | grep CFBundleIdentifier
2244+
unzip -p "$IPA_PATH" "Payload/*.app/Info.plist" | plutil -p - | grep CFBundleVersion
2245+
unzip -p "$IPA_PATH" "Payload/*.app/Info.plist" | plutil -p - | grep CFBundleShortVersionString
22422246
22432247
title: Check if symbols were downloaded
22442248
inputs:
@@ -2415,6 +2419,10 @@ workflows:
24152419
set -xe
24162420
echo "$IPA_PATH"
24172421
file "$IPA_PATH"
2422+
shasum -a 256 "$IPA_PATH"
2423+
unzip -p "$IPA_PATH" "Payload/*.app/Info.plist" | plutil -p - | grep CFBundleIdentifier
2424+
unzip -p "$IPA_PATH" "Payload/*.app/Info.plist" | plutil -p - | grep CFBundleVersion
2425+
unzip -p "$IPA_PATH" "Payload/*.app/Info.plist" | plutil -p - | grep CFBundleShortVersionString
24182426
24192427
title: Check if symbols were downloaded
24202428
inputs:
@@ -2470,7 +2478,7 @@ app:
24702478
TEST_FLIGHT_EXTERNAL_GROUP_NAME: Nightly
24712479
- opts:
24722480
is_expand: false
2473-
APPLE_TEAM_ID: '43AQ936H96'
2481+
APPLE_TEAM_ID: '43AQ936H96'
24742482

24752483
trigger_map:
24762484
- push_branch: main

0 commit comments

Comments
 (0)