Skip to content

Commit 7ae3f68

Browse files
authored
Merge pull request #358 from LoopKit/update_dev_to_3.9.3
Update dev to 3.9.3
2 parents 0188203 + 02f6189 commit 7ae3f68

File tree

13 files changed

+13
-14
lines changed

13 files changed

+13
-14
lines changed

.github/workflows/validate_secrets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ jobs:
171171
elif ! echo "$FASTLANE_KEY" | openssl pkcs8 -nocrypt >/dev/null; then
172172
failed=true
173173
echo "::error::The FASTLANE_KEY secret is set but invalid. Verify that you copied it correctly from the API Key file (*.p8) you downloaded and try again."
174-
elif ! (bundle exec fastlane validate_secrets 2>&1 || true) | tee fastlane.log; then # ignore "fastlane validate_secrets" errors and continue on errors without annotating an exit code
175-
if grep -q "bad decrypt" fastlane.log; then
174+
elif ! bundle exec fastlane validate_secrets 2>&1 | tee fastlane.log; then
175+
if grep -q "Couldn't decrypt the repo" fastlane.log; then
176176
failed=true
177177
echo "::error::Unable to decrypt the Match-Secrets repository using the MATCH_PASSWORD secret. Verify that it is set correctly and try again."
178178
elif grep -q -e "required agreement" -e "license agreement" fastlane.log; then

CGMBLEKit

LoopSupport

LoopWorkspace.xcworkspace/xcshareddata/xcschemes/LoopWorkspace.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
LastUpgradeVersion = "1500"
44
version = "1.3">
55
<BuildAction
6-
parallelizeBuildables = "NO"
6+
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
88
<BuildActionEntries>
99
<BuildActionEntry

MinimedKit

0 commit comments

Comments
 (0)