File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
FirebaseAppDistribution/Sources Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
#import < Foundation/Foundation.h>
15
+ #import < TargetConditionals.h>
16
+ #if TARGET_OS_IOS
15
17
16
18
#import < GoogleUtilities/GULAppDelegateSwizzler.h>
17
19
#import < GoogleUtilities/GULUserDefaults.h>
@@ -333,3 +335,5 @@ - (BOOL)isCodeHashIdentical:(NSString *)codeHash {
333
335
return codeHash && [codeHash isEqualToString: [machO codeHash ]];
334
336
}
335
337
@end
338
+
339
+ #endif
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ #import < TargetConditionals.h>
16
+ #if TARGET_OS_IOS
17
+
15
18
#import < AuthenticationServices/AuthenticationServices.h>
16
19
#import < Foundation/Foundation.h>
17
20
#import < SafariServices/SafariServices.h>
18
21
#import < UIKit/UIKit.h>
19
22
20
23
#import " FirebaseAppDistribution/Sources/Private/FIRAppDistribution.h"
21
24
25
+ @protocol SFSafariViewControllerDelegate;
26
+
22
27
NS_ASSUME_NONNULL_BEGIN
23
28
24
29
/* *
@@ -60,3 +65,5 @@ typedef void (^AppDistributionRegistrationFlowCompletion)(NSError *_Nullable err
60
65
@end
61
66
62
67
NS_ASSUME_NONNULL_END
68
+
69
+ #endif
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ #import < TargetConditionals.h>
16
+ #if TARGET_OS_IOS
17
+
15
18
#import " FirebaseAppDistribution/Sources/FIRAppDistributionUIService.h"
16
19
#import " FirebaseAppDistribution/Sources/FIRFADLogger.h"
17
20
#import " FirebaseAppDistribution/Sources/Public/FirebaseAppDistribution/FIRAppDistribution.h"
@@ -264,3 +267,5 @@ - (ASPresentationAnchor)presentationAnchorForWebAuthenticationSession:
264
267
}
265
268
266
269
@end
270
+
271
+ #endif
You can’t perform that action at this time.
0 commit comments