Skip to content

Commit

Permalink
Merge pull request #31 from yandexmobile/VESRSION_UPDATE
Browse files Browse the repository at this point in the history
Update sample version to match YandexMobileMetrica 2.8.3
  • Loading branch information
fallkrum authored Jun 19, 2017
2 parents e980599 + 937b97b commit 128511f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions MobileMetricaSample/MobileMetricaSample-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.8.0</string>
<string>2.8.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.8.1</string>
<string>2.8.3</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSLocationWhenInUseUsageDescription</key>
Expand Down
4 changes: 2 additions & 2 deletions MobileMetricaSampleToday/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.8.1</string>
<string>2.8.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.8.1</string>
<string>2.8.3</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionMainStoryboard</key>
Expand Down
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ platform :ios, :deployment_target => '6.0'

target :MobileMetricaSample do
project 'MobileMetricaSample.xcodeproj'
pod 'YandexMobileMetrica', ‘2.8.1
pod 'YandexMobileMetrica', ‘2.8.3
end

target :MobileMetricaSampleToday do
project 'MobileMetricaSample.xcodeproj'
pod 'YandexMobileMetrica', ‘2.8.1
pod 'YandexMobileMetrica', ‘2.8.3
end

12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PODS:
- YandexMobileMetrica (2.8.1):
- YandexMobileMetrica/Static (= 2.8.1)
- YandexMobileMetrica/Static (2.8.1)
- YandexMobileMetrica (2.8.3):
- YandexMobileMetrica/Static (= 2.8.3)
- YandexMobileMetrica/Static (2.8.3)

DEPENDENCIES:
- YandexMobileMetrica (= 2.8.1)
- YandexMobileMetrica (= 2.8.3)

SPEC CHECKSUMS:
YandexMobileMetrica: 9fc2c7536ccb1353f11053ab6d192c7d74656a09
YandexMobileMetrica: 4e18b5c43736518953629bf1dafed0e389550c27

PODFILE CHECKSUM: b758a47382ad31f7b7218d888bf312aec1a2ad72
PODFILE CHECKSUM: 09f2a7304be77d126e588e81c39cd9d49a9653c7

COCOAPODS: 1.1.1

0 comments on commit 128511f

Please sign in to comment.