Skip to content

Commit 25a1a74

Browse files
committed
Updated graphics
1 parent a871f77 commit 25a1a74

File tree

12 files changed

+13
-11
lines changed

12 files changed

+13
-11
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>98</string>
22+
<string>99</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionAttributes</key>
-2.48 KB
Loading
-5.44 KB
Loading
-2.25 KB
Loading

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>98</string>
22+
<string>99</string>
2323
<key>UISupportedInterfaceOrientations</key>
2424
<array>
2525
<string>UIInterfaceOrientationPortrait</string>

IP Address.xcodeproj/project.pbxproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
isa = PBXProject;
267267
attributes = {
268268
LastSwiftUpdateCheck = 0920;
269-
LastUpgradeCheck = 0900;
269+
LastUpgradeCheck = 1010;
270270
ORGANIZATIONNAME = Steve;
271271
TargetAttributes = {
272272
AA343B701FEBF5D900CB6E03 = {
@@ -539,13 +539,15 @@
539539
CLANG_WARN_BOOL_CONVERSION = YES;
540540
CLANG_WARN_COMMA = YES;
541541
CLANG_WARN_CONSTANT_CONVERSION = YES;
542+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
542543
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
543544
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
544545
CLANG_WARN_EMPTY_BODY = YES;
545546
CLANG_WARN_ENUM_CONVERSION = YES;
546547
CLANG_WARN_INFINITE_RECURSION = YES;
547548
CLANG_WARN_INT_CONVERSION = YES;
548549
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
550+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
549551
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
550552
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
551553
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -596,13 +598,15 @@
596598
CLANG_WARN_BOOL_CONVERSION = YES;
597599
CLANG_WARN_COMMA = YES;
598600
CLANG_WARN_CONSTANT_CONVERSION = YES;
601+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
599602
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
600603
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
601604
CLANG_WARN_EMPTY_BODY = YES;
602605
CLANG_WARN_ENUM_CONVERSION = YES;
603606
CLANG_WARN_INFINITE_RECURSION = YES;
604607
CLANG_WARN_INT_CONVERSION = YES;
605608
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
609+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
606610
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
607611
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
608612
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;

IP Address.xcodeproj/xcshareddata/xcschemes/IP Address.xcscheme

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0920"
3+
LastUpgradeVersion = "1010"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,7 +26,6 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
language = ""
3029
shouldUseLaunchSchemeArgsEnv = "YES">
3130
<Testables>
3231
</Testables>
@@ -46,7 +45,6 @@
4645
buildConfiguration = "Debug"
4746
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4847
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
49-
language = ""
5048
launchStyle = "0"
5149
useCustomWorkingDirectory = "NO"
5250
ignoresPersistentStateOnLaunch = "NO"

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: 98 (e055966)" 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: 99 (a871f77)" 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: 97 (e055966)" 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: 98 (e055966)" 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>98</string>
20+
<string>99</string>
2121
<key>ITSAppUsesNonExemptEncryption</key>
2222
<false/>
2323
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)