Skip to content

Commit 86c8174

Browse files
Steve TreaseSteve Trease
authored andcommitted
Minor changes.
1 parent 6d2aa2c commit 86c8174

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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: 11 (c228f40)" 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: 13 (6d2aa2c)" 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: 10 (c228f40)" 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: 12 (967baf2)" 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/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>11</string>
20+
<string>13</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>UILaunchStoryboardName</key>

IP Address/ViewController.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSour
2929
refresher = UIRefreshControl()
3030
tableView.addSubview(refresher)
3131
refresher.attributedTitle = NSAttributedString (string: "Pull to refresh")
32-
refresher.addTarget(self, action: #selector(refreshAndSortAndFilterData), for: .valueChanged)
32+
refresher.addTarget(self, action: #selector(refreshSortAndFilterData), for: .valueChanged)
3333

3434
// let hostname = "www.trease.eu"
3535
// let dns = DNSLookup.lookup(hostname)
@@ -39,7 +39,7 @@ class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSour
3939
// let dnsName = DNSLookup.reverseLookup(ip)
4040
// print (ip + ":" + dnsName)
4141

42-
refreshAndSortAndFilterData()
42+
refreshSortAndFilterData()
4343
}
4444

4545

@@ -74,11 +74,11 @@ class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSour
7474
linkLayerfilterSwitch.isEnabled = false
7575
}
7676
}
77-
refreshAndSortAndFilterData()
77+
refreshSortAndFilterData()
7878
}
7979

8080

81-
@objc func refreshAndSortAndFilterData () {
81+
@objc func refreshSortAndFilterData () {
8282
UIApplication.shared.isNetworkActivityIndicatorVisible = true
8383

8484
interfaces = Interface.allInterfaces()

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11
1+
13

0 commit comments

Comments
 (0)