mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
These changes caused a number of issues: 1. No debug info is emitted when a release-debug info compiler is built. 2. OS X deployment target specification is broken. 3. Swift options were broken without any attempt any recreating that functionality. The specific option in question is --force-optimized-typechecker. Such refactorings should be done in a fashion that does not break existing users and use cases. This reverts commite6ce2ff388. This reverts commite8645f3750. This reverts commit89b038ea7e. This reverts commit497cac64d9. This reverts commit953ad094da. This reverts commite096d1c033. rdar://30549345
30 lines
1.2 KiB
CMake
30 lines
1.2 KiB
CMake
add_swift_library(swiftIntents ${SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES} IS_SDK_OVERLAY
|
|
INBooleanResolutionResult.swift
|
|
INDoubleResolutionResult.swift
|
|
INGetCarLockStatusIntentResponse.swift
|
|
INGetCarPowerLevelStatusIntentResponse.swift
|
|
INIntegerResolutionResult.swift
|
|
INRequestRideIntent.swift
|
|
INSaveProfileInCarIntent.swift
|
|
INSearchForPhotosIntentResponse.swift
|
|
INSetCarLockStatusIntent.swift
|
|
INSetClimateSettingsInCarIntent.swift
|
|
INSetDefrosterSettingsInCarIntent.swift
|
|
INSetProfileInCarIntent.swift
|
|
INSetRadioStationIntent.swift
|
|
INSetSeatSettingsInCarIntent.swift
|
|
INStartPhotoPlaybackIntentResponse.swift
|
|
INStartWorkoutIntent.swift
|
|
|
|
SWIFT_COMPILE_FLAGS "${SWIFT_RUNTIME_SWIFT_COMPILE_FLAGS}"
|
|
LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS}"
|
|
TARGET_SDKS OSX IOS IOS_SIMULATOR WATCHOS WATCHOS_SIMULATOR
|
|
SWIFT_MODULE_DEPENDS_OSX Darwin CoreGraphics CoreLocation Dispatch Foundation IOKit ObjectiveC # auto-updated
|
|
SWIFT_MODULE_DEPENDS_IOS Darwin CoreLocation Dispatch Foundation ObjectiveC # auto-updated
|
|
SWIFT_MODULE_DEPENDS_WATCHOS Foundation CoreLocation UIKit
|
|
FRAMEWORK_DEPENDS_WEAK Intents
|
|
|
|
DEPLOYMENT_VERSION_OSX ${SWIFTLIB_DEPLOYMENT_VERSION_INTENTS_OSX}
|
|
DEPLOYMENT_VERSION_IOS ${SWIFTLIB_DEPLOYMENT_VERSION_INTENTS_IOS}
|
|
)
|