Skip to content

Commit

Permalink
Merge pull request #629 from snowplow/release/2.2.1
Browse files Browse the repository at this point in the history
Release/2.2.1
  • Loading branch information
AlexBenny authored Aug 2, 2021
2 parents 58432ba + 2825459 commit 2cf806e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 2.2.1 (2021-08-02)
--------------------------
Fix build errors in Xcoce 13 beta 3 when using SPM (#628)

Version 2.2.0 (2021-07-16)
--------------------------
Expand Down
8 changes: 4 additions & 4 deletions Snowplow/Internal/SPTrackerConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ @implementation SPTrackerConstants
// --- Version

#if SNOWPLOW_TARGET_IOS
NSString * const kSPVersion = @"ios-2.2.0";
NSString * const kSPVersion = @"ios-2.2.1";
#elif SNOWPLOW_TARGET_TV
NSString * const kSPVersion = @"tvos-2.2.0";
NSString * const kSPVersion = @"tvos-2.2.1";
#elif SNOWPLOW_TARGET_WATCHOS
NSString * const kSPVersion = @"watchos-2.2.0";
NSString * const kSPVersion = @"watchos-2.2.1";
#else
NSString * const kSPVersion = @"osx-2.2.0";
NSString * const kSPVersion = @"osx-2.2.1";
#endif

// --- Emitter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ NS_ASSUME_NONNULL_BEGIN
- (NSString *) _SP_getViewControllerName:(UIViewController *)viewController;
- (SPScreenType) _SP_getViewControllerType:(UIViewController *)viewController;
- (SPScreenType) _SP_getTopViewControllerType;
- (UIViewController *) _SP_topViewController;
- (UIViewController *) _SP_topViewController NS_EXTENSION_UNAVAILABLE_IOS("This is not available for App extensions.");
- (UIViewController *) _SP_topViewController:(UIViewController *)rootViewController;
- (NSString *) _SP_getViewControllerName;
- (BOOL) _SP_validateString:(NSString *)string;
Expand Down
2 changes: 1 addition & 1 deletion SnowplowTracker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SnowplowTracker"
s.version = "2.2.0"
s.version = "2.2.1"
s.summary = "Snowplow event tracker for iOS, macOS, tvOS, watchOS for apps and games."
s.description = <<-DESC
Snowplow is a mobile and event analytics platform with a difference: rather than tell our users how they should analyze their data, we deliver their event-level data in their own data warehouse, on their own Amazon Redshift or Postgres database, so they can analyze it any way they choose. Snowplow mobile is used by data-savvy games companies and app developers to better understand their users and how they engage with their games and applications. Snowplow is open source using the business-friendly Apache License, Version 2.0 and scales horizontally to many billions of events.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1

0 comments on commit 2cf806e

Please sign in to comment.