Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Packaging

Josh Gavant edited this page Apr 27, 2015 · 1 revision
  1. Install the XCTool (Can be installed from homebrew)

    brew install xctool

  2. Run xctool install command with the schme

    xctool workspace office365-services.xcworkspace -scheme Office365Sdks install

  3. Run pkgbuild to create the package. The terminal should be in the install result folder. The default is in Users/{theUser}/Library/Developer/Xcode/DerivedData/{product_guid}

    pkgbuild --identifier com.microsoft.office365.pkg.app --root Office365 Office365.Sdk.pkg --install-location Library/Frameworks --cert ios_distribution.cer

    a. The default installation location is Library/Frameworks. b. The certificate should be a valid certificate provided by Apple (for this it's needed a developer suscription)

    pkgbuild reference

    XCTool Reference

Clone this wiki locally