Skip to content

Commit 03d447c

Browse files
committed
Copyright
1 parent 8261b05 commit 03d447c

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

Screen on Screen.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
LastSwiftMigration = 0720;
9797
LastSwiftUpdateCheck = 0700;
9898
LastUpgradeCheck = 0900;
99-
ORGANIZATIONNAME = "Shandong University";
99+
ORGANIZATIONNAME = "Guoye Zhang";
100100
TargetAttributes = {
101101
E2E48A501B1E96E70023D48D = {
102102
CreatedOnToolsVersion = 6.3.2;

Screen on Screen/Base.lproj/Main.storyboard

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15E65" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="13196" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
33
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10117"/>
4+
<deployment identifier="macosx"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13196"/>
6+
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
57
</dependencies>
68
<scenes>
79
<!--Application-->
@@ -142,6 +144,9 @@
142144
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
143145
<rect key="contentRect" x="0.0" y="0.0" width="480" height="270"/>
144146
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
147+
<connections>
148+
<outlet property="delegate" destination="B8D-0N-5wS" id="Bka-DC-0vz"/>
149+
</connections>
145150
</window>
146151
<connections>
147152
<segue destination="XfG-lQ-9wD" kind="relationship" relationship="window.shadowedContentViewController" id="cq2-FE-JQM"/>

Screen on Screen/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<key>LSMinimumSystemVersion</key>
2626
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2727
<key>NSHumanReadableCopyright</key>
28-
<string>Copyright © 2016年 ZHANG Guoye. All rights reserved.</string>
28+
<string>Copyright © 2017 Guoye Zhang. All rights reserved.</string>
2929
<key>NSMainStoryboardFile</key>
3030
<string>Main</string>
3131
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)