Skip to content

Update & optimize CI workflow for App Store Connect compatibility #1330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 17, 2025

Conversation

erdemyerebasmaz
Copy link
Contributor

@erdemyerebasmaz erdemyerebasmaz commented Apr 29, 2025

Apple no longer accepts bitcode in app submissions. This PR addresses this issue by stripping bitcode from Tor.framework.

It has several other improvements, such as updating deprecated methods & bringing the build steps in line with our new & updated CI workflows, and using GitHub actions w/ caching mechanism to save time on setting up Go, Flutter & checking-out SDK repository.

[MT] IDEDistribution: Command line name "app-store" is deprecated. Use "app-store-connect" instead.
- Added a Run Script build phase to strip bitcode from Tor.framework
- Resolves App Store validation error where Tor executable contained bitcode
- Apple no longer accepts bitcode in app submissions since Xcode 14
- This change maintains compatibility with our required Tor framework version
@erdemyerebasmaz erdemyerebasmaz marked this pull request as ready for review April 30, 2025 08:50
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates and optimizes the CI workflow to support App Store Connect compatibility by stripping bitcode and modernizing the build steps.

  • Update CI workflow to remove bitcode from Tor.framework and update deprecated methods
  • Upgrade actions versions and incorporate caching for Go and Flutter setup
  • Add parallel disk cleanup steps and improve repository checkout and build stages
Files not reviewed (3)
  • .github/scripts/export-options.plist: Language not supported
  • .github/scripts/sign.sh: Language not supported
  • ios/Runner.xcodeproj/project.pbxproj: Language not supported

@erdemyerebasmaz erdemyerebasmaz merged commit 267fd3f into ffmpeg_kit May 17, 2025
1 check passed
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.

1 participant