-
Notifications
You must be signed in to change notification settings - Fork 133
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
iOS 17 bindings #758
Merged
Merged
iOS 17 bindings #758
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…o adaptations of NSArray is required)
…ntication, PhotosUI processed
…y, MapKit, MediaPlayer, SafariServices processed
…es as migrated from String to NSString to keep it compatible with NS collection APIs
…adNetwork processed
… experiences in your game or app that react to events and cues in the environment
… smart home devices from a variety of manufacturers.
…iting of assets captured in Cinematic mode into your app.
…nd downloads of large assets after app installation, when the app updates, and periodically while the app remains on-device.
dkimitsa
added a commit
to dkimitsa/robovm
that referenced
this pull request
Apr 15, 2024
* * ios17 bindings: Foundation processed * * ios17 bindings: UIKit processed (not all UITrait api provided due to adaptations of NSArray is required) * * ios17 bindings: new framework Symbols * * ios17 bindings: Social processed * * ios17 bindings: Accessibility, CoreImage, HomeKit, NearbyInteraction processed * * ios17 bindings: CoreImage, Network processed * * ios17 bindings: CoreMedia, ImageCaptureCore, NetworkExtension processed * * ios17 bindings: CoreMidi, Intents, ImageIO, PassKit processed * * ios17 bindings: AudioToolBox, CoreML, PDFKit, PencilKit * * ios17 bindings: AuthServices, CoreMotion, Photos * * ios17 bindings: AVFoundation, CoreNFc, LinkPresentation, LocalAuthentication, PhotosUI processed * * ios17 bindings: AVKit, BackgroundTasks, CoreSpotlight, CoreTelephony, MapKit, MediaPlayer, SafariServices processed * * ios17 bindings: CallKit, CarPlay, CoreVideo, Messages, Metal, SceneKit processed * * ios17 bindings: CloudKit, EventKit, MetalKit processed * * ios17 bindings: Contacts, CoreAnimation, MetalPS, Security, SensorKit processed * * ios17 bindings: GameController processed -- probably breaking changes as migrated from String to NSString to keep it compatible with NS collection APIs * * ios17 bindings: MetakPerformanceShaderGraph, CoreAudio, ShazamKit processed * * ios17 bindings: CoreBlueTooth, GameKit, MetricKit, Speech processed * * ios17 bindings: CoreData, HealthKit, MLCompute, StoreKit processed * * ios17 bindings: CoreFoundation, CoreGraphics, NaturalLanguage, ThreadNetwork processed * * ios17 bindings: UniformTypeId, Vision processed * * ios17 bindings: WebKit processed * * ios17 bindings: new framework SensitiveContentAnalysis * * ios17 bindings: new framework PHASE (ios 15) - Create dynamic audio experiences in your game or app that react to events and cues in the environment * * ios17 bindings: new framework MediaAccessibility * * ios17 bindings: new framework Matter - Communicate with and control smart home devices from a variety of manufacturers. * * ios17 bindings: new framework Cinematic - Integrate playback and editing of assets captured in Cinematic mode into your app. * * ios17 bindings: new framework Background Assets - Schedule background downloads of large assets after app installation, when the app updates, and periodically while the app remains on-device. * * ios17 bindings: post-processing run, with latest Bro-gen changes * * fixed 735: Missing Bindings for UIAccessibilityTraits (cherry picked from commit d9eefc5)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
iOS 17
All CocoaTouch APIs were processed based on Xcode15.
This update introduces changes to existing api and this might break existing code. Please open issue/communicate any problem.
Beside existing API update it introduces support for following new frameworks:
Basic smoke test was performed. New APIs wasn't changed due huge volume of changes.