File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed
Firebase/InAppMessaging/Data
App/InAppMessaging-Example-iOS Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ NS_ASSUME_NONNULL_BEGIN
32
32
// @param fetchWaitTime would be non nil if fetch wait time data is found in the api response.
33
33
- (NSArray <FIRIAMMessageDefinition *> *)parseAPIResponseDictionary : (NSDictionary *)responseDict
34
34
discardedMsgCount : (NSInteger *)discardCount
35
- fetchWaitTimeInSeconds : (NSNumber **)fetchWaitTime ;
35
+ fetchWaitTimeInSeconds :
36
+ (NSNumber *_Nullable *_Nonnull)fetchWaitTime ;
36
37
37
38
- (instancetype )init NS_UNAVAILABLE;
38
39
- (instancetype )initWithTimeFetcher : (id <FIRIAMTimeFetcher>)timeFetcher ;
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ - (BOOL)application:(UIApplication *)application
53
53
sdkSetting.loggerSizeAfterReduce = 600 ;
54
54
sdkSetting.appFGRenderMinIntervalInMinutes = 0.1 ;
55
55
sdkSetting.loggerInVerboseMode = YES ;
56
- sdkSetting.conversionTrackingExpiresInSeconds = 180 ;
57
56
sdkSetting.firebaseAutoDataCollectionEnabled = NO ;
58
57
59
58
sdkSetting.clearcutStrategy =
Original file line number Diff line number Diff line change 1
-
2
1
use_frameworks!
3
2
4
3
# Uncomment the next two lines for pre-release testing on public repo
5
- source 'https://github.com/Firebase/SpecsStaging.git'
6
- source 'https://github.com/CocoaPods/Specs.git'
4
+ # source 'https://github.com/Firebase/SpecsStaging.git'
5
+ # source 'https://github.com/CocoaPods/Specs.git'
7
6
8
7
pod 'FirebaseCore' , :path => '../..'
9
8
Original file line number Diff line number Diff line change @@ -233,6 +233,13 @@ case "$product-$method-$platform" in
233
233
;;
234
234
235
235
InAppMessagingDisplay-xcodebuild-iOS)
236
+ RunXcodebuild \
237
+ -workspace ' InAppMessaging/Example/InAppMessaging-Example-iOS.xcworkspace' \
238
+ -scheme ' InAppMessaging_Example_iOS' \
239
+ " ${xcb_flags[@]} " \
240
+ build \
241
+ test
242
+
236
243
# Run UI tests on both iPad and iPhone simulators
237
244
# TODO: Running two destinations from one xcodebuild command stopped working with Xcode 10.
238
245
# Consider separating static library tests to a separate job.
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ case "$PROJECT-$PLATFORM-$METHOD" in
48
48
InAppMessagingDisplay-iOS-xcodebuild)
49
49
gem install xcpretty
50
50
bundle exec pod install --project-directory=InAppMessagingDisplay/Example --repo-update
51
+ bundle exec pod install --project-directory=InAppMessaging/Example --repo-update
51
52
;;
52
53
53
54
Firestore-* -xcodebuild | Firestore-* -fuzz)
You can’t perform that action at this time.
0 commit comments