FGQCanvas iOS tweaks
This commit is contained in:
parent
88720a031b
commit
41e9baaba1
2 changed files with 3 additions and 5 deletions
|
@ -50,9 +50,9 @@ OTHER_FILES += \
|
||||||
qml/*
|
qml/*
|
||||||
|
|
||||||
|
|
||||||
Q_XCODE_DEVELOPMENT_TEAM.name = DEVELOPMENT_TEAM
|
#Q_XCODE_DEVELOPMENT_TEAM.name = DEVELOPMENT_TEAM
|
||||||
Q_XCODE_DEVELOPMENT_TEAM.value = "James Turner"
|
#Q_XCODE_DEVELOPMENT_TEAM.value = "James Turner"
|
||||||
QMAKE_MAC_XCODE_SETTINGS += Q_XCODE_DEVELOPMENT_TEAM
|
#QMAKE_MAC_XCODE_SETTINGS += Q_XCODE_DEVELOPMENT_TEAM
|
||||||
|
|
||||||
ios {
|
ios {
|
||||||
QMAKE_INFO_PLIST = ios/Info.plist
|
QMAKE_INFO_PLIST = ios/Info.plist
|
||||||
|
|
|
@ -33,7 +33,5 @@
|
||||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||||
</array>
|
</array>
|
||||||
<key>NOTE</key>
|
|
||||||
<string>This file was generated by Qt/QMake.</string>
|
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
Loading…
Reference in a new issue