Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
piano-analytics committed Jan 19, 2023
1 parent a890f05 commit 14480ba
Show file tree
Hide file tree
Showing 6 changed files with 246 additions and 283 deletions.
2 changes: 1 addition & 1 deletion PianoAnalytics-AppExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PianoAnalytics-AppExtension'
s.version = '3.0.1'
s.version = '3.0.2'
s.summary = 'Piano Analytics solution for extension Apple devices'
s.homepage = 'https://github.com/at-internet/piano-analytics-apple'
s.documentation_url = 'https://developers.atinternet-solutions.com/piano-analytics'
Expand Down
2 changes: 1 addition & 1 deletion PianoAnalytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PianoAnalytics'
s.version = '3.0.1'
s.version = '3.0.2'
s.summary = 'Piano Analytics library for Apple devices'
s.homepage = 'https://github.com/at-internet/piano-analytics-apple'
s.documentation_url = 'https://developers.atinternet-solutions.com/piano-analytics'
Expand Down
2 changes: 1 addition & 1 deletion Sources/PianoAnalytics/Configuration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public final class Configuration {
if path == nil {
// used to access the default.json file with SPM
#if SPM
path = Bundle.module.url(forResource: PA.Configuration.Default, withExtension: PA.Configuration.Extension)?.absoluteString.deletePrefix("file://")
path = Bundle.module.path(forResource: PA.Configuration.Default, ofType: PA.Configuration.Extension)
#endif
}
guard let path = path,
Expand Down
Loading

0 comments on commit 14480ba

Please sign in to comment.