Archived
Configured colours and added additional images to ready app for iOS 13 dark mode
This commit is contained in:
+3
-3
@@ -8,9 +8,9 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBDescriptor.h>
|
||||
#import <Protobuf/GPBMessage.h>
|
||||
#import <Protobuf/GPBRootObject.h>
|
||||
#import <protobuf/GPBDescriptor.h>
|
||||
#import <protobuf/GPBMessage.h>
|
||||
#import <protobuf/GPBRootObject.h>
|
||||
#else
|
||||
#import "GPBDescriptor.h"
|
||||
#import "GPBMessage.h"
|
||||
|
||||
+2
-2
@@ -8,13 +8,13 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#import <protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#else
|
||||
#import "GPBProtocolBuffers_RuntimeSupport.h"
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/Any.pbobjc.h>
|
||||
#import <protobuf/Any.pbobjc.h>
|
||||
#else
|
||||
#import "google/protobuf/Any.pbobjc.h"
|
||||
#endif
|
||||
|
||||
+3
-3
@@ -8,9 +8,9 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBDescriptor.h>
|
||||
#import <Protobuf/GPBMessage.h>
|
||||
#import <Protobuf/GPBRootObject.h>
|
||||
#import <protobuf/GPBDescriptor.h>
|
||||
#import <protobuf/GPBMessage.h>
|
||||
#import <protobuf/GPBRootObject.h>
|
||||
#else
|
||||
#import "GPBDescriptor.h"
|
||||
#import "GPBMessage.h"
|
||||
|
||||
+4
-4
@@ -8,15 +8,15 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#import <protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#else
|
||||
#import "GPBProtocolBuffers_RuntimeSupport.h"
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/Api.pbobjc.h>
|
||||
#import <Protobuf/SourceContext.pbobjc.h>
|
||||
#import <Protobuf/Type.pbobjc.h>
|
||||
#import <protobuf/Api.pbobjc.h>
|
||||
#import <protobuf/SourceContext.pbobjc.h>
|
||||
#import <protobuf/Type.pbobjc.h>
|
||||
#else
|
||||
#import "google/protobuf/Api.pbobjc.h"
|
||||
#import "google/protobuf/SourceContext.pbobjc.h"
|
||||
|
||||
+4
-4
@@ -8,9 +8,9 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBDescriptor.h>
|
||||
#import <Protobuf/GPBMessage.h>
|
||||
#import <Protobuf/GPBRootObject.h>
|
||||
#import <protobuf/GPBDescriptor.h>
|
||||
#import <protobuf/GPBMessage.h>
|
||||
#import <protobuf/GPBRootObject.h>
|
||||
#else
|
||||
#import "GPBDescriptor.h"
|
||||
#import "GPBMessage.h"
|
||||
@@ -77,7 +77,7 @@ typedef GPB_ENUM(GPBDuration_FieldNumber) {
|
||||
* if (duration.seconds < 0 && duration.nanos > 0) {
|
||||
* duration.seconds += 1;
|
||||
* duration.nanos -= 1000000000;
|
||||
* } else if (durations.seconds > 0 && duration.nanos < 0) {
|
||||
* } else if (duration.seconds > 0 && duration.nanos < 0) {
|
||||
* duration.seconds -= 1;
|
||||
* duration.nanos += 1000000000;
|
||||
* }
|
||||
|
||||
+2
-2
@@ -8,13 +8,13 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#import <protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#else
|
||||
#import "GPBProtocolBuffers_RuntimeSupport.h"
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/Duration.pbobjc.h>
|
||||
#import <protobuf/Duration.pbobjc.h>
|
||||
#else
|
||||
#import "google/protobuf/Duration.pbobjc.h"
|
||||
#endif
|
||||
|
||||
+3
-3
@@ -8,9 +8,9 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBDescriptor.h>
|
||||
#import <Protobuf/GPBMessage.h>
|
||||
#import <Protobuf/GPBRootObject.h>
|
||||
#import <protobuf/GPBDescriptor.h>
|
||||
#import <protobuf/GPBMessage.h>
|
||||
#import <protobuf/GPBRootObject.h>
|
||||
#else
|
||||
#import "GPBDescriptor.h"
|
||||
#import "GPBMessage.h"
|
||||
|
||||
+2
-2
@@ -8,13 +8,13 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#import <protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#else
|
||||
#import "GPBProtocolBuffers_RuntimeSupport.h"
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/Empty.pbobjc.h>
|
||||
#import <protobuf/Empty.pbobjc.h>
|
||||
#else
|
||||
#import "google/protobuf/Empty.pbobjc.h"
|
||||
#endif
|
||||
|
||||
+3
-3
@@ -8,9 +8,9 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBDescriptor.h>
|
||||
#import <Protobuf/GPBMessage.h>
|
||||
#import <Protobuf/GPBRootObject.h>
|
||||
#import <protobuf/GPBDescriptor.h>
|
||||
#import <protobuf/GPBMessage.h>
|
||||
#import <protobuf/GPBRootObject.h>
|
||||
#else
|
||||
#import "GPBDescriptor.h"
|
||||
#import "GPBMessage.h"
|
||||
|
||||
+2
-2
@@ -8,13 +8,13 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#import <protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#else
|
||||
#import "GPBProtocolBuffers_RuntimeSupport.h"
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/FieldMask.pbobjc.h>
|
||||
#import <protobuf/FieldMask.pbobjc.h>
|
||||
#else
|
||||
#import "google/protobuf/FieldMask.pbobjc.h"
|
||||
#endif
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBDescriptor.h>
|
||||
#import <Protobuf/GPBMessage.h>
|
||||
#import <Protobuf/GPBRootObject.h>
|
||||
#import <protobuf/GPBDescriptor.h>
|
||||
#import <protobuf/GPBMessage.h>
|
||||
#import <protobuf/GPBRootObject.h>
|
||||
#else
|
||||
#import "GPBDescriptor.h"
|
||||
#import "GPBMessage.h"
|
||||
|
||||
@@ -8,13 +8,13 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#import <protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#else
|
||||
#import "GPBProtocolBuffers_RuntimeSupport.h"
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/SourceContext.pbobjc.h>
|
||||
#import <protobuf/SourceContext.pbobjc.h>
|
||||
#else
|
||||
#import "google/protobuf/SourceContext.pbobjc.h"
|
||||
#endif
|
||||
|
||||
+3
-3
@@ -8,9 +8,9 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBDescriptor.h>
|
||||
#import <Protobuf/GPBMessage.h>
|
||||
#import <Protobuf/GPBRootObject.h>
|
||||
#import <protobuf/GPBDescriptor.h>
|
||||
#import <protobuf/GPBMessage.h>
|
||||
#import <protobuf/GPBRootObject.h>
|
||||
#else
|
||||
#import "GPBDescriptor.h"
|
||||
#import "GPBMessage.h"
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#import <protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#else
|
||||
#import "GPBProtocolBuffers_RuntimeSupport.h"
|
||||
#endif
|
||||
@@ -16,7 +16,7 @@
|
||||
#import <stdatomic.h>
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/Struct.pbobjc.h>
|
||||
#import <protobuf/Struct.pbobjc.h>
|
||||
#else
|
||||
#import "google/protobuf/Struct.pbobjc.h"
|
||||
#endif
|
||||
|
||||
+3
-3
@@ -8,9 +8,9 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBDescriptor.h>
|
||||
#import <Protobuf/GPBMessage.h>
|
||||
#import <Protobuf/GPBRootObject.h>
|
||||
#import <protobuf/GPBDescriptor.h>
|
||||
#import <protobuf/GPBMessage.h>
|
||||
#import <protobuf/GPBRootObject.h>
|
||||
#else
|
||||
#import "GPBDescriptor.h"
|
||||
#import "GPBMessage.h"
|
||||
|
||||
+2
-2
@@ -8,13 +8,13 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#import <protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#else
|
||||
#import "GPBProtocolBuffers_RuntimeSupport.h"
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/Timestamp.pbobjc.h>
|
||||
#import <protobuf/Timestamp.pbobjc.h>
|
||||
#else
|
||||
#import "google/protobuf/Timestamp.pbobjc.h"
|
||||
#endif
|
||||
|
||||
+3
-3
@@ -8,9 +8,9 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBDescriptor.h>
|
||||
#import <Protobuf/GPBMessage.h>
|
||||
#import <Protobuf/GPBRootObject.h>
|
||||
#import <protobuf/GPBDescriptor.h>
|
||||
#import <protobuf/GPBMessage.h>
|
||||
#import <protobuf/GPBRootObject.h>
|
||||
#else
|
||||
#import "GPBDescriptor.h"
|
||||
#import "GPBMessage.h"
|
||||
|
||||
+4
-4
@@ -8,7 +8,7 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#import <protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#else
|
||||
#import "GPBProtocolBuffers_RuntimeSupport.h"
|
||||
#endif
|
||||
@@ -16,9 +16,9 @@
|
||||
#import <stdatomic.h>
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/Type.pbobjc.h>
|
||||
#import <Protobuf/Any.pbobjc.h>
|
||||
#import <Protobuf/SourceContext.pbobjc.h>
|
||||
#import <protobuf/Type.pbobjc.h>
|
||||
#import <protobuf/Any.pbobjc.h>
|
||||
#import <protobuf/SourceContext.pbobjc.h>
|
||||
#else
|
||||
#import "google/protobuf/Type.pbobjc.h"
|
||||
#import "google/protobuf/Any.pbobjc.h"
|
||||
|
||||
+3
-3
@@ -8,9 +8,9 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBDescriptor.h>
|
||||
#import <Protobuf/GPBMessage.h>
|
||||
#import <Protobuf/GPBRootObject.h>
|
||||
#import <protobuf/GPBDescriptor.h>
|
||||
#import <protobuf/GPBMessage.h>
|
||||
#import <protobuf/GPBRootObject.h>
|
||||
#else
|
||||
#import "GPBDescriptor.h"
|
||||
#import "GPBMessage.h"
|
||||
|
||||
+2
-2
@@ -8,13 +8,13 @@
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#import <protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
||||
#else
|
||||
#import "GPBProtocolBuffers_RuntimeSupport.h"
|
||||
#endif
|
||||
|
||||
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
||||
#import <Protobuf/Wrappers.pbobjc.h>
|
||||
#import <protobuf/Wrappers.pbobjc.h>
|
||||
#else
|
||||
#import "google/protobuf/Wrappers.pbobjc.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user