@@ -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