Skip to content

Commit 055aa20

Browse files
committed
Sketch clean up, Launch Image error fix
1 parent f9fafb8 commit 055aa20

File tree

7 files changed

+7
-41
lines changed

7 files changed

+7
-41
lines changed

VPN.HT.xcodeproj/project.pbxproj

+2-4
Original file line numberDiff line numberDiff line change
@@ -391,14 +391,13 @@
391391
isa = XCBuildConfiguration;
392392
buildSettings = {
393393
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
394-
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
395394
CLANG_ENABLE_MODULES = YES;
396395
CODE_SIGN_ENTITLEMENTS = VPN.HT/VPN.HT.entitlements;
397396
CODE_SIGN_IDENTITY = "iPhone Developer";
398397
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
399398
ENABLE_BITCODE = YES;
400399
INFOPLIST_FILE = VPN.HT/Info.plist;
401-
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
400+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
402401
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
403402
PRODUCT_BUNDLE_IDENTIFIER = "com.DJB.$(PRODUCT_NAME:rfc1034identifier)";
404403
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -413,14 +412,13 @@
413412
isa = XCBuildConfiguration;
414413
buildSettings = {
415414
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
416-
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
417415
CLANG_ENABLE_MODULES = YES;
418416
CODE_SIGN_ENTITLEMENTS = VPN.HT/VPN.HT.entitlements;
419417
CODE_SIGN_IDENTITY = "iPhone Developer";
420418
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
421419
ENABLE_BITCODE = YES;
422420
INFOPLIST_FILE = VPN.HT/Info.plist;
423-
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
421+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
424422
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
425423
PRODUCT_BUNDLE_IDENTIFIER = "com.DJB.$(PRODUCT_NAME:rfc1034identifier)";
426424
PRODUCT_NAME = "$(TARGET_NAME)";
Loading

VPN.HT/Images.xcassets/LaunchImage.launchimage/Contents.json

-36
This file was deleted.

VPN.HT/Info.plist

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
<array>
4242
<string>armv7</string>
4343
</array>
44+
<key>UILaunchImageFile</key>
45+
<string>launchscreen.png</string>
46+
<key>UILaunchImageFile~iphone</key>
47+
<string>launchscreen.png</string>
4448
<key>UIStatusBarStyle</key>
4549
<string>UIStatusBarStyleLightContent</string>
4650
<key>UISupportedInterfaceOrientations</key>

VPN.HT/Main.storyboard

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8173.3" systemVersion="15A244d" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="JQ0-Vo-fA9">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8173.3" systemVersion="15A279b" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="JQ0-Vo-fA9">
33
<dependencies>
44
<deployment identifier="iOS"/>
55
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8142"/>

logo.sketch

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)