Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2017-04-07 01:14:07
Size: 226
Editor: SamatJain
Comment:
Revision 5 as of 2017-04-12 19:44:31
Size: 676
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
== Xcode/macOS platform SDK ==
Line 8: Line 10:

[[https://developer.apple.com/download/more/|Downloads for Apple developers]]: archives of Xcode, etc going back.

== Code signing ==

[[https://successfulsoftware.net/2012/08/30/how-to-sign-your-mac-os-x-app-for-gatekeeper/|How to sign your Mac OS X App for Gatekeeper | Successful Software]]: Easy-to-read high level document

http://stackoverflow.com/a/41058295/14878 — signing a .dylib shared library

   1 # Add a user to a group from the command line
   2 sudo dseditgroup -o edit -a $username_to_add -t user $group_to_be_added_to

Xcode/macOS platform SDK

https://github.com/phracker/MacOSX-SDKs: Archived versions of macOS SDKs.

Downloads for Apple developers: archives of Xcode, etc going back.

Code signing

How to sign your Mac OS X App for Gatekeeper: Easy-to-read high level document

http://stackoverflow.com/a/41058295/14878 — signing a .dylib shared library

SamatsWiki: macOS (last edited 2017-08-28 18:15:03 by SamatJain)