Skip to content

Commit aad9eef

Browse files
author
jingyu
committed
Add completely demonstrate
0 parents  commit aad9eef

14 files changed

Lines changed: 1479 additions & 0 deletions

File tree

Window.xcodeproj/project.pbxproj

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

Window.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.
Binary file not shown.
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>
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0710"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "045D32DE1C1041A300739EBB"
18+
BuildableName = "Window.app"
19+
BlueprintName = "Window"
20+
ReferencedContainer = "container:Window.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
<MacroExpansion>
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "045D32DE1C1041A300739EBB"
36+
BuildableName = "Window.app"
37+
BlueprintName = "Window"
38+
ReferencedContainer = "container:Window.xcodeproj">
39+
</BuildableReference>
40+
</MacroExpansion>
41+
<AdditionalOptions>
42+
</AdditionalOptions>
43+
</TestAction>
44+
<LaunchAction
45+
buildConfiguration = "Debug"
46+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
47+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
48+
launchStyle = "0"
49+
useCustomWorkingDirectory = "NO"
50+
ignoresPersistentStateOnLaunch = "NO"
51+
debugDocumentVersioning = "YES"
52+
debugServiceExtension = "internal"
53+
allowLocationSimulation = "YES">
54+
<BuildableProductRunnable
55+
runnableDebuggingMode = "0">
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "045D32DE1C1041A300739EBB"
59+
BuildableName = "Window.app"
60+
BlueprintName = "Window"
61+
ReferencedContainer = "container:Window.xcodeproj">
62+
</BuildableReference>
63+
</BuildableProductRunnable>
64+
<AdditionalOptions>
65+
</AdditionalOptions>
66+
</LaunchAction>
67+
<ProfileAction
68+
buildConfiguration = "Release"
69+
shouldUseLaunchSchemeArgsEnv = "YES"
70+
savedToolIdentifier = ""
71+
useCustomWorkingDirectory = "NO"
72+
debugDocumentVersioning = "YES">
73+
<BuildableProductRunnable
74+
runnableDebuggingMode = "0">
75+
<BuildableReference
76+
BuildableIdentifier = "primary"
77+
BlueprintIdentifier = "045D32DE1C1041A300739EBB"
78+
BuildableName = "Window.app"
79+
BlueprintName = "Window"
80+
ReferencedContainer = "container:Window.xcodeproj">
81+
</BuildableReference>
82+
</BuildableProductRunnable>
83+
</ProfileAction>
84+
<AnalyzeAction
85+
buildConfiguration = "Debug">
86+
</AnalyzeAction>
87+
<ArchiveAction
88+
buildConfiguration = "Release"
89+
revealArchiveInOrganizer = "YES">
90+
</ArchiveAction>
91+
</Scheme>

0 commit comments

Comments
 (0)