Skip to content

Commit

Permalink
Podspec missing resource file for local storage of analytics events (#12
Browse files Browse the repository at this point in the history
)

* Add as a resource file.

* Version bumps for SDK reporting / podspec.
  • Loading branch information
azlindsay authored and cgwyllie committed Mar 20, 2018
1 parent eb75866 commit 459aa25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion KumulosSdkSwift.podspec
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "KumulosSdkSwift"
s.version = "2.2.1"
s.version = "2.2.2"
s.license = "MIT"
s.summary = "Official Swift SDK for integrating Kumulos services with your mobile apps"
s.homepage = "https://github.com/Kumulos/KumulosSdkSwift"
Expand All @@ -11,6 +11,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "9.0"

s.source_files = "Sources"
s.resources = 'Sources/KAnalyticsModel.xcdatamodeld'
s.exclude_files = "Carthage"
s.module_name = "KumulosSDK"
s.preserve_path = 'upload_dsyms.sh'
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.2.1</string>
<string>2.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 459aa25

Please sign in to comment.