Commit Graph
11 Commits
Author SHA1 Message Date
ffried 4986a03eb1 Update copyright from 2024 to 2025 2025-01-07 08:54:43 +01:00
ffried 3eeda4aa39 Update copyright from 2023 to 2024 2024-01-03 17:38:14 +01:00
Florian Friedrich ceafd3f039 Update copyright for 2023 2023-01-30 17:15:25 +01:00
Florian Friedrich 27b7b1446c Update copyright to 2022 2022-05-18 16:05:49 +02:00
Florian Friedrich a3a940f3e2 Update Copyright to 2021 2021-03-02 10:58:09 +01:00
Florian Friedrich 5df518ddb3 Conditionally unwrap logger 2020-01-24 10:46:11 +01:00
Florian Friedrich 823269b81e Fix integration build 2020-01-24 10:46:11 +01:00
Florian Friedrich 55de9ac35f Update Copyright for 2020 2020-01-23 17:59:54 +01:00
Florian Friedrich 0aecc94127 Update Copyright to 2019. Fixes #1030 2019-01-31 12:00:34 +01:00
Dmitry Lobanov 602177e0be intergration: version guards for OSLogger have been added. 2018-11-07 18:24:04 +03: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