Skip to content

This script packages a signed application into an IPA that contains the SwiftSupport folder with libswiftCore*.dylib. This is needed to deploy an app made with Swift into the AppStore

Notifications You must be signed in to change notification settings

Flash3001/ipa-packager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

ipa-packager

This script packages a signed application into an IPA that contains the SwiftSupport folder with libswiftCore*.dylib. This is needed to deploy an app made with Swift into the AppStore

#Usage

###For Swift 3 run the script: sh package_ipa_default.sh /path/to/signed/app /output/ipa/path

###For Swift 2.3 run the script: sh package_ipa_xcode8_swift23.sh /path/to/signed/app /output/ipa/path

###Requirements

  • Xcode 8
  • Xcode command line tools

###License This script is distributed in terms of LGPL license. See http://www.gnu.org/licenses/lgpl.html for more details.

About

This script packages a signed application into an IPA that contains the SwiftSupport folder with libswiftCore*.dylib. This is needed to deploy an app made with Swift into the AppStore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%