summaryrefslogtreecommitdiffstats
path: root/cmake/QtPublicAppleHelpers.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Improve Apple SDK name and path reportingAlexandru Croitor2025-06-021-9/+40
* configure: Bail out early if Xcode is not installed on macOSKai Köhne2025-04-301-0/+6
* CMake: Show the active Apple SDK path when configuring qtbaseAlexandru Croitor2025-04-091-0/+19
* CMake: Refactor _qt_internal_get_apple_sdk_versionAlexandru Croitor2025-04-091-10/+57
* Call xcrun from PATHJoni Poikelin2025-03-311-2/+2
* iOS: Set LD_ENTRY_POINT for generated Xcode projectTor Arne Vestbø2025-02-201-0/+21
* cmake: Find Apple ID via IDEProvisioningTeamByIdentifier for Xcode 16.2Tor Arne Vestbø2025-02-041-4/+28
* cmake: Add option to pass additional arguments to _qt_internal_plist_buddyTor Arne Vestbø2025-02-041-2/+2
* cmake: Rename _qt_internal_find_ios_development_team_idTor Arne Vestbø2025-02-041-5/+5
* CMake: Error out when xcode / SDK version check fail in Qt 6.8+Alexandru Croitor2025-01-031-4/+7
* cmake: Always export Apple version requirementsTor Arne Vestbø2024-11-011-23/+21
* CMake: Add risky workaround for archiving dSYMs with an Xcode projectAlexandru Croitor2024-07-151-0/+13
* CMake: Add partial fixes for archiving dSYMs with an Xcode projectAlexandru Croitor2024-07-151-0/+39
* CMake: Set CFBundleDevelopmentRegion from QT_I18N_SOURCE_LANGUAGEJoerg Bornemann2024-07-021-11/+23
* Add preliminary support for Qt for visionOSTor Arne Vestbø2024-04-181-1/+21
* CMake: Rename I18N_*LANGUAGES variables and parametersJoerg Bornemann2024-02-211-2/+2
* CMake: Fix configuring a standalone test on Apple platformsAlexandru Croitor2024-02-021-1/+5
* CMake: Fix Apple max sdk version checkAlexandru Croitor2023-12-051-3/+9
* CMake: Refactor sdk / xcode check to support both warnings and errorsAlexandru Croitor2023-12-051-12/+37
* CMake: Don't run sdk / xcode version checks on non-Apple platformsAlexandru Croitor2023-12-041-0/+4
* CMake: Warn when configuring Qt with an unsupported Apple SDK or XcodeAlexandru Croitor2023-11-291-0/+176
* Use configure_file instead of file(COPYAmir Masoud Abdol2023-10-311-1/+1
* Use adaptive LaunchScreen on iOSAmir Masoud Abdol2023-10-261-7/+1
* CMake: Add I18N_LANGUAGES keyword to qt_standard_project_setupJoerg Bornemann2023-09-191-3/+6
* Silence the missing BundleIdentifier warning for non-Xcode generatorsAmir Masoud Abdol2023-07-061-7/+9
* Use parentheses for Xcode specific variablesAmir Masoud Abdol2023-06-061-3/+3
* Generate and set a CFBundleIdentifier when none were provided on macOSAmir Masoud Abdol2023-06-021-50/+72
* cmake: Add known translations to CFBundleLocalizations in Info.plistTor Arne Vestbø2023-06-021-0/+57
* cmake: Always copy Info.plist to build directory manuallyTor Arne Vestbø2023-06-021-7/+5
* cmake: Copy template Info.plist for macOS manually, like we do for iOSTor Arne Vestbø2023-06-011-6/+8
* CMake: Fix return value of applicationName() on macOSAlexandru Croitor2022-09-161-9/+22
* CMake: Move Apple specific functions into a separate fileAlexandru Croitor2022-08-301-0/+628