Skip to content

Commit

Permalink
Merge pull request #30 from yandexmobile/SAMPLE_UPDATE
Browse files Browse the repository at this point in the history
Update sample version to match YandexMobileMetrica 2.8.1
  • Loading branch information
fallkrum authored Jun 12, 2017
2 parents 75b0a35 + 35523c1 commit e980599
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion MobileMetricaSample/MobileMetricaSample-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.8.0</string>
<string>2.8.1</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.0</string>
<string>2.8.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.8.0</string>
<string>2.8.1</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.0'
pod 'YandexMobileMetrica', 2.8.1
end

target :MobileMetricaSampleToday do
project 'MobileMetricaSample.xcodeproj'
pod 'YandexMobileMetrica', '2.8.0'
pod 'YandexMobileMetrica', 2.8.1
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.0):
- YandexMobileMetrica/Static (= 2.8.0)
- YandexMobileMetrica/Static (2.8.0)
- YandexMobileMetrica (2.8.1):
- YandexMobileMetrica/Static (= 2.8.1)
- YandexMobileMetrica/Static (2.8.1)

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

SPEC CHECKSUMS:
YandexMobileMetrica: 71aff86c18d7900fece28be158471548c243c0d4
YandexMobileMetrica: 9fc2c7536ccb1353f11053ab6d192c7d74656a09

PODFILE CHECKSUM: 4138f65fa1c91aef11c1a5c81e3858732b2bbf19
PODFILE CHECKSUM: b758a47382ad31f7b7218d888bf312aec1a2ad72

COCOAPODS: 1.1.1

0 comments on commit e980599

Please # to comment.