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 88 - ' .swiftpm/*'
99 - ' scripts/build.sh'
1010 - ' SwiftPMTests/*'
11+ - ' SwiftPM-PlatformExclude'
1112 - ' Gemfile*'
1213 schedule :
1314 # Run every day at 12am (PST) - cron uses UTC times
Original file line number Diff line number Diff line change 1313// limitations under the License.
1414
1515#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"
1818#endif
Original file line number Diff line number Diff line change 1313// limitations under the License.
1414
1515#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"
1818#endif
You can’t perform that action at this time.
0 commit comments