App for Apple mobile devices: Difference between revisions
Jump to navigation
Jump to search
(→Build) |
(→Build) |
||
| Line 32: | Line 32: | ||
Execute the following steps inside Xcode: | Execute the following steps inside Xcode: | ||
=== Setup the version number === | |||
[[File:XCode_setup_version_number.png|thumb|Setup the version number]] | [[File:XCode_setup_version_number.png|thumb|Setup the version number]] | ||
=== Change Build Configuration === | |||
[[File:XCode_Change_Build_Configuration.png|thumb|Change Build Configuration]] | [[File:XCode_Change_Build_Configuration.png|thumb|Change Build Configuration]] | ||
Revision as of 13:32, 10 May 2026
Architecture
Description follows.
Testing
Description follows.
Release procedure
Versioning
Update the version number in General tab.
Branching
Create a branch for the release and check it out:
git branch release/20260510_01
git checkout release/20260510_01
Edit Scheme
Go to Product > Scheme > Edit Scheme
Select Archive on the left.
Ensure the Build Configuration is set to Release.
Signing & Capabilities
Ensure signing is activated and account is logged in.
Frameworks, Libraries, and Embedded Content
Remove PreviewSnapshots
Build
Execute the following steps inside Xcode:
Setup the version number

Change Build Configuration
