Configured colours and added additional images to ready app for iOS 13 dark mode

This commit is contained in:
Deniz Duezgoeren
2019-10-08 21:37:42 +02:00
parent b7bc097664
commit 85efe3955d
310 changed files with 6512 additions and 4492 deletions
@@ -10,21 +10,22 @@
#endif
#endif
#import "GDTClock.h"
#import "GDTConsoleLogger.h"
#import "GDTDataFuture.h"
#import "GDTEvent.h"
#import "GDTEventDataObject.h"
#import "GDTEventTransformer.h"
#import "GDTLifecycle.h"
#import "GDTPlatform.h"
#import "GDTPrioritizer.h"
#import "GDTRegistrar.h"
#import "GDTStoredEvent.h"
#import "GDTTargets.h"
#import "GDTTransport.h"
#import "GDTUploader.h"
#import "GDTUploadPackage.h"
#import "GDTCORAssert.h"
#import "GDTCORClock.h"
#import "GDTCORConsoleLogger.h"
#import "GDTCORDataFuture.h"
#import "GDTCOREvent.h"
#import "GDTCOREventDataObject.h"
#import "GDTCOREventTransformer.h"
#import "GDTCORLifecycle.h"
#import "GDTCORPlatform.h"
#import "GDTCORPrioritizer.h"
#import "GDTCORRegistrar.h"
#import "GDTCORStoredEvent.h"
#import "GDTCORTargets.h"
#import "GDTCORTransport.h"
#import "GDTCORUploader.h"
#import "GDTCORUploadPackage.h"
#import "GoogleDataTransport.h"
FOUNDATION_EXPORT double GoogleDataTransportVersionNumber;