Skip to content

Commit

Permalink
Merge branch 'release/3.7.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos committed Aug 13, 2019
2 parents bf00a60 + b594ee6 commit a783aa0
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 50 deletions.
6 changes: 3 additions & 3 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "SRGSSR/ComScore-iOS-watchOS-tvOS" "5.8.4"
github "SRGSSR/srgdataprovider-ios" "6.7"
github "SRGSSR/srgidentity-ios" "1.0.3"
github "SRGSSR/srgmediaplayer-ios" "2.7.1"
github "SRGSSR/srgdataprovider-ios" "6.8"
github "SRGSSR/srgidentity-ios" "1.0.4"
github "SRGSSR/srgmediaplayer-ios" "2.8"
github "SRGSSR/tagcommander-ios" "4.3.3_4.3.1"
5 changes: 2 additions & 3 deletions Cartfile.private.common
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
github "kif-framework/KIF" == 3.6.0
# Fork from AliSoftware/OHHTTPStubs to support Xcode 9.x and Swift 4.
github "rckoenes/OHHTTPStubs" ~> 6.1.1
github "kif-framework/KIF" ~> 3.7.8
github "AliSoftware/OHHTTPStubs" ~> 8.0.0
10 changes: 5 additions & 5 deletions Cartfile.resolved.proprietary
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
github "AliSoftware/OHHTTPStubs" "8.0.0"
github "Mantle/Mantle" "2.1.0"
github "SRGSSR/ComScore-iOS-watchOS-tvOS" "5.8.4"
github "SRGSSR/FXReachability" "1.3.2_srg3"
Expand All @@ -6,12 +7,11 @@ github "SRGSSR/Masonry" "v1.1.0_srg1"
github "SRGSSR/UICKeyChainStore" "v2.1.2_srg1"
github "SRGSSR/libextobjc" "0.6_srg1"
github "SRGSSR/srgcontentprotection-ios" "1.2.3"
github "SRGSSR/srgdataprovider-ios" "6.7"
github "SRGSSR/srgdataprovider-ios" "6.8"
github "SRGSSR/srgdiagnostics-ios" "1.0.1"
github "SRGSSR/srgidentity-ios" "1.0.3"
github "SRGSSR/srgidentity-ios" "1.0.4"
github "SRGSSR/srglogger-ios" "1.1"
github "SRGSSR/srgmediaplayer-ios" "2.7.1"
github "SRGSSR/srgmediaplayer-ios" "2.8"
github "SRGSSR/srgnetwork-ios" "1.0.3"
github "SRGSSR/tagcommander-ios" "4.3.3_4.3.1"
github "kif-framework/KIF" "v3.6.0"
github "rckoenes/OHHTTPStubs" "6.1.1"
github "kif-framework/KIF" "v3.7.8"
10 changes: 5 additions & 5 deletions Cartfile.resolved.public
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
github "AliSoftware/OHHTTPStubs" "8.0.0"
github "Mantle/Mantle" "2.1.0"
github "SRGSSR/ComScore-iOS-watchOS-tvOS" "5.8.4"
github "SRGSSR/FXReachability" "1.3.2_srg3"
Expand All @@ -6,12 +7,11 @@ github "SRGSSR/Masonry" "v1.1.0_srg1"
github "SRGSSR/UICKeyChainStore" "v2.1.2_srg1"
github "SRGSSR/libextobjc" "0.6_srg1"
github "SRGSSR/srgcontentprotection-fake-ios" "1.2.3"
github "SRGSSR/srgdataprovider-ios" "6.7"
github "SRGSSR/srgdataprovider-ios" "6.8"
github "SRGSSR/srgdiagnostics-ios" "1.0.1"
github "SRGSSR/srgidentity-ios" "1.0.3"
github "SRGSSR/srgidentity-ios" "1.0.4"
github "SRGSSR/srglogger-ios" "1.1"
github "SRGSSR/srgmediaplayer-ios" "2.7.1"
github "SRGSSR/srgmediaplayer-ios" "2.8"
github "SRGSSR/srgnetwork-ios" "1.0.3"
github "SRGSSR/tagcommander-ios" "4.3.3_4.3.1"
github "kif-framework/KIF" "v3.6.0"
github "rckoenes/OHHTTPStubs" "6.1.1"
github "kif-framework/KIF" "v3.7.8"
2 changes: 2 additions & 0 deletions Demo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleDisplayName</key>
<string>Analytics</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
Expand Down
1 change: 1 addition & 0 deletions Demo/Sources/Demos/DemosViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
labels.comScoreCustomInfo = @{ @"media_id" : @(indexPath.row).stringValue };

SRGMediaPlayerViewController *playerViewController = [[SRGMediaPlayerViewController alloc] init];
playerViewController.modalPresentationStyle = UIModalPresentationFullScreen;
[playerViewController.controller playURL:URL atPosition:nil withSegments:nil analyticsLabels:labels userInfo:nil];
[self presentViewController:playerViewController animated:YES completion:nil];
break;
Expand Down
44 changes: 22 additions & 22 deletions Demo/Sources/Demos/DemosViewController.storyboard

Large diffs are not rendered by default.

14 changes: 6 additions & 8 deletions Demo/Sources/Simple/SimpleViewController.storyboard
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="UEQ-Hu-9WE">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14845" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="UEQ-Hu-9WE">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14799.2"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
Expand All @@ -19,21 +17,21 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="rYH-2M-H0S">
<rect key="frame" x="168.5" y="288.5" width="38" height="30"/>
<rect key="frame" x="168.5" y="278.5" width="38" height="30"/>
<state key="normal" title="Track"/>
<connections>
<action selector="trackPageView:" destination="UEQ-Hu-9WE" eventType="touchUpInside" id="ANy-Jp-uCQ"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KEo-m0-Yrt">
<rect key="frame" x="168" y="368.5" width="39" height="30"/>
<rect key="frame" x="168" y="358.5" width="39" height="30"/>
<state key="normal" title="Reset"/>
<connections>
<action selector="reset:" destination="UEQ-Hu-9WE" eventType="touchUpInside" id="1dm-k2-mP4"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<constraints>
<constraint firstItem="KEo-m0-Yrt" firstAttribute="centerY" secondItem="ii3-Nj-oxx" secondAttribute="centerY" constant="40" id="1nh-Xp-PN2"/>
<constraint firstItem="KEo-m0-Yrt" firstAttribute="centerX" secondItem="ii3-Nj-oxx" secondAttribute="centerX" id="JxJ-e2-qgs"/>
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/xcrun make -f

# Xcode 11 workaround, see https://github.com/Carthage/Carthage/issues/2825#issuecomment-513160923
export XCODE_XCCONFIG_FILE=../../../xcode11fix.xcconfig

CARTHAGE_FOLDER=Carthage
CARTHAGE_RESOLUTION_FLAGS=--new-resolver --no-build
CARTHAGE_BUILD_FLAGS=--platform iOS --cache-builds
Expand Down
8 changes: 4 additions & 4 deletions SRGAnalytics.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MARKETING_VERSION = 3.7.3;
MARKETING_VERSION = 3.7.4;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -1994,7 +1994,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MARKETING_VERSION = 3.7.3;
MARKETING_VERSION = 3.7.4;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
Expand Down Expand Up @@ -2336,7 +2336,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MARKETING_VERSION = 3.7.3;
MARKETING_VERSION = 3.7.4;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -2389,7 +2389,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MARKETING_VERSION = 3.7.3;
MARKETING_VERSION = 3.7.4;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
Expand Down
2 changes: 2 additions & 0 deletions xcode11fix.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
LD_VERIFY_BITCODE__XCODE_PRODUCT_BUILD_VERSION_11M374r=NO
LD_VERIFY_BITCODE=$(LD_VERIFY_BITCODE__XCODE_PRODUCT_BUILD_VERSION_$(XCODE_PRODUCT_BUILD_VERSION))

0 comments on commit a783aa0

Please sign in to comment.