mirror of
https://github.com/home-assistant/iOS.git
synced 2026-02-04 21:15:17 -06:00
Fixes #2214. ## Summary Updates to building with Xcode 14 as the minimum. Updates all dependencies (as many both require Xcode 14 to update and would not work with it without updating). ## Any other notes This excludes `arm64` (new in Xcode 14) from watchOS builds. This is due to App Store Connect having a bad heuristic for file size: > ITMS-90389: Size Limit Exceeded - The size of watch application '/Payload/Home Assistant.app/Watch/HomeAssistant-WatchApp.app' (102MB) has exceeded the 75MB size limit. Our binary file is larger than 75 MB unthinned and our thinned install size is sub-25 MB, so I don't think this is testing the right thing. In either case, we're somehow below whatever the limit actually is with just `arm64_32_v8` and `arm_v7k` slices. The first build on TF using the Xcode 14 build for distribution is 2022.413.
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"name": "RealmSwift",
|
|
"version": "10.32.0",
|
|
"summary": "Realm is a modern data framework & database for iOS, macOS, tvOS & watchOS.",
|
|
"description": "The Realm Mobile Database, for Swift. (If you want to use Realm from Objective-C, see the “Realm” pod.)\n\nThe Realm Mobile Database is a fast, easy-to-use replacement for Core Data & SQLite. Use it with the Realm Mobile Platform for realtime, automatic data sync. Works on iOS, macOS, tvOS & watchOS. Learn more and get help at https://realm.io.",
|
|
"homepage": "https://realm.io",
|
|
"source": {
|
|
"http": "https://static.realm.io/downloads/swift/realm-swift-10.32.0.zip"
|
|
},
|
|
"authors": {
|
|
"Realm": "help@realm.io"
|
|
},
|
|
"license": {
|
|
"type": "Apache 2.0",
|
|
"file": "realm-swift-10.32.0/LICENSE"
|
|
},
|
|
"preserve_paths": [
|
|
"realm-swift-10.32.0/14.0.1",
|
|
"realm-swift-10.32.0/LICENSE"
|
|
],
|
|
"vendored_frameworks": [
|
|
"realm-swift-10.32.0/14.0.1/RealmSwift.xcframework",
|
|
"realm-swift-10.32.0/14.0.1/Realm.xcframework"
|
|
],
|
|
"platforms": {
|
|
"ios": "9.0",
|
|
"osx": "10.9",
|
|
"watchos": "2.0",
|
|
"tvos": "9.0"
|
|
}
|
|
}
|