Skip to content

Instantly share code, notes, and snippets.

@csrutil
Last active August 20, 2022 06:57
Show Gist options
  • Select an option

  • Save csrutil/800823ed67895bcc42ca9d1cf12bc6bd to your computer and use it in GitHub Desktop.

Select an option

Save csrutil/800823ed67895bcc42ca9d1cf12bc6bd to your computer and use it in GitHub Desktop.
Compile lemon-cleaner

https://github.com/Tencent/lemon-cleaner

CODE_SIGN_IDENTITY = "Developer ID Application: Tencent Technology (Shenzhen) Company Limited (88L2Q4487U)";

# CODE_SIGN_IDENTITY = "";
# sudo xcode-select -r
xcodebuild \
    -workspace "Lemon.xcworkspace" \
    -scheme "Lemon" \
    -configuration "Release" \
    -archivePath "Lemon.xcarchive" \
    archive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment