Skip to content

Commit 0930d64

Browse files
committed
July 2018
1 parent 334bad6 commit 0930d64

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+263
-1356
lines changed

IP Address WatchOS Extension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>1.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>52</string>
22+
<string>69</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionAttributes</key>

IP Address WatchOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>1.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>52</string>
22+
<string>69</string>
2323
<key>UISupportedInterfaceOrientations</key>
2424
<array>
2525
<string>UIInterfaceOrientationPortrait</string>

IP Address.xcodeproj/project.pbxproj

Lines changed: 4 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,6 @@
245245
AAE235191F91223400FB8E69 /* Frameworks */,
246246
AAE2351A1F91223400FB8E69 /* Resources */,
247247
AABD65DA1FC708FD00A4B0A1 /* ShellScript */,
248-
0BB20A0AD6325DB3789E3B22 /* [CP] Embed Pods Frameworks */,
249-
D9EF39D936CCC37AC8867737 /* [CP] Copy Pods Resources */,
250248
AA343B931FEBF5D900CB6E03 /* Embed Watch Content */,
251249
);
252250
buildRules = (
@@ -334,21 +332,6 @@
334332
/* End PBXResourcesBuildPhase section */
335333

336334
/* Begin PBXShellScriptBuildPhase section */
337-
0BB20A0AD6325DB3789E3B22 /* [CP] Embed Pods Frameworks */ = {
338-
isa = PBXShellScriptBuildPhase;
339-
buildActionMask = 2147483647;
340-
files = (
341-
);
342-
inputPaths = (
343-
);
344-
name = "[CP] Embed Pods Frameworks";
345-
outputPaths = (
346-
);
347-
runOnlyForDeploymentPostprocessing = 0;
348-
shellPath = /bin/sh;
349-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-IP Address/Pods-IP Address-frameworks.sh\"\n";
350-
showEnvVarsInLog = 0;
351-
};
352335
AABD65D91FC708FC00A4B0A1 /* ShellScript */ = {
353336
isa = PBXShellScriptBuildPhase;
354337
buildActionMask = 2147483647;
@@ -381,28 +364,16 @@
381364
files = (
382365
);
383366
inputPaths = (
367+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
368+
"${PODS_ROOT}/Manifest.lock",
384369
);
385370
name = "[CP] Check Pods Manifest.lock";
386371
outputPaths = (
372+
"$(DERIVED_FILE_DIR)/Pods-IP Address-checkManifestLockResult.txt",
387373
);
388374
runOnlyForDeploymentPostprocessing = 0;
389375
shellPath = /bin/sh;
390-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
391-
showEnvVarsInLog = 0;
392-
};
393-
D9EF39D936CCC37AC8867737 /* [CP] Copy Pods Resources */ = {
394-
isa = PBXShellScriptBuildPhase;
395-
buildActionMask = 2147483647;
396-
files = (
397-
);
398-
inputPaths = (
399-
);
400-
name = "[CP] Copy Pods Resources";
401-
outputPaths = (
402-
);
403-
runOnlyForDeploymentPostprocessing = 0;
404-
shellPath = /bin/sh;
405-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-IP Address/Pods-IP Address-resources.sh\"\n";
376+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
406377
showEnvVarsInLog = 0;
407378
};
408379
/* End PBXShellScriptBuildPhase section */
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

IP Address/Base.lproj/LaunchScreen.storyboard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
2222
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
2323
<subviews>
24-
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Build: 52 (6dd1920)" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yhA-lX-4Of" userLabel="APP_VERSION">
24+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Build: 69 (334bad6)" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yhA-lX-4Of" userLabel="APP_VERSION">
2525
<rect key="frame" x="132.5" y="527" width="55.5" height="21"/>
2626
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2727
<nil key="textColor"/>

IP Address/Base.lproj/LaunchScreen.storyboardbak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
2222
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
2323
<subviews>
24-
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Build: 51 (6dd1920)" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yhA-lX-4Of" userLabel="APP_VERSION">
24+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Build: 68 (334bad6)" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yhA-lX-4Of" userLabel="APP_VERSION">
2525
<rect key="frame" x="132.5" y="527" width="55.5" height="21"/>
2626
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2727
<nil key="textColor"/>

IP Address/Base.lproj/Main.storyboard

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13770" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14112" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
33
<device id="retina5_5" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
7-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13770"/>
7+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
88
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
99
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1010
</dependencies>
@@ -21,7 +21,7 @@
2121
<rect key="frame" x="0.0" y="20" width="414" height="706"/>
2222
<subviews>
2323
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="ATv-ck-YdY">
24-
<rect key="frame" x="0.0" y="0.0" width="414" height="706"/>
24+
<rect key="frame" x="0.0" y="0.0" width="414" height="654.66666666666663"/>
2525
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2626
<prototypes>
2727
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" textLabel="4Ib-w1-KsL" detailTextLabel="3gV-GT-tPw" style="IBUITableViewCellStyleValue1" id="wGa-uZ-JhJ">
@@ -31,15 +31,15 @@
3131
<rect key="frame" x="0.0" y="0.0" width="414" height="43.666666666666664"/>
3232
<autoresizingMask key="autoresizingMask"/>
3333
<subviews>
34-
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="4Ib-w1-KsL">
35-
<rect key="frame" x="15" y="11.999999999999998" width="33.333333333333336" height="20.333333333333332"/>
34+
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" adjustsLetterSpacingToFitWidth="YES" adjustsFontSizeToFit="NO" id="4Ib-w1-KsL">
35+
<rect key="frame" x="20.000000000000004" y="11.999999999999998" width="33.333333333333336" height="20.333333333333332"/>
3636
<autoresizingMask key="autoresizingMask"/>
3737
<fontDescription key="fontDescription" type="system" pointSize="17"/>
3838
<nil key="textColor"/>
3939
<nil key="highlightedColor"/>
4040
</label>
41-
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Detail" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="3gV-GT-tPw">
42-
<rect key="frame" x="355" y="11.999999999999998" width="44" height="20.333333333333332"/>
41+
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Detail" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="2" adjustsLetterSpacingToFitWidth="YES" adjustsFontSizeToFit="NO" id="3gV-GT-tPw">
42+
<rect key="frame" x="350" y="11.999999999999998" width="44" height="20.333333333333332"/>
4343
<autoresizingMask key="autoresizingMask"/>
4444
<fontDescription key="fontDescription" type="system" pointSize="17"/>
4545
<nil key="textColor"/>
@@ -55,19 +55,19 @@
5555
</connections>
5656
</tableView>
5757
<stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="0Ur-Ig-Dwo">
58-
<rect key="frame" x="0.0" y="706" width="414" height="0.0"/>
58+
<rect key="frame" x="0.0" y="654.66666666666663" width="414" height="51.333333333333371"/>
5959
<subviews>
6060
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="otW-bV-5gF">
61-
<rect key="frame" x="0.0" y="0.0" width="138" height="0.0"/>
61+
<rect key="frame" x="0.0" y="0.0" width="138" height="51.333333333333336"/>
6262
<subviews>
6363
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="IPv4" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="h2m-th-L87">
64-
<rect key="frame" x="52" y="0.0" width="34" height="0.0"/>
64+
<rect key="frame" x="52" y="0.0" width="34" height="20.333333333333332"/>
6565
<fontDescription key="fontDescription" type="system" pointSize="17"/>
6666
<nil key="textColor"/>
6767
<nil key="highlightedColor"/>
6868
</label>
6969
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="fill" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4D9-QY-Z7f">
70-
<rect key="frame" x="44.666666666666657" y="0.0" width="51" height="0.0"/>
70+
<rect key="frame" x="44.666666666666657" y="20.333333333333371" width="51" height="31"/>
7171
<color key="onTintColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
7272
<connections>
7373
<action selector="switchToggled:" destination="BYZ-38-t0r" eventType="primaryActionTriggered" id="5Ua-gF-yFX"/>
@@ -76,16 +76,16 @@
7676
</subviews>
7777
</stackView>
7878
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="JZZ-ho-1GR">
79-
<rect key="frame" x="138" y="0.0" width="138" height="0.0"/>
79+
<rect key="frame" x="138" y="0.0" width="138" height="51.333333333333336"/>
8080
<subviews>
8181
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="IPv6" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1Kd-Zv-bnV">
82-
<rect key="frame" x="52" y="0.0" width="34" height="0.0"/>
82+
<rect key="frame" x="52" y="0.0" width="34" height="20.333333333333332"/>
8383
<fontDescription key="fontDescription" type="system" pointSize="17"/>
8484
<nil key="textColor"/>
8585
<nil key="highlightedColor"/>
8686
</label>
8787
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="fill" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="k1l-3t-xif">
88-
<rect key="frame" x="44.666666666666657" y="0.0" width="51" height="0.0"/>
88+
<rect key="frame" x="44.666666666666657" y="20.333333333333371" width="51" height="31"/>
8989
<color key="onTintColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
9090
<connections>
9191
<action selector="switchToggled:" destination="BYZ-38-t0r" eventType="primaryActionTriggered" id="gnG-yw-32a"/>
@@ -94,16 +94,16 @@
9494
</subviews>
9595
</stackView>
9696
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="OF1-Q0-EGn">
97-
<rect key="frame" x="276" y="0.0" width="138" height="0.0"/>
97+
<rect key="frame" x="276" y="0.0" width="138" height="51.333333333333336"/>
9898
<subviews>
9999
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Link-local" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Zd8-Nh-afA">
100-
<rect key="frame" x="32" y="0.0" width="74" height="0.0"/>
100+
<rect key="frame" x="32" y="0.0" width="74" height="20.333333333333332"/>
101101
<fontDescription key="fontDescription" type="system" pointSize="17"/>
102102
<nil key="textColor"/>
103103
<nil key="highlightedColor"/>
104104
</label>
105105
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="fill" contentVerticalAlignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="6Ys-Jh-a0y">
106-
<rect key="frame" x="44.666666666666686" y="0.0" width="51" height="0.0"/>
106+
<rect key="frame" x="44.666666666666686" y="20.333333333333371" width="51" height="31"/>
107107
<color key="onTintColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
108108
<connections>
109109
<action selector="switchToggled:" destination="BYZ-38-t0r" eventType="primaryActionTriggered" id="7MP-d9-PXP"/>

IP Address/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>ITSAppUsesNonExemptEncryption</key>
6-
<false/>
75
<key>CFBundleDevelopmentRegion</key>
86
<string>$(DEVELOPMENT_LANGUAGE)</string>
97
<key>CFBundleExecutable</key>
@@ -19,7 +17,9 @@
1917
<key>CFBundleShortVersionString</key>
2018
<string>1.0</string>
2119
<key>CFBundleVersion</key>
22-
<string>52</string>
20+
<string>69</string>
21+
<key>ITSAppUsesNonExemptEncryption</key>
22+
<false/>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

0 commit comments

Comments
 (0)