File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
FirebaseAnalyticsWithoutAdIdSupportWrap Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 8
8
- ' .swiftpm/*'
9
9
- ' scripts/build.sh'
10
10
- ' SwiftPMTests/*'
11
+ - ' SwiftPM-PlatformExclude'
11
12
- ' Gemfile*'
12
13
schedule :
13
14
# Run every day at 12am (PST) - cron uses UTC times
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
#import < TargetConditionals.h>
16
- #if !TARGET_OS_IOS
17
- #warning "Firebase Analytics only supports the iOS platform"
16
+ #if TARGET_OS_WATCH
17
+ #warning "Firebase Analytics does not support the watchOS platform"
18
18
#endif
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
#import < TargetConditionals.h>
16
- #if !TARGET_OS_IOS
17
- #warning "Firebase Analytics only supports the iOS platform"
16
+ #if TARGET_OS_WATCH
17
+ #warning "Firebase Analytics does not support the watchOS platform"
18
18
#endif
You can’t perform that action at this time.
0 commit comments