File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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
2242224622432247 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
2418242624192427 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
24752483trigger_map :
24762484- push_branch : main
You can’t perform that action at this time.
0 commit comments