Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backport all the stuff #1

Merged
merged 24 commits into from
Feb 13, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
98e1294
Android: fixing Android 10 not locating permissions
Shchvova Nov 20, 2019
74afa84
Core: fixed a bug with sprite object when sequence is shorter than fr…
pouwelsjochem Nov 22, 2019
b8fa975
Migrating from UIWebView to WKWebView
Shchvova Nov 7, 2019
55d4651
iOS: Linking frameworks automatically via modules
Shchvova Nov 7, 2019
610e0a7
iOS: moving to modern APIs for media.playVideo
Shchvova Nov 22, 2019
4192b45
iOS/tvOS: dropping sdk 12.4
Shchvova Nov 22, 2019
78d0dcf
macOS/Simulator: adding option to clear console on restart (`clearCon…
Shchvova Nov 26, 2019
e5d2fb6
Adding licensing jar to native libraries
Shchvova Nov 27, 2019
5b3404d
macOS/Simulator: requesting Java 8 when building Android apps
Shchvova Nov 30, 2019
4410bed
Android: fixed System UI loosing its state
pouwelsjochem Nov 30, 2019
0928c3c
Xcode 11.3 SDK
Shchvova Dec 16, 2019
51fd96f
macOS/Android: allowing other versions of Java except 1.8
Shchvova Dec 16, 2019
fc94634
Android: added initialSystemUiVisibility property to 'android' key in…
pouwelsjochem Dec 17, 2019
045ff3b
Simulator: added initialSystemUiVisibility to build settings validator
pouwelsjochem Dec 23, 2019
bcccbb3
Android: fix for initialSystemUiVisibility value not coming through t…
pouwelsjochem Dec 24, 2019
771b3b6
iOS: Fixing iOS 13 SDK truncated receipts
Shchvova Dec 24, 2019
76381ca
Maintenance
Shchvova Jan 12, 2020
861ebd2
Android: updating build scripts
Shchvova Jan 12, 2020
e99f013
macOS/Windows: adding property 'windowSize' to native.setProperty()
pouwelsjochem Jan 22, 2020
e6cc289
Removing obsolete domain name from source code
Shchvova Feb 6, 2020
3612f08
macOS: changing code signing and updating old libraries for notarization
Shchvova Feb 6, 2020
f07b48c
Reverting hash value changes
Shchvova Feb 7, 2020
d23a4ee
macOS: Fixing notarization for built apps
Shchvova Feb 10, 2020
844e3ad
Fixing warning in comments
Shchvova Feb 12, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
iOS/tvOS: dropping sdk 12.4
  • Loading branch information
Shchvova committed Nov 22, 2019
commit 4192b4560b053e9f43cd17338778013699d0c9c9
7 changes: 0 additions & 7 deletions platform/resources/iOS-SDKs.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"ios": [
{
"label": "12.4",
"xcodeVersion": "12.4",
"failMessage": "install or xcode-select Xcode 10.4 to enable",
"coronaVersion": 124000,
"beta": false
},
{
"label": "13.2",
"xcodeVersion": "13.2",
Expand Down
7 changes: 0 additions & 7 deletions platform/resources/tvOS-SDKs.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"tvos": [
{
"label": "12.4",
"xcodeVersion": "12.4",
"failMessage": "install or xcode-select Xcode 10.4 to enable",
"coronaVersion": 124000,
"beta": false
},
{
"label": "13.2",
"xcodeVersion": "13.2",
Expand Down