kivy / kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS
https://kivy.org/docs/guide/packaging-ios.html
MIT License
759 stars 238 forks source link

set target parameters #680

Open RobertFlatt opened 2 years ago

RobertFlatt commented 2 years ago

Is your feature request related to a problem? Please describe. set the target (in the Xcode sense) parameters such a orientation or permissions.

Describe the solution you'd like For example

toolchain target CAMERA

Creates default <project>-ios/<project>-Info.plist

and appends (string value may be user selectable)

    <key>NSCameraUsageDescription</key>
    <string>gimme the f****** camera</string>

Describe alternatives you've considered Do it by hand in Xcode

Additional context Add any other context or screenshots about the feature request here.