Commit Graph
14 Commits
Author SHA1 Message Date
Florian Friedrich 0507765dec Update Xcode project files to Xcode 15.3 2024-03-08 07:45:57 +01:00
Florian Friedrich 17e0f9d5b6 Update Xcode version 2024-01-09 08:42:35 +01:00
Florian Friedrich 8878413389 Update schemes and project file to Xcode 15 2023-12-07 16:08:20 +01:00
Florian Friedrich c1b9149047 Update Xcode-files to Xcode 14.1 2022-11-02 15:09:37 +01:00
Florian Friedrich eeda259175 Update to Xcode 14 / Swift 5.7
This requires dropping support for iOS/tvOS <11, macOS < 10.13, watchOS < 4
Also, Swift support < 5.5 is removed - SPM will automatically search for an older version.
2022-11-02 15:09:37 +01:00
Jean-Charles Bertin a51fd2137f Updated to Xcode 13.4. 2022-08-16 07:44:00 +02:00
Florian Friedrich 0091ed2b2c Update project files 2021-09-29 16:55:57 +02:00
Florian Friedrich 903a178c4c Update schemes and project files with Xcode 12 2020-10-01 15:39:45 +02:00
Florian Friedrich 51f8536c11 Upgrade to Xcode 11 / Swift 5.1 2019-09-30 16:04:50 +02:00
Koichi Yokota (sushichop) ebe86f301a Use Xcode 10.2 and Swift 5.0 2019-04-02 20:48:51 +09:00
Florian Friedrich 40c749c573 Make IDETemplateMacros use current year 2019-01-31 12:04:41 +01:00
Bogdan Poplauschi ee9e929581 Cleanups
- added Integration.xcodeproj to the workspace
- fixed macOSSwiftIntegration build running issue (the AppDelegate.swift was never called - replaced with main.swift)
- removed xcconfig files from copy build phase
- continued the Xcode settings cleanup - moved most of them to xcconfig
- set Integration Apps WATCHOS_DEPLOYMENT_TARGET to 5.0 because of some APIs used
- fixed some app ids that were incorrect (org.example.* -> com.deusty.*)
- the iOS and tvOS targets AppDelegate.swift was not creating the ViewController instance. Fixed
- set explicit dependencies between the Integration targets and their corresponding CocoaLumberjack dependencies
- cleanup old remaining AppIcon
- watchOSSwiftIntegration now builds and runs (uses Debug config)
- PREPROCESSOR_MACROS is actually not used by Xcode, so the DD_LOG_LEVEL=DDLogLevel* setting was not working. Changed to GCC_PREPROCESSOR_DEFINITIONS and now it works. Set DDLogLevelWarning for release and DDLogLevelAll for debug builds - only applies to Integration targets
- related PRs: #961 #970
2018-10-23 12:45:22 +03:00
Florian Friedrich 5ce59f3fcc Update Copyright headers / file headers (#968)
* Change copyright headers in Classes, Tests and Integration

* Remove empty line from template

* Add headers to demo files
2018-10-19 11:26:00 +03:00
Dmitry Lobanov 4bf2941b10 Integration: app targets have been separated from framework. (#961)
* integration: app targets have been separated from framework.

* integration: cleanup.

* integration: watchos extension app has been fixed.

* integration: cleanup iOS and watchOS apps.

* integration: local travis has been added.

* ci: travis has been updated.

* ci: travis has been updated. missing target has been wiped out.

* integration: app schemes have been added.

* ci: travis redundant pod install has been removed.

* configurations: product bundle identifier prefix has been added.

* integration: project defaultification.

* integration: targets cleanup.

* integration: local travis has been removed.

* integration: tvOS app has been fixed.

* integration: launch screen storyboards have been eliminated.

* integration: configurations have been added.

* integration: formatter has been added.

* integration: project cleanup.

* ci: travis cleanup.

* integration: configurations have been removed form copy resources build phase.

* integration: macOS app has been fixed.

* ci: integration watchos target has been added.

* integration: assets have been removed.

* integration: configurations have been updated.

* framework: redundant podfile has been removed.

* framework: pods clues have been wiped out.

* ci: travis integration app for watchOS has been enabled.

* integration: plists have been cleaned up.

* integration: configurations have moved to root Configuration folder.
2018-10-18 21:27:41 +03:00