grml... appid... grml
This commit is contained in:
parent
00d631857b
commit
b5e3509773
@ -66,7 +66,7 @@ macx: {
|
||||
ios: {
|
||||
message("iOS build")
|
||||
QMAKE_TARGET_BUNDLE_PREFIX = io.guh
|
||||
QMAKE_BUNDLE = nymeaapp
|
||||
QMAKE_BUNDLE = nymeaApp
|
||||
# Configure generated xcode project to have our bundle id
|
||||
xcode_product_bundle_identifier_setting.value = $${QMAKE_TARGET_BUNDLE_PREFIX}.$${QMAKE_BUNDLE}
|
||||
plist.input = ../packaging/ios/Info.plist.in
|
||||
|
||||
@ -36,8 +36,8 @@
|
||||
<file>ui/images/audio-speakers-muted-symbolic.svg</file>
|
||||
<file>ui/images/audio-speakers-symbolic.svg</file>
|
||||
<file>ui/images/media-playback-pause.svg</file>
|
||||
<file>ui/images/media-playback-start.svg</file>
|
||||
<file>ui/images/media-playback-stop.svg</file>
|
||||
<file alias="media-play">ui/images/media-playback-start.svg</file>
|
||||
<file alias="media-stop">ui/images/media-playback-stop.svg</file>
|
||||
<file>ui/images/media-seek-backward.svg</file>
|
||||
<file>ui/images/media-seek-forward.svg</file>
|
||||
<file>ui/images/media-skip-backward.svg</file>
|
||||
|
||||
@ -335,7 +335,7 @@ Page {
|
||||
}
|
||||
}
|
||||
Repeater {
|
||||
model: ["torch-on", "torch-off", "alarm-clock", "media-preview-start", "network-secure", "notification", "sensors", "shutter-10", "mail-mark-important", "eye"]
|
||||
model: ["light-on", "light-off", "alarm-clock", "media-play", "media-stop", "lock", "unlock", "notification", "sensors", "garage", "home", "warning", "eye"]
|
||||
|
||||
delegate: Item {
|
||||
Layout.fillWidth: true
|
||||
|
||||
Reference in New Issue
Block a user