Skip to content

Commit 894dd16

Browse files
author
DevelopLab
committed
1.Fix Launcher screen black issue.
1 parent b58554f commit 894dd16

6 files changed

Lines changed: 14 additions & 16 deletions

File tree

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
33
<device id="retina6_12" orientation="portrait" appearance="light"/>
44
<dependencies>
5+
<deployment identifier="iOS"/>
56
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/>
67
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
8+
<capability name="System colors in document resources" minToolsVersion="11.0"/>
79
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
810
</dependencies>
911
<scenes>
@@ -14,26 +16,18 @@
1416
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
1517
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
1618
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
17-
<subviews>
18-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="obG-Y5-kRd">
19-
<rect key="frame" x="0.0" y="832" width="393" height="0.0"/>
20-
<fontDescription key="fontDescription" type="system" pointSize="17"/>
21-
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
22-
<nil key="highlightedColor"/>
23-
</label>
24-
</subviews>
2519
<viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
26-
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
27-
<constraints>
28-
<constraint firstItem="Bcu-3y-fUS" firstAttribute="centerX" secondItem="obG-Y5-kRd" secondAttribute="centerX" id="5cz-MP-9tL"/>
29-
<constraint firstItem="obG-Y5-kRd" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" constant="20" symbolic="YES" id="SfN-ll-jLj"/>
30-
<constraint firstAttribute="bottom" secondItem="obG-Y5-kRd" secondAttribute="bottom" constant="20" id="Y44-ml-fuU"/>
31-
</constraints>
20+
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
3221
</view>
3322
</viewController>
3423
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
3524
</objects>
3625
<point key="canvasLocation" x="53" y="375"/>
3726
</scene>
3827
</scenes>
28+
<resources>
29+
<systemColor name="systemBackgroundColor">
30+
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
31+
</systemColor>
32+
</resources>
3933
</document>

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ APPLICATION_NAME = RebootTools
99

1010
RebootTools_FILES = AppDelegate.swift RootViewController.swift SettingsViewController.swift DeviceController.m PlistManagerUtils.swift SettingsUtils.swift
1111
RebootTools_FRAMEWORKS = UIKit CoreGraphics
12-
RebootTools_RESOURCES = Resources/Assets.xcassets
12+
RebootTools_RESOURCES = Resources/LaunchScreen.storyboardc
1313
$(APPLICATION_NAME)_SWIFT_BRIDGING_HEADER += $(APPLICATION_NAME)-Bridging-Header.h
1414
include $(THEOS_MAKE_PATH)/application.mk
1515

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# RebootTools
2-
iOS Utils TrollStore App reboot your device
2+
iOS Utils TrollStore App reboot your device
3+
4+
**iOS 重启工具**
5+
需要TrollStore权限
6+
系统级别重启代码`reboot(0);`安全可靠,放心使用
Binary file not shown.
258 Bytes
Binary file not shown.
924 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)