Skip to content

Commit

Permalink
Update sample version to match YandexMobileMetrica 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bamx23 committed Sep 21, 2016
1 parent 7e475b9 commit c5e4b3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.5.1</string>
<string>2.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.5.1</string>
<string>2.6.0</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.5.1</string>
<string>2.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.5.1</string>
<string>2.6.0</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionMainStoryboard</key>
Expand Down
4 changes: 2 additions & 2 deletions Podfile
100755 → 100644
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
xcodeproj 'MobileMetricaSample.xcodeproj'
pod 'YandexMobileMetrica', '2.5.1'
pod 'YandexMobileMetrica', '2.6.0'
end

target :MobileMetricaSampleToday do
xcodeproj 'MobileMetricaSample.xcodeproj'
pod 'YandexMobileMetrica', '2.5.1'
pod 'YandexMobileMetrica', '2.6.0'
end

0 comments on commit c5e4b3e

Please sign in to comment.