Commit Graph
18 Commits
Author SHA1 Message Date
Florian Friedrich e10c84edd4 Fix deprecation 2025-07-22 14:46:40 +02:00
ffried 4986a03eb1 Update copyright from 2024 to 2025 2025-01-07 08:54:43 +01:00
Florian Friedrich 2566f12848 Fix various code style issues 2024-04-16 17:27:18 +02:00
ffried 3eeda4aa39 Update copyright from 2023 to 2024 2024-01-03 17:38:14 +01:00
Florian Friedrich 80e3a0df30 Fix deprecations 2023-08-14 08:39:13 +02: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 1fd59a0466 cleanup 2020-01-24 10:46:11 +01:00
Florian Friedrich e68b78acca Fix nullability of DDTTYLogger shared instance 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
Koichi Yokota (sushichop) 06aa9e2dc3 Update import settings 2018-10-24 18:53:26 +09: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