Skip to content

Commit df3e71f

Browse files
author
Qisheng Huang
committed
整理项目结构
1 parent 5473bdf commit df3e71f

Some content is hidden

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

41 files changed

+23
-10
lines changed

CYUtilProject/CYUtilProject.xcodeproj/project.pbxproj

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,8 @@
838838
A3A81D591F95EDAA00C26475 /* CYShareCtrlFlag.h */,
839839
61091CC51CDAF563008B7EA3 /* Readme */,
840840
);
841-
path = CYShareSDK;
841+
name = CYShareSDK;
842+
path = CYUtilProject/ThirdParty/CYShareSDK;
842843
sourceTree = SOURCE_ROOT;
843844
};
844845
61091CC61CDAF563008B7EA3 /* CYSMS */ = {
@@ -926,7 +927,7 @@
926927
61851EBD1BCD0964005340C8 /* CYUtilProject */ = {
927928
isa = PBXGroup;
928929
children = (
929-
A3274A081FBAD33200315E1E /* CYAlipay */,
930+
A4EC1B26208590700020C199 /* ThirdParty */,
930931
A369041A1E6D61DF005F7697 /* CYImage */,
931932
A3BA5F241E6814C900B31B8C /* CYWebListener */,
932933
A307B6431D080FD900DE9B9E /* CYSegmented */,
@@ -949,7 +950,6 @@
949950
61091C9E1CDAF563008B7EA3 /* CYIAP */,
950951
61091CA51CDAF563008B7EA3 /* CYPullRefresh */,
951952
61091CB01CDAF563008B7EA3 /* CYSearch */,
952-
61091CB31CDAF563008B7EA3 /* CYShareSDK */,
953953
61091CC61CDAF563008B7EA3 /* CYSMS */,
954954
61091CC91CDAF563008B7EA3 /* CYSQLite */,
955955
61091CD11CDAF563008B7EA3 /* CYUIKitUtils */,
@@ -1109,7 +1109,8 @@
11091109
A3274A091FBAD34600315E1E /* CYAlipay.h */,
11101110
A3274A0A1FBAD34600315E1E /* CYAlipay.m */,
11111111
);
1112-
path = CYAlipay;
1112+
name = CYAlipay;
1113+
path = CYUtilProject/ThirdParty/CYAlipay;
11131114
sourceTree = SOURCE_ROOT;
11141115
};
11151116
A330B0AB1CF6F53000C8639D /* CYSecurity */ = {
@@ -1231,6 +1232,15 @@
12311232
path = Alipay;
12321233
sourceTree = "<group>";
12331234
};
1235+
A4EC1B26208590700020C199 /* ThirdParty */ = {
1236+
isa = PBXGroup;
1237+
children = (
1238+
61091CB31CDAF563008B7EA3 /* CYShareSDK */,
1239+
A3274A081FBAD33200315E1E /* CYAlipay */,
1240+
);
1241+
path = ThirdParty;
1242+
sourceTree = "<group>";
1243+
};
12341244
E299DF45F885184B4A142853 /* Frameworks */ = {
12351245
isa = PBXGroup;
12361246
children = (

CYUtilProject/CYUtilProject/.DS_Store

0 Bytes
Binary file not shown.

CYUtilProject/CYUtilProject/Base.lproj/LaunchScreen.storyboard

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8191" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
3+
<device id="retina4_7" orientation="portrait">
4+
<adaptation id="fullscreen"/>
5+
</device>
36
<dependencies>
47
<deployment identifier="iOS"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
9+
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
610
</dependencies>
711
<scenes>
812
<!--View Controller-->
@@ -14,10 +18,9 @@
1418
<viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
1519
</layoutGuides>
1620
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
17-
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
21+
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
1822
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
19-
<animations/>
20-
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
23+
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
2124
</view>
2225
</viewController>
2326
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>

0 commit comments

Comments
 (0)