Skip to content

Commit

Permalink
Bumped to version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmandersen committed Aug 14, 2019
1 parent eef0e41 commit acb6c5c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GoogleReporter.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "GoogleReporter"
s.version = "1.5"
s.version = "1.6"
s.summary = "Easily integrate your app with Google Analytics"

s.description = <<-DESC
Expand Down
1 change: 1 addition & 0 deletions GoogleReporter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 8187DECF1ED2E85100839D40;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8187DED81ED2E85100839D40"
BuildableName = "GoogleReporter iOS.framework"
BuildableName = "GoogleReporter.framework"
BlueprintName = "GoogleReporter iOS"
ReferencedContainer = "container:GoogleReporter.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -46,7 +46,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8187DED81ED2E85100839D40"
BuildableName = "GoogleReporter iOS.framework"
BuildableName = "GoogleReporter.framework"
BlueprintName = "GoogleReporter iOS"
ReferencedContainer = "container:GoogleReporter.xcodeproj">
</BuildableReference>
Expand All @@ -64,7 +64,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8187DED81ED2E85100839D40"
BuildableName = "GoogleReporter iOS.framework"
BuildableName = "GoogleReporter.framework"
BlueprintName = "GoogleReporter iOS"
ReferencedContainer = "container:GoogleReporter.xcodeproj">
</BuildableReference>
Expand Down
2 changes: 1 addition & 1 deletion GoogleReporter/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.4</string>
<string>1.6</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit acb6c5c

Please sign in to comment.