Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 2eb83a0

Browse files
Merge pull request #2119 from livecode/bugfix-22149
[22149] Removed button "Enable Background Execution"
2 parents d63b639 + 7c00e9c commit 2eb83a0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
-1.32 KB
Binary file not shown.

Toolset/palettes/standalone settings/revstandalonesettingsiosbehavior.livecodescript

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ on updateSettings
249249

250250
set the label of button "Minimum iOS Version" to computeDefault(tSettings["ios,minimum version"], "8.0") && "or later"
251251
set the hilite of button "Persistent WiFi" to computeDefault(tSettings["ios,persistent wifi"], "false")
252-
set the hilite of button "Enable Background Execution" to computeDefault(tSettings["ios,enable background execution"],"false")
253252
set the hilite of button "Background Audio" to computeDefault(tSettings["ios,background audio"], "false")
254253
set the hilite of button "Location Update" to computeDefault(tSettings["ios,background location update"], "false")
255254
set the hilite of button "VoIP" to computeDefault(tSettings["ios,background voip"], "false")
@@ -519,7 +518,7 @@ on updateIosSettingState
519518
set the enabled of button "iOSTabMenu" to (the hilite of button "Build for iOS")
520519
set the enabled of group "Basic Settings" to (the hilite of button "Build for iOS")
521520
set the enabled of group "Requirement" to (the hilite of button "Build for iOS")
522-
set the enabled of group "Background Modes" to (the hilite of button "Enable Background Execution")
521+
set the enabled of group "Background Modes" to (the hilite of button "Build for iOS")
523522
set the enabled of group "Icons" to (the hilite of button "Build for iOS")
524523
set the enabled of group "Splash" to (the hilite of button "Build for iOS")
525524
set the enabled of button "Supported Devices" to (the hilite of button "Build for iOS")

0 commit comments

Comments
 (0)