Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #26 from yandexmobile/release-2.6.5
Update sample version to match YandexMobileMetrica 2.6.5
  • Loading branch information
bamx23 committed Dec 19, 2016
2 parents aa0eba0 + edfbf1b commit 8a9387d
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 72 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -14,5 +14,4 @@ YandexMobileMetrikaSampleApp/YandexMobileMetrikaSampleApp/YandexMobileMetrika/*
intermediates
External/
Pods/
podfile\.lock
*.xccheckout
104 changes: 42 additions & 62 deletions MobileMetricaSample.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

@@ -1,5 +1,15 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "iphone",
Expand Down Expand Up @@ -54,6 +64,16 @@
"filename" : "Icon-60@3x.png",
"scale" : "3x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "ipad",
Expand Down Expand Up @@ -113,6 +133,11 @@
"idiom" : "ipad",
"filename" : "Icon-76@2x.png",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x"
}
],
"info" : {
Expand Down
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.6.2</string>
<string>2.6.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.6.2</string>
<string>2.6.5</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.6.2</string>
<string>2.6.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.6.2</string>
<string>2.6.5</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionMainStoryboard</key>
Expand Down
10 changes: 5 additions & 5 deletions Podfile
@@ -1,16 +1,16 @@
source 'https://github.com/CocoaPods/Specs.git'

workspace 'MobileMetricaSample.xcworkspace'
xcodeproj 'MobileMetricaSample.xcodeproj'
project 'MobileMetricaSample.xcodeproj'
platform :ios, :deployment_target => '6.0'

target :MobileMetricaSample do
xcodeproj 'MobileMetricaSample.xcodeproj'
pod 'YandexMobileMetrica', '2.6.2'
project 'MobileMetricaSample.xcodeproj'
pod 'YandexMobileMetrica', '2.6.5'
end

target :MobileMetricaSampleToday do
xcodeproj 'MobileMetricaSample.xcodeproj'
pod 'YandexMobileMetrica', '2.6.2'
project 'MobileMetricaSample.xcodeproj'
pod 'YandexMobileMetrica', '2.6.5'
end

14 changes: 14 additions & 0 deletions Podfile.lock
@@ -0,0 +1,14 @@
PODS:
- YandexMobileMetrica (2.6.5):
- YandexMobileMetrica/Static (= 2.6.5)
- YandexMobileMetrica/Static (2.6.5)

DEPENDENCIES:
- YandexMobileMetrica (= 2.6.5)

SPEC CHECKSUMS:
YandexMobileMetrica: 0d3ab88aec9d0e199b243771cde7b1d945b7d99d

PODFILE CHECKSUM: 7e5acd02caa190d32c275ee067684d4d3954b0a5

COCOAPODS: 1.1.1

0 comments on commit 8a9387d

Please sign in to comment.