Skip to content

Commit 083b6f1

Browse files
committed
Initial Commit
0 parents  commit 083b6f1

File tree

24 files changed

+1075
-0
lines changed

24 files changed

+1075
-0
lines changed
Lines changed: 307 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,307 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
E2889C9C1B1F006C003D59A1 /* Utility.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2889C9B1B1F006C003D59A1 /* Utility.swift */; };
11+
E2E48A571B1E96E70023D48D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2E48A561B1E96E70023D48D /* AppDelegate.swift */; };
12+
E2E48A591B1E96E70023D48D /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2E48A581B1E96E70023D48D /* ViewController.swift */; };
13+
E2E48A5B1B1E96E70023D48D /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E2E48A5A1B1E96E70023D48D /* Images.xcassets */; };
14+
E2E48A5E1B1E96E70023D48D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E2E48A5C1B1E96E70023D48D /* Main.storyboard */; };
15+
/* End PBXBuildFile section */
16+
17+
/* Begin PBXFileReference section */
18+
E227647B1B2DD7E700632A1E /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
19+
E2889C9B1B1F006C003D59A1 /* Utility.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utility.swift; sourceTree = "<group>"; };
20+
E2D428CC1B21A336002E1F7C /* Screen on Screen.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "Screen on Screen.entitlements"; sourceTree = "<group>"; };
21+
E2E48A511B1E96E70023D48D /* Screen on Screen.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Screen on Screen.app"; sourceTree = BUILT_PRODUCTS_DIR; };
22+
E2E48A551B1E96E70023D48D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
23+
E2E48A561B1E96E70023D48D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
24+
E2E48A581B1E96E70023D48D /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
25+
E2E48A5A1B1E96E70023D48D /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
26+
E2E48A5D1B1E96E70023D48D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
27+
/* End PBXFileReference section */
28+
29+
/* Begin PBXFrameworksBuildPhase section */
30+
E2E48A4E1B1E96E70023D48D /* Frameworks */ = {
31+
isa = PBXFrameworksBuildPhase;
32+
buildActionMask = 2147483647;
33+
files = (
34+
);
35+
runOnlyForDeploymentPostprocessing = 0;
36+
};
37+
/* End PBXFrameworksBuildPhase section */
38+
39+
/* Begin PBXGroup section */
40+
E2E48A481B1E96E70023D48D = {
41+
isa = PBXGroup;
42+
children = (
43+
E2E48A531B1E96E70023D48D /* Screen on Screen */,
44+
E2E48A521B1E96E70023D48D /* Products */,
45+
);
46+
sourceTree = "<group>";
47+
};
48+
E2E48A521B1E96E70023D48D /* Products */ = {
49+
isa = PBXGroup;
50+
children = (
51+
E2E48A511B1E96E70023D48D /* Screen on Screen.app */,
52+
);
53+
name = Products;
54+
sourceTree = "<group>";
55+
};
56+
E2E48A531B1E96E70023D48D /* Screen on Screen */ = {
57+
isa = PBXGroup;
58+
children = (
59+
E2D428CC1B21A336002E1F7C /* Screen on Screen.entitlements */,
60+
E2E48A561B1E96E70023D48D /* AppDelegate.swift */,
61+
E2E48A581B1E96E70023D48D /* ViewController.swift */,
62+
E2889C9B1B1F006C003D59A1 /* Utility.swift */,
63+
E2E48A5A1B1E96E70023D48D /* Images.xcassets */,
64+
E2E48A5C1B1E96E70023D48D /* Main.storyboard */,
65+
E2E48A541B1E96E70023D48D /* Supporting Files */,
66+
);
67+
path = "Screen on Screen";
68+
sourceTree = "<group>";
69+
};
70+
E2E48A541B1E96E70023D48D /* Supporting Files */ = {
71+
isa = PBXGroup;
72+
children = (
73+
E2E48A551B1E96E70023D48D /* Info.plist */,
74+
);
75+
name = "Supporting Files";
76+
sourceTree = "<group>";
77+
};
78+
/* End PBXGroup section */
79+
80+
/* Begin PBXNativeTarget section */
81+
E2E48A501B1E96E70023D48D /* Screen on Screen */ = {
82+
isa = PBXNativeTarget;
83+
buildConfigurationList = E2E48A6D1B1E96E70023D48D /* Build configuration list for PBXNativeTarget "Screen on Screen" */;
84+
buildPhases = (
85+
E2E48A4D1B1E96E70023D48D /* Sources */,
86+
E2E48A4E1B1E96E70023D48D /* Frameworks */,
87+
E2E48A4F1B1E96E70023D48D /* Resources */,
88+
);
89+
buildRules = (
90+
);
91+
dependencies = (
92+
);
93+
name = "Screen on Screen";
94+
productName = "Screen on Screen";
95+
productReference = E2E48A511B1E96E70023D48D /* Screen on Screen.app */;
96+
productType = "com.apple.product-type.application";
97+
};
98+
/* End PBXNativeTarget section */
99+
100+
/* Begin PBXProject section */
101+
E2E48A491B1E96E70023D48D /* Project object */ = {
102+
isa = PBXProject;
103+
attributes = {
104+
LastSwiftUpdateCheck = 0700;
105+
LastUpgradeCheck = 0630;
106+
ORGANIZATIONNAME = "Shandong University";
107+
TargetAttributes = {
108+
E2E48A501B1E96E70023D48D = {
109+
CreatedOnToolsVersion = 6.3.2;
110+
DevelopmentTeam = 5Z4L8A2TF8;
111+
SystemCapabilities = {
112+
com.apple.Sandbox = {
113+
enabled = 1;
114+
};
115+
};
116+
};
117+
};
118+
};
119+
buildConfigurationList = E2E48A4C1B1E96E70023D48D /* Build configuration list for PBXProject "Screen on Screen" */;
120+
compatibilityVersion = "Xcode 3.2";
121+
developmentRegion = English;
122+
hasScannedForEncodings = 0;
123+
knownRegions = (
124+
en,
125+
Base,
126+
);
127+
mainGroup = E2E48A481B1E96E70023D48D;
128+
productRefGroup = E2E48A521B1E96E70023D48D /* Products */;
129+
projectDirPath = "";
130+
projectRoot = "";
131+
targets = (
132+
E2E48A501B1E96E70023D48D /* Screen on Screen */,
133+
);
134+
};
135+
/* End PBXProject section */
136+
137+
/* Begin PBXResourcesBuildPhase section */
138+
E2E48A4F1B1E96E70023D48D /* Resources */ = {
139+
isa = PBXResourcesBuildPhase;
140+
buildActionMask = 2147483647;
141+
files = (
142+
E2E48A5B1B1E96E70023D48D /* Images.xcassets in Resources */,
143+
E2E48A5E1B1E96E70023D48D /* Main.storyboard in Resources */,
144+
);
145+
runOnlyForDeploymentPostprocessing = 0;
146+
};
147+
/* End PBXResourcesBuildPhase section */
148+
149+
/* Begin PBXSourcesBuildPhase section */
150+
E2E48A4D1B1E96E70023D48D /* Sources */ = {
151+
isa = PBXSourcesBuildPhase;
152+
buildActionMask = 2147483647;
153+
files = (
154+
E2E48A591B1E96E70023D48D /* ViewController.swift in Sources */,
155+
E2E48A571B1E96E70023D48D /* AppDelegate.swift in Sources */,
156+
E2889C9C1B1F006C003D59A1 /* Utility.swift in Sources */,
157+
);
158+
runOnlyForDeploymentPostprocessing = 0;
159+
};
160+
/* End PBXSourcesBuildPhase section */
161+
162+
/* Begin PBXVariantGroup section */
163+
E2E48A5C1B1E96E70023D48D /* Main.storyboard */ = {
164+
isa = PBXVariantGroup;
165+
children = (
166+
E2E48A5D1B1E96E70023D48D /* Base */,
167+
E227647B1B2DD7E700632A1E /* zh-Hans */,
168+
);
169+
name = Main.storyboard;
170+
sourceTree = "<group>";
171+
};
172+
/* End PBXVariantGroup section */
173+
174+
/* Begin XCBuildConfiguration section */
175+
E2E48A6B1B1E96E70023D48D /* Debug */ = {
176+
isa = XCBuildConfiguration;
177+
buildSettings = {
178+
ALWAYS_SEARCH_USER_PATHS = NO;
179+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
180+
CLANG_CXX_LIBRARY = "libc++";
181+
CLANG_ENABLE_MODULES = YES;
182+
CLANG_ENABLE_OBJC_ARC = YES;
183+
CLANG_WARN_BOOL_CONVERSION = YES;
184+
CLANG_WARN_CONSTANT_CONVERSION = YES;
185+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
186+
CLANG_WARN_EMPTY_BODY = YES;
187+
CLANG_WARN_ENUM_CONVERSION = YES;
188+
CLANG_WARN_INT_CONVERSION = YES;
189+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
190+
CLANG_WARN_UNREACHABLE_CODE = YES;
191+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
192+
CODE_SIGN_IDENTITY = "-";
193+
COPY_PHASE_STRIP = NO;
194+
DEBUG_INFORMATION_FORMAT = dwarf;
195+
ENABLE_STRICT_OBJC_MSGSEND = YES;
196+
GCC_C_LANGUAGE_STANDARD = gnu99;
197+
GCC_DYNAMIC_NO_PIC = NO;
198+
GCC_NO_COMMON_BLOCKS = YES;
199+
GCC_OPTIMIZATION_LEVEL = 0;
200+
GCC_PREPROCESSOR_DEFINITIONS = (
201+
"DEBUG=1",
202+
"$(inherited)",
203+
);
204+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
205+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
206+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
207+
GCC_WARN_UNDECLARED_SELECTOR = YES;
208+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
209+
GCC_WARN_UNUSED_FUNCTION = YES;
210+
GCC_WARN_UNUSED_VARIABLE = YES;
211+
MACOSX_DEPLOYMENT_TARGET = 10.10;
212+
MTL_ENABLE_DEBUG_INFO = YES;
213+
ONLY_ACTIVE_ARCH = YES;
214+
SDKROOT = macosx;
215+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
216+
SWIFT_WHOLE_MODULE_OPTIMIZATION = YES;
217+
};
218+
name = Debug;
219+
};
220+
E2E48A6C1B1E96E70023D48D /* Release */ = {
221+
isa = XCBuildConfiguration;
222+
buildSettings = {
223+
ALWAYS_SEARCH_USER_PATHS = NO;
224+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
225+
CLANG_CXX_LIBRARY = "libc++";
226+
CLANG_ENABLE_MODULES = YES;
227+
CLANG_ENABLE_OBJC_ARC = YES;
228+
CLANG_WARN_BOOL_CONVERSION = YES;
229+
CLANG_WARN_CONSTANT_CONVERSION = YES;
230+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
231+
CLANG_WARN_EMPTY_BODY = YES;
232+
CLANG_WARN_ENUM_CONVERSION = YES;
233+
CLANG_WARN_INT_CONVERSION = YES;
234+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
235+
CLANG_WARN_UNREACHABLE_CODE = YES;
236+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
237+
CODE_SIGN_IDENTITY = "-";
238+
COPY_PHASE_STRIP = NO;
239+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
240+
ENABLE_NS_ASSERTIONS = NO;
241+
ENABLE_STRICT_OBJC_MSGSEND = YES;
242+
GCC_C_LANGUAGE_STANDARD = gnu99;
243+
GCC_NO_COMMON_BLOCKS = YES;
244+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
245+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
246+
GCC_WARN_UNDECLARED_SELECTOR = YES;
247+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
248+
GCC_WARN_UNUSED_FUNCTION = YES;
249+
GCC_WARN_UNUSED_VARIABLE = YES;
250+
MACOSX_DEPLOYMENT_TARGET = 10.10;
251+
MTL_ENABLE_DEBUG_INFO = NO;
252+
SDKROOT = macosx;
253+
SWIFT_WHOLE_MODULE_OPTIMIZATION = YES;
254+
};
255+
name = Release;
256+
};
257+
E2E48A6E1B1E96E70023D48D /* Debug */ = {
258+
isa = XCBuildConfiguration;
259+
buildSettings = {
260+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
261+
CODE_SIGN_ENTITLEMENTS = "Screen on Screen/Screen on Screen.entitlements";
262+
CODE_SIGN_IDENTITY = "Mac Developer";
263+
COMBINE_HIDPI_IMAGES = YES;
264+
INFOPLIST_FILE = "$(SRCROOT)/Screen on Screen/Info.plist";
265+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
266+
PRODUCT_NAME = "Screen on Screen";
267+
};
268+
name = Debug;
269+
};
270+
E2E48A6F1B1E96E70023D48D /* Release */ = {
271+
isa = XCBuildConfiguration;
272+
buildSettings = {
273+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
274+
CODE_SIGN_ENTITLEMENTS = "Screen on Screen/Screen on Screen.entitlements";
275+
CODE_SIGN_IDENTITY = "Mac Developer";
276+
COMBINE_HIDPI_IMAGES = YES;
277+
INFOPLIST_FILE = "$(SRCROOT)/Screen on Screen/Info.plist";
278+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
279+
PRODUCT_NAME = "Screen on Screen";
280+
};
281+
name = Release;
282+
};
283+
/* End XCBuildConfiguration section */
284+
285+
/* Begin XCConfigurationList section */
286+
E2E48A4C1B1E96E70023D48D /* Build configuration list for PBXProject "Screen on Screen" */ = {
287+
isa = XCConfigurationList;
288+
buildConfigurations = (
289+
E2E48A6B1B1E96E70023D48D /* Debug */,
290+
E2E48A6C1B1E96E70023D48D /* Release */,
291+
);
292+
defaultConfigurationIsVisible = 0;
293+
defaultConfigurationName = Release;
294+
};
295+
E2E48A6D1B1E96E70023D48D /* Build configuration list for PBXNativeTarget "Screen on Screen" */ = {
296+
isa = XCConfigurationList;
297+
buildConfigurations = (
298+
E2E48A6E1B1E96E70023D48D /* Debug */,
299+
E2E48A6F1B1E96E70023D48D /* Release */,
300+
);
301+
defaultConfigurationIsVisible = 0;
302+
defaultConfigurationName = Release;
303+
};
304+
/* End XCConfigurationList section */
305+
};
306+
rootObject = E2E48A491B1E96E70023D48D /* Project object */;
307+
}

Screen on Screen.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges</key>
6+
<true/>
7+
<key>SnapshotAutomaticallyBeforeSignificantChanges</key>
8+
<false/>
9+
</dict>
10+
</plist>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
type = "1"
4+
version = "2.0">
5+
</Bucket>

0 commit comments

Comments
 (0)