Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mhadam committed Oct 15, 2018
1 parent 329bd48 commit a2934d8
Show file tree
Hide file tree
Showing 20 changed files with 1,006 additions and 835 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
@@ -1,3 +1,13 @@
Version 0.9.0 (2018-10-15)
--------------------------
Fix ConsentGranted builder argument type in tests (#361)
Add SRCROOT to project header search path (#362)
Update pods committed to Git repo (#360)
Update CocoaPods in Travis build (#359)
Add application context capability (#358)
Commit IDEWorkspaceChecks.plist to repo (#354)
Add foreground and background events (#349)

Version 0.8.0 (2018-04-29)
--------------------------
Update CocoaPods to 1.4.0 and add pod update repo in build script (#347)
Expand Down
6 changes: 3 additions & 3 deletions Snowplow/Snowplow.m
Expand Up @@ -27,11 +27,11 @@ @implementation Snowplow
// --- Version

#if SNOWPLOW_TARGET_IOS
NSString * const kSPVersion = @"ios-0.8.0";
NSString * const kSPVersion = @"ios-0.9.0";
#elif SNOWPLOW_TARGET_TV
NSString * const kSPVersion = @"tvos-0.8.0";
NSString * const kSPVersion = @"tvos-0.9.0";
#else
NSString * const kSPVersion = @"osx-0.8.0";
NSString * const kSPVersion = @"osx-0.9.0";
#endif

// --- Emitter
Expand Down
14 changes: 10 additions & 4 deletions SnowplowSwiftDemo/Podfile.lock
Expand Up @@ -3,7 +3,7 @@ PODS:
- FMDB/standard (= 2.6.2)
- FMDB/standard (2.6.2)
- Reachability (3.2)
- SnowplowTracker (0.8.0):
- SnowplowTracker (0.9.0):
- FMDB (= 2.6.2)
- Reachability (= 3.2)
- SwiftTryCatch (0.0.1)
Expand All @@ -12,16 +12,22 @@ DEPENDENCIES:
- SnowplowTracker (from `../`)
- SwiftTryCatch

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- FMDB
- Reachability
- SwiftTryCatch

EXTERNAL SOURCES:
SnowplowTracker:
:path: ../
:path: "../"

SPEC CHECKSUMS:
FMDB: 854a0341b4726e53276f2a8996f06f1b80f9259a
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
SnowplowTracker: e048a2d9b4e500cf66e41979b1ebbf06a83301e5
SnowplowTracker: a8538b6626495308e50724264c987733f2aae7a6
SwiftTryCatch: fb6d2b34abe48efd69578dac919293a44f95b481

PODFILE CHECKSUM: 356ea3e34becfce57a595434c6cbb7611f768412

COCOAPODS: 1.4.0
COCOAPODS: 1.5.3

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions SnowplowSwiftDemo/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,610 changes: 890 additions & 720 deletions SnowplowSwiftDemo/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2934d8

Please sign in to comment.