@@ -8,6 +8,7 @@ on:
- '.swiftpm/*'
- 'scripts/build.sh'
- 'SwiftPMTests/*'
+ - 'SwiftPM-PlatformExclude'
- 'Gemfile*'
schedule:
# Run every day at 12am (PST) - cron uses UTC times
@@ -13,6 +13,6 @@
// limitations under the License.
#import <TargetConditionals.h>
-#if !TARGET_OS_IOS
-#warning "Firebase Analytics only supports the iOS platform"
+#if TARGET_OS_WATCH
+#warning "Firebase Analytics does not support the watchOS platform"
#endif