Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sample version to match YandexMobileMetrica 2.4.0 #19

Merged
merged 1 commit into from Mar 23, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions MobileMetricaSample/MobileMetricaSample-Info.plist
Expand Up @@ -21,11 +21,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.3.1</string>
<string>2.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.3.1</string>
<string>2.4.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSLocationWhenInUseUsageDescription</key>
Expand Down
4 changes: 2 additions & 2 deletions MobileMetricaSampleToday/Info.plist
Expand Up @@ -21,11 +21,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.3.1</string>
<string>2.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.3.1</string>
<string>2.4.0</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionMainStoryboard</key>
Expand Down
4 changes: 2 additions & 2 deletions Podfile
Expand Up @@ -6,11 +6,11 @@ platform :ios, :deployment_target => '6.0'

target :MobileMetricaSample do
xcodeproj 'MobileMetricaSample.xcodeproj'
pod 'YandexMobileMetrica', '2.3.1'
pod 'YandexMobileMetrica', '2.4.0'
end

target :MobileMetricaSampleToday do
xcodeproj 'MobileMetricaSample.xcodeproj'
pod 'YandexMobileMetrica', '2.3.1'
pod 'YandexMobileMetrica', '2.4.0'
end