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

Commit befd49f

Browse files
committed
Merge remote-tracking branch 'upstream/develop-7.0' into merge-develop-7.0_18.02.2016
2 parents 0f59305 + f4453ce commit befd49f

29 files changed

+169
-33
lines changed

Installer/package.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@ component Runtime.iOS
634634
file ios:iphoneos8.2/mobile-splashscreen-template.plist as "SplashscreenSettings.plist"
635635
file ios:iphoneos8.2/template-entitlements.xcent as "Entitlements.xcent"
636636
file ios:iphoneos8.2/template-store-entitlements.xcent as "StoreEntitlements.xcent"
637+
file ios:iphoneos8.2/template-beta-report-entitlement.xcent as "BetaReportEntitlement.xcent"
637638
file ios:iphoneos8.2/template-remote-notification-entitlements.xcent as "RemoteNotificationEntitlements.xcent"
638639
file ios:iphoneos8.2/template-remote-notification-store-entitlements.xcent as "RemoteNotificationStoreEntitlements.xcent"
639640
file ios:iphoneos8.2/template-ResourceRules.plist as "ResourceRules.plist"
@@ -655,6 +656,7 @@ component Runtime.iOS
655656
file ios:iphoneos8.4/mobile-splashscreen-template.plist as "SplashscreenSettings.plist"
656657
file ios:iphoneos8.4/template-entitlements.xcent as "Entitlements.xcent"
657658
file ios:iphoneos8.4/template-store-entitlements.xcent as "StoreEntitlements.xcent"
659+
file ios:iphoneos8.4/template-beta-report-entitlement.xcent as "BetaReportEntitlement.xcent"
658660
file ios:iphoneos8.4/template-remote-notification-entitlements.xcent as "RemoteNotificationEntitlements.xcent"
659661
file ios:iphoneos8.4/template-remote-notification-store-entitlements.xcent as "RemoteNotificationStoreEntitlements.xcent"
660662
file ios:iphoneos8.4/template-ResourceRules.plist as "ResourceRules.plist"
@@ -676,6 +678,7 @@ component Runtime.iOS
676678
file ios:iphoneos9.2/mobile-splashscreen-template.plist as "SplashscreenSettings.plist"
677679
file ios:iphoneos9.2/template-entitlements.xcent as "Entitlements.xcent"
678680
file ios:iphoneos9.2/template-store-entitlements.xcent as "StoreEntitlements.xcent"
681+
file ios:iphoneos9.2/template-beta-report-entitlement.xcent as "BetaReportEntitlement.xcent"
679682
file ios:iphoneos9.2/template-remote-notification-entitlements.xcent as "RemoteNotificationEntitlements.xcent"
680683
file ios:iphoneos9.2/template-remote-notification-store-entitlements.xcent as "RemoteNotificationStoreEntitlements.xcent"
681684
file ios:iphoneos9.2/template-ResourceRules.plist as "ResourceRules.plist"

builder/installer_utilities.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
script "InstallerUtilities"
1+
script "InstallerUtilities"
22
# This is the back-end installer, updater and uninstaller code.
33
# This code doesn't know anything about the product it is installing, and should be capable
44
# of being re-used for products other than LiveCode. It reads a "manifest" file, which contains

docs/dictionary/command/mobileControlSet.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ property (enum): The property to be set. Global properties (All native mobile co
208208
- "hIndicator" (iOS only): Determines whether the horizontal indicator should be displayed when scrolling (maps to the UIScrollView showsHorizontalScrollIndicator property). This is a boolean value.
209209
- "vIndicator" (iOS only): Determines whether the vertical indicator should be displayed when scrolling (maps to the UIScrollView showsVerticalScrollIndicator property). This is a boolean value.
210210
- "lockDirection" (iOS only): Determines whether scrolling is locked to the initial direction a drag occurs in (maps to the UIScrollView directionalLockEnabled property). This is a boolean value.
211-
- "enabled" (iOS only): Determines whether the control is enabled or not. This is a boolean value.
211+
- "enabled": Determines whether the control is enabled or not. This is a boolean value.
212212
- "multiline" (Android only): A boolean value which determines whether the control can contain multiple lines of text, wraps text to fit horizontally, and scrolls vertically. If false, the field contains a single line of text which can scroll horizontally.
213213
value: The value to set the property to.
214214

docs/notes/bugfix-13636.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# export snapshot not working on Android

docs/notes/bugfix-16565.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Update to OpenSSL 1.0.1q

docs/notes/bugfix-16700.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# URLs hosted on SNI servers are not supported

docs/notes/bugfix-16704.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# android native multiline ("editable", false) can now be scrolled

docs/notes/bugfix-16735.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Added beta entitlement for testflight

docs/notes/bugfix-16737.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# playstopped message after playing mp3 with player waits until mouse is moved

docs/notes/bugfix-16741.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# The attached stack will not open in LC 7.1.1

0 commit comments

Comments
 (0)