File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
FirebaseRemoteConfig/Sources Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ Firebase Cloud Messaging and Firebase Remote Config in your app.
31
31
base_dir = "FirebaseABTesting/Sources/"
32
32
s . source_files = base_dir + '**/*.[mh]'
33
33
s . requires_arc = base_dir + '*.m'
34
- s . public_header_files = base_dir + 'Public/*.h'
34
+ s . public_header_files = base_dir + 'Public/*.h' , base_dir + 'Protos/developers/mobile/abt/proto/*.h'
35
+ s . private_header_files = base_dir + 'Protos/developers/mobile/abt/proto/*.h'
35
36
s . pod_target_xcconfig = {
36
37
'GCC_C_LANGUAGE_STANDARD' => 'c99' ,
37
38
'GCC_PREPROCESSOR_DEFINITIONS' =>
Original file line number Diff line number Diff line change 18
18
19
19
#import " Protos/wireless/android/config/proto/Config.pbobjc.h"
20
20
21
+ #import < FirebaseABTesting/ExperimentPayload.pbobjc.h>
21
22
#import < FirebaseABTesting/FIRExperimentController.h>
22
23
#import < FirebaseABTesting/FIRLifecycleEvents.h>
23
24
#import < FirebaseCore/FIRLogger.h>
24
- #import " FirebaseABTesting/Sources/Protos/developers/mobile/abt/proto/ExperimentPayload.pbobjc.h"
25
25
#import " FirebaseRemoteConfig/Sources/RCNConfigDBManager.h"
26
26
#import " FirebaseRemoteConfig/Sources/RCNConfigDefines.h"
27
27
You can’t perform that action at this time.
0 commit comments