-
-
Notifications
You must be signed in to change notification settings - Fork 10
IPA
The iPhone App Store package (*.ipa) is a file format introduced in iPhone OS 2 that lets users download and install apps onto their iPhones, iPods, and iPads. Most .ipa files cannot be installed on the iPhone Simulator because they do not contain a binary for the x86 architecture, only one for the ARM architecture of mobile phones. The file format can also be used to install programs on MacOS and tvOS via their App Store equivalents.
An IPA has a built-in structure for iTunes and App Store to recognize. The example below shows the structure of an IPA:
/Payload/
/Payload/Application.app/
/iTunesArtwork
/iTunesArtwork@2x
/iTunesMetadata.plist
/WatchKitSupport/WK
/META-INF
An unsigned .ipa can be created by copying the folder with the extension .app from the Products folder of the application in Xcode to a folder called Payload and compressing the latter using the command zip -0 -y -r myAppName.ipa Payload/.
It is then possible to install unsigned .ipa files on iOS jailbroken devices using third party software. AppSync is the tool for installing such homebrew apps. Similar to the case of game console hacking, people are known to use this installation for piracy, against the tool developer's wishes: some underground communities form around buying an app and then sharing its DRM-free unsigned version.
The WacOS project is working on a way to reverse engineer IPA and DMG files, so that they can natively run on WacOS (Linux) and WacOS (XNU) it is one of the major features planned for this distribution.
More sources needed, Wikipedia should not be the only source. Wikipedia is not supposed to be used as a source, and other sources are needed.
Written on: 2021 Sunday September 19th at 1:38 pm
Last revised on: 2021 Sunday September 19th at 1:38 pm
File format Markdown document (*.md *.mkd *.markdown)
Article version: 1 (2021 Sunday September 19th at 1:38 pm)
The WacOS project - 2019 August 17th-present
Apple Inc - 1976 April 1st - present
( Home {Wiki} | WacOS-dev {Organization} | GitHub {repository} )
Footer version: 2 (Wednesday, 2021 September 29th at 9:46 pm)
Read the rules for editing this Wiki
WacOS and ElementaryOS, 2 good choices
Click the dropdown for Wiki pages and find out what else interests you.
This section needs improvement.
( (RosettaCode) | (Wikipedia) | (Apple) | (GitHub) )
WacOS project - Project Wiki
Sidebar version: 3 (Wednesday, 2021 September 29th at 9:39 pm)