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

ios13.4 binding, early preview based on Xcode11.4 BETA 2 #458

Merged
merged 23 commits into from
Feb 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c99f730
* ios13.4: AuthenticationServices updated
dkimitsa Feb 24, 2020
8b7d9b1
* ios13.4: AutomaticAssessmentConfiguration (new framework)
dkimitsa Feb 24, 2020
fd4aeb8
* ios13.4: AVFoundation updated
dkimitsa Feb 24, 2020
b5696be
* ios13.4: CallKit updated
dkimitsa Feb 24, 2020
835c758
* ios13.4: CarPlay updated
dkimitsa Feb 24, 2020
afa3433
* ios13.4: ClassKit updated
dkimitsa Feb 24, 2020
a515f8f
* ios13.4: CoreBluetooth updated
dkimitsa Feb 24, 2020
8369067
* ios13.4: CoreGraphics updated
dkimitsa Feb 24, 2020
6dacab8
* ios13.4: CoreLocation updated
dkimitsa Feb 24, 2020
8f7e32c
* ios13.4: CoreMedia updated
dkimitsa Feb 24, 2020
51e4cae
* ios13.4: CoreText updated
dkimitsa Feb 24, 2020
bc421fc
* ios13.4: GameKit updated
dkimitsa Feb 24, 2020
4ffb373
* ios13.4: CoreLocatio/CoreMedia missing yaml files
dkimitsa Feb 24, 2020
cf45d5d
* ios13.4: ImageCaptureCore updated
dkimitsa Feb 24, 2020
2e0cf7e
* ios13.4: Intents updated
dkimitsa Feb 24, 2020
aaa9ad5
* ios13.4: LocalAuthentication updated
dkimitsa Feb 25, 2020
70abe56
* ios13.4: Foundation -- added required for MPS vector types
dkimitsa Feb 25, 2020
a5426f8
* ios13.4: MetalPerformanceShaders updated. Added lot of missing API …
dkimitsa Feb 25, 2020
252f554
* ios13.4: NetworkExtension updated
dkimitsa Feb 25, 2020
bf02223
* ios13.4: PassKit updated
dkimitsa Feb 25, 2020
9e66129
* ios13.4: StoreKit updated
dkimitsa Feb 25, 2020
8dc339a
* ios13.4: UIKit updated
dkimitsa Feb 25, 2020
b3c4e6b
* ios13.4: WebKit updated
dkimitsa Feb 25, 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
package: org.robovm.apple.automaticac
include: [foundation]
library: AutomaticAssessmentConfiguration
framework: AutomaticAssessmentConfiguration
clang_args: ['-x', 'objective-c']
headers:
- /System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/Headers/AutomaticAssessmentConfiguration-Swift.h
typedefs: {}

enums:

classes:
AEAssessmentConfiguration: {} #since 13.4
AEAssessmentSession: #since 13.4
methods:
'-initWithConfiguration:':
name: init
protocols:
AEAssessmentSessionDelegate: #since 13.4
methods:
'-assessmentSessionDidBegin:':
name: didBegin
'-assessmentSessionDidFailToBegin:error:':
name: didFailToBegin
'-assessmentSessionDidInterrupt:error:':
name: didInterrupt
'-assessmentSessionDidEnd:':
name: didEnd
functions:
# Make sure we don't miss any functions if new ones are introduced in a later version
(k?AE.*):
class: FixMe
name: 'Function__#{g[0]}'

values:

# Make sure we don't miss any values if new ones are introduced in a later version
(k?AE.*):
class: FixMe
name: 'Value__#{g[0]}'

constants:

# Make sure we don't miss any constants if new ones are introduced in a later version
(k?AE.*):
class: FixMe
name: 'Constant__#{g[0]}'
5 changes: 5 additions & 0 deletions compiler/cocoatouch/src/main/bro-gen/avfoundation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3566,6 +3566,11 @@ values:
class: AVMovie
name: referenceRestrictionsKey
type: NSString
AVPlayer(.*)Notification:
class: AVPlayer
static_class: Notifications
name: '#{g[0]}'
type: NSString


# Make sure we don't miss any values if new ones are introduced in a later version
Expand Down
2 changes: 2 additions & 0 deletions compiler/cocoatouch/src/main/bro-gen/callkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ classes:
name: reloadExtension
'-getEnabledStatusForExtensionWithIdentifier:completionHandler:':
name: getEnabledStatusForExtension
'-openSettingsWithCompletionHandler:':
name: openSettings
CXCallDirectoryProvider: #since 10.0
methods:
'-beginRequestWithExtensionContext:':
Expand Down
18 changes: 16 additions & 2 deletions compiler/cocoatouch/src/main/bro-gen/carplay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,12 @@ classes:
name: activateVoiceControlState
CPWindow: {} #since 12.0
CPTemplateApplicationScene: {} #since 13.0

CPDashboardButton: #since 13.4
methods:
'-initWithTitleVariants:subtitleVariants:image:handler:':
name: init
CPDashboardController: {} #since 13.4
CPTemplateApplicationDashboardScene: {} #since 13.4
protocols:
CPApplicationDelegate: #since 12.0
methods:
Expand Down Expand Up @@ -224,6 +229,13 @@ protocols:
name: didSelectNavigationAlert
'-templateApplicationScene:didSelectManeuver:':
name: didSelectManeuver
CPTemplateApplicationDashboardSceneDelegate: #since 13.4
methods:
'-templateApplicationDashboardScene:didConnectDashboardController:toWindow:':
name: didConnectDashboardController
'-templateApplicationDashboardScene:didDisconnectDashboardController:fromWindow:':
name: didDisconnectDashboardController

functions:
# Make sure we don't miss any functions if new ones are introduced in a later version
(k?CP.*):
Expand All @@ -237,7 +249,9 @@ values:
CPTemplateApplicationSceneSessionRoleApplication:
class: CPTemplateApplicationScene
name: getSceneSessionRole

CPTemplateApplicationDashboardSceneSessionRoleApplication:
class: CPTemplateApplicationDashboardScene
name: getSceneSessionRole

# Make sure we don't miss any values if new ones are introduced in a later version
(k?CP.*):
Expand Down
2 changes: 1 addition & 1 deletion compiler/cocoatouch/src/main/bro-gen/classkit.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: org.robovm.apple.classkit
include: [foundation.yaml]
include: [foundation, coregraphics]
library: ClassKit
framework: ClassKit
clang_args: ['-x', 'objective-c']
Expand Down
2 changes: 2 additions & 0 deletions compiler/cocoatouch/src/main/bro-gen/corelocation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ classes:
name: init
'-initWithCoordinate:altitude:horizontalAccuracy:verticalAccuracy:course:speed:timestamp:':
name: init
'-initWithCoordinate:altitude:horizontalAccuracy:verticalAccuracy:course:courseAccuracy:speed:speedAccuracy:timestamp:':
name: init
'-getDistanceFrom:':
exclude: true
'-distanceFromLocation:':
Expand Down
2 changes: 1 addition & 1 deletion compiler/cocoatouch/src/main/bro-gen/coremedia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ enums:
CMMetadataIdentifierErrorCode: { first: kCMMetadataIdentifierError_AllocationFailed }
CMMetadataDataTypeRegistryErrorCode: { first: kCMMetadataDataTypeRegistryError_AllocationFailed }
CMPersistentTrackID: {first: kCMPersistentTrackID_Invalid, prefix: kCMPersistentTrackID_}

CMMemoryPoolError: {prefix: kCMMemoryPoolError_, first: kCMMemoryPoolError_AllocationFailed} #since 6.0
classes:
# Opaque Types
CMAttachmentBearer:
Expand Down
8 changes: 8 additions & 0 deletions compiler/cocoatouch/src/main/bro-gen/foundation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ generic_typedefs:
'NSString *': NSString

structdefs:
vector_char16: 'VectorChar16'
vector_uchar16: 'VectorChar16'
vector_ushort2: 'VectorShort2'
vector_short2: 'VectorShort2'
vector_ushort3: 'VectorShort3'
vector_short3: 'VectorShort3'
vector_ushort4: 'VectorShort4'
vector_short4: 'VectorShort4'
vector_uint2: 'VectorInt2'
vector_int2: 'VectorInt2'
vector_uint3: 'VectorInt3'
Expand Down
Loading