Posts

Post marked as solved
2 Replies
497 Views
I want to install the Xcode version for macOS 14.6. The App Store shows Xcode 15 with macOS Sonoma. But I want the Xcode version that works with macOS 14.6. At this time, I want to continue using macOS Ventura (14.6), not macOS Sonoma. I navigated to Xcode Resources at https://developer.apple.com/xcode/resources/. Then, I scrolled down to Additional Downloads and clicked the link labeled Command line tools and old version of Xcode. The More Downloads page appears at https://developer.apple.com/download/all/. Once again, I scrolled down to the first Xcode version, following the various Xcode 15 versions. I found Xcode 14.3.1. See the following image. QUESTIONS: Is this the Xcode version I should install to work with macOS Ventura 14.6? What is the extension ".xip"? (See #3 in image above.)
Posted
by jbf.
Last updated
.
Post not yet marked as solved
0 Replies
767 Views
PACKAGE APPROVEDI uploaded an app to be notarized in a dmg file named "test_notarize_01.dmg".The dmg file contains a single item: "test_notarize_01.app"."xcrun altool --notarization-info" reports Status Message: Package Approved".The LogFileURL returns JSON with a property named "ticketContents".HOW DO I STAPLE?The Apple documentation "Staple the Ticket to Your Distribution" says:To attach a ticket to your app, use the stapler tool:$ xcrun stapler staple "Overnight TextEditor.app"Which of the following do I call:(A) use the dmg that was notarized:$ xcrun stapler staple "test_notarize_01.dmg"(B) use the app prior to being placed in dmg:$ xcrun stapler staple "test_notarize_01.app"(C) Or do something else??Please note this is a custom workflow. The app is built by 4D, not Xcode.
Posted
by jbf.
Last updated
.
Post not yet marked as solved
1 Replies
375 Views
The presentation slides for "All About Notarization" show, on page 129, the following:image link: https://i.postimg.cc/gJ4yH6ty/p129-submit-your-software.pngQUESTION: How quickly does "Result" appear? (See #1 in the above image.)All About Notarizationhttps://developer.apple.com/videos/play/wwdc2019/703/Presentation Slides PDFhttps://devstreaming-cdn.apple.com/videos/wwdc/2019/703yqvyjv9mi5ur6/703/703_all_about_notarization.pdf?dl=1
Posted
by jbf.
Last updated
.
Post not yet marked as solved
2 Replies
14k Views
The altool has various arguments. Where is the documentation for these arguments?xcrun altool --notarize-appIn particular, is there an argument that can be added so that Terminal displays progress information?Terminal seems to hang and fails to display "Result: ..."
Posted
by jbf.
Last updated
.
Post not yet marked as solved
4 Replies
14k Views
The Apple Documentation "Upload Your App to the Notarization Server" shows code using xcrun to invoke the altool command with the notarize-app flag:In Terminal:xcrun altool --notarize-app --primary-bundle-id "com.example.ote.zip" --username "AC_USERNAME" --password "@keychain:AC_PASSWORD" --file OvernightTextEditor_11.6.8.zipSee documentation at:https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution/customizing_the_notarization_workflow#3087734Please note that my app is a 4D merged app: XCode is not used to create a 4D merged app.QUESTIONS:What "username" do I use?What "password" do I use?What does "AC_USERNAME" signify?What does "@keychain:AC_PASSWORD" signify?
Posted
by jbf.
Last updated
.