-
-
Notifications
You must be signed in to change notification settings - Fork 159
Build
previous page: Home
The version number is increased with each build that is released on the app store.
- 2.0 - non-native version
- 3.0 - the first native IOS version, which is based on Swift.
- 3.1 - build with Xcode 11, for IOS 13+, supports dark mode, bugs squashed.
Every upload to iTunesConnect requires a new build number. We just increase the build number by one.
App version 3+ uses Swift version 5.1.
The app uses many frameworks created and build by others. See the ReadMe for instructions.
Some build errors we suffered, so you do not have to suffer as well.
Xcode can display formatted Markdown files. If the project README.md shows Markdown markup rather than pretty formatting, make sure your project folder (OpenFoodFacts.xcodeproj
) contains .xcodesamplecode.plist. If not (although it should, since this file is included in the repository), open a Terminal window, cd
into your OpenFoodFacts.xcodeproj
and touch .xcodesamplecode.plist
.
If you see README.md in your Xcode project, but it does not display at all, it's possible it is not linked to the correct version of the README. Resolve this by looking at the file’s location shown in the Inspector panel on the far right (you may need to use the button at the top of the window to display this panel if it’s not currently showing). Choose the small gray file folder icon below the Location dropdown and reset the file location to the README.md that’s in the top level of your local clone of the openfoodfacts-ios repository.
Generated at 2021-09-01T08:04:02+0000 using swift-doc 1.0.0-rc.1.