Skip to content

[No QA] Use manual signing for provisioning profile#7241

Merged
roryabraham merged 4 commits into
mainfrom
joe-fix-signing
Jan 14, 2022
Merged

[No QA] Use manual signing for provisioning profile#7241
roryabraham merged 4 commits into
mainfrom
joe-fix-signing

Conversation

@Jag96

@Jag96 Jag96 commented Jan 14, 2022

Copy link
Copy Markdown
Contributor

cc @Julesssss

Details

In https://github.com/Expensify/App/pull/6773/files#diff-1b579b2c321f383fcd88594bcf7023d2154da98817b50ee7ec9bc523acb56f35R290 we accidentally changed the signing options (likely for local testing) which resulted in a deploy failure here. This PR reverts the automatic signing change to use our manual provisioning profile.

Fixed Issues

Slack thread: https://expensify.slack.com/archives/C03V9A4TB/p1642190414341000

Tests

  1. Confirm the app builds and runs
  2. Confirm that when this is CPd, the build is successful on staging
  • Verify that no errors appear in the JS console

QA Steps

No QA

Tested On

  • Web
  • Mobile Web
  • Desktop
  • iOS
  • Android

@Jag96 Jag96 requested a review from roryabraham January 14, 2022 20:16
@Jag96 Jag96 self-assigned this Jan 14, 2022
@Jag96 Jag96 requested a review from a team as a code owner January 14, 2022 20:16
@github-actions

Copy link
Copy Markdown
Contributor

⚠️ ⚠️ Heads up! This pull request has the CP Staging label. ⚠️ ⚠️
Merging it will cause it to be immediately deployed to staging, even if the open StagingDeployCash deploy checklist is locked.

@MelvinBot MelvinBot requested review from pecanoro and removed request for a team January 14, 2022 20:17

@roryabraham roryabraham left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I'm 99% sure I've made this same mistake in the past. Let's add a simple automated test in test.yml to make sure it doesn't happen again?

if grep -q 'ProvisioningStyle = Automatic;' ios/NewExpensify.xcodeproj/project.pbxproj; then
  echo 'Error: Automatic provisioning style is not allowed!'
  exit 1
else
  exit 0
fi

@roryabraham roryabraham left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@roryabraham roryabraham merged commit aab7a3b into main Jan 14, 2022
@roryabraham roryabraham deleted the joe-fix-signing branch January 14, 2022 21:54
@OSBotify

Copy link
Copy Markdown
Contributor

🚀 Deployed to staging by @roryabraham in version: 1.1.29-9 🚀

platform result
🤖 android 🤖 success ✅
🖥 desktop 🖥 success ✅
🍎 iOS 🍎 success ✅
🕸 web 🕸 success ✅

@OSBotify

Copy link
Copy Markdown
Contributor

🚀 Deployed to production by @roryabraham in version: 1.1.30-3 🚀

platform result
🤖 android 🤖 success ✅
🖥 desktop 🖥 success ✅
🍎 iOS 🍎 success ✅
🕸 web 🕸 success ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants