Skip to content

Commit 4abb017

Browse files
author
Chris Hu
committed
DemoGDPerformanceView.
1 parent c2ff05a commit 4abb017

36 files changed

+2505
-0
lines changed
Lines changed: 384 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,384 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
0D17F2C5B08F1A559E8712D3 /* Pods_DemoGDPerformanceView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A22A08F33A69FC67E19B0B4B /* Pods_DemoGDPerformanceView.framework */; };
11+
A41B328F1E3702C10091AB7D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A41B328E1E3702C10091AB7D /* AppDelegate.swift */; };
12+
A41B32911E3702C10091AB7D /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A41B32901E3702C10091AB7D /* ViewController.swift */; };
13+
A41B32941E3702C10091AB7D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A41B32921E3702C10091AB7D /* Main.storyboard */; };
14+
A41B32961E3702C10091AB7D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A41B32951E3702C10091AB7D /* Assets.xcassets */; };
15+
A41B32991E3702C10091AB7D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A41B32971E3702C10091AB7D /* LaunchScreen.storyboard */; };
16+
/* End PBXBuildFile section */
17+
18+
/* Begin PBXFileReference section */
19+
A22A08F33A69FC67E19B0B4B /* Pods_DemoGDPerformanceView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DemoGDPerformanceView.framework; sourceTree = BUILT_PRODUCTS_DIR; };
20+
A41B328B1E3702C10091AB7D /* DemoGDPerformanceView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemoGDPerformanceView.app; sourceTree = BUILT_PRODUCTS_DIR; };
21+
A41B328E1E3702C10091AB7D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
22+
A41B32901E3702C10091AB7D /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
23+
A41B32931E3702C10091AB7D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
24+
A41B32951E3702C10091AB7D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
25+
A41B32981E3702C10091AB7D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
26+
A41B329A1E3702C10091AB7D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
27+
AEBB8C0A7D213E1E2D586814 /* Pods-DemoGDPerformanceView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoGDPerformanceView.release.xcconfig"; path = "Pods/Target Support Files/Pods-DemoGDPerformanceView/Pods-DemoGDPerformanceView.release.xcconfig"; sourceTree = "<group>"; };
28+
B23601B7BF761CB9094D6536 /* Pods-DemoGDPerformanceView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoGDPerformanceView.debug.xcconfig"; path = "Pods/Target Support Files/Pods-DemoGDPerformanceView/Pods-DemoGDPerformanceView.debug.xcconfig"; sourceTree = "<group>"; };
29+
/* End PBXFileReference section */
30+
31+
/* Begin PBXFrameworksBuildPhase section */
32+
A41B32881E3702C10091AB7D /* Frameworks */ = {
33+
isa = PBXFrameworksBuildPhase;
34+
buildActionMask = 2147483647;
35+
files = (
36+
0D17F2C5B08F1A559E8712D3 /* Pods_DemoGDPerformanceView.framework in Frameworks */,
37+
);
38+
runOnlyForDeploymentPostprocessing = 0;
39+
};
40+
/* End PBXFrameworksBuildPhase section */
41+
42+
/* Begin PBXGroup section */
43+
A41B32821E3702C10091AB7D = {
44+
isa = PBXGroup;
45+
children = (
46+
A41B328D1E3702C10091AB7D /* DemoGDPerformanceView */,
47+
A41B328C1E3702C10091AB7D /* Products */,
48+
D005E69DA0C77C77D3D0ABC4 /* Pods */,
49+
D5076C3808E81A249970C3C7 /* Frameworks */,
50+
);
51+
sourceTree = "<group>";
52+
};
53+
A41B328C1E3702C10091AB7D /* Products */ = {
54+
isa = PBXGroup;
55+
children = (
56+
A41B328B1E3702C10091AB7D /* DemoGDPerformanceView.app */,
57+
);
58+
name = Products;
59+
sourceTree = "<group>";
60+
};
61+
A41B328D1E3702C10091AB7D /* DemoGDPerformanceView */ = {
62+
isa = PBXGroup;
63+
children = (
64+
A41B328E1E3702C10091AB7D /* AppDelegate.swift */,
65+
A41B32901E3702C10091AB7D /* ViewController.swift */,
66+
A41B32921E3702C10091AB7D /* Main.storyboard */,
67+
A41B32951E3702C10091AB7D /* Assets.xcassets */,
68+
A41B32971E3702C10091AB7D /* LaunchScreen.storyboard */,
69+
A41B329A1E3702C10091AB7D /* Info.plist */,
70+
);
71+
path = DemoGDPerformanceView;
72+
sourceTree = "<group>";
73+
};
74+
D005E69DA0C77C77D3D0ABC4 /* Pods */ = {
75+
isa = PBXGroup;
76+
children = (
77+
B23601B7BF761CB9094D6536 /* Pods-DemoGDPerformanceView.debug.xcconfig */,
78+
AEBB8C0A7D213E1E2D586814 /* Pods-DemoGDPerformanceView.release.xcconfig */,
79+
);
80+
name = Pods;
81+
sourceTree = "<group>";
82+
};
83+
D5076C3808E81A249970C3C7 /* Frameworks */ = {
84+
isa = PBXGroup;
85+
children = (
86+
A22A08F33A69FC67E19B0B4B /* Pods_DemoGDPerformanceView.framework */,
87+
);
88+
name = Frameworks;
89+
sourceTree = "<group>";
90+
};
91+
/* End PBXGroup section */
92+
93+
/* Begin PBXNativeTarget section */
94+
A41B328A1E3702C10091AB7D /* DemoGDPerformanceView */ = {
95+
isa = PBXNativeTarget;
96+
buildConfigurationList = A41B329D1E3702C10091AB7D /* Build configuration list for PBXNativeTarget "DemoGDPerformanceView" */;
97+
buildPhases = (
98+
1CB99DF49765DBFCFDD99C47 /* [CP] Check Pods Manifest.lock */,
99+
A41B32871E3702C10091AB7D /* Sources */,
100+
A41B32881E3702C10091AB7D /* Frameworks */,
101+
A41B32891E3702C10091AB7D /* Resources */,
102+
42084FEEF9114016C67963F2 /* [CP] Embed Pods Frameworks */,
103+
824A9762F53DB792D21F2006 /* [CP] Copy Pods Resources */,
104+
);
105+
buildRules = (
106+
);
107+
dependencies = (
108+
);
109+
name = DemoGDPerformanceView;
110+
productName = DemoGDPerformanceView;
111+
productReference = A41B328B1E3702C10091AB7D /* DemoGDPerformanceView.app */;
112+
productType = "com.apple.product-type.application";
113+
};
114+
/* End PBXNativeTarget section */
115+
116+
/* Begin PBXProject section */
117+
A41B32831E3702C10091AB7D /* Project object */ = {
118+
isa = PBXProject;
119+
attributes = {
120+
LastSwiftUpdateCheck = 0820;
121+
LastUpgradeCheck = 0820;
122+
ORGANIZATIONNAME = com.icetime17;
123+
TargetAttributes = {
124+
A41B328A1E3702C10091AB7D = {
125+
CreatedOnToolsVersion = 8.2.1;
126+
DevelopmentTeam = GGVWN85K85;
127+
ProvisioningStyle = Automatic;
128+
};
129+
};
130+
};
131+
buildConfigurationList = A41B32861E3702C10091AB7D /* Build configuration list for PBXProject "DemoGDPerformanceView" */;
132+
compatibilityVersion = "Xcode 3.2";
133+
developmentRegion = English;
134+
hasScannedForEncodings = 0;
135+
knownRegions = (
136+
en,
137+
Base,
138+
);
139+
mainGroup = A41B32821E3702C10091AB7D;
140+
productRefGroup = A41B328C1E3702C10091AB7D /* Products */;
141+
projectDirPath = "";
142+
projectRoot = "";
143+
targets = (
144+
A41B328A1E3702C10091AB7D /* DemoGDPerformanceView */,
145+
);
146+
};
147+
/* End PBXProject section */
148+
149+
/* Begin PBXResourcesBuildPhase section */
150+
A41B32891E3702C10091AB7D /* Resources */ = {
151+
isa = PBXResourcesBuildPhase;
152+
buildActionMask = 2147483647;
153+
files = (
154+
A41B32991E3702C10091AB7D /* LaunchScreen.storyboard in Resources */,
155+
A41B32961E3702C10091AB7D /* Assets.xcassets in Resources */,
156+
A41B32941E3702C10091AB7D /* Main.storyboard in Resources */,
157+
);
158+
runOnlyForDeploymentPostprocessing = 0;
159+
};
160+
/* End PBXResourcesBuildPhase section */
161+
162+
/* Begin PBXShellScriptBuildPhase section */
163+
1CB99DF49765DBFCFDD99C47 /* [CP] Check Pods Manifest.lock */ = {
164+
isa = PBXShellScriptBuildPhase;
165+
buildActionMask = 2147483647;
166+
files = (
167+
);
168+
inputPaths = (
169+
);
170+
name = "[CP] Check Pods Manifest.lock";
171+
outputPaths = (
172+
);
173+
runOnlyForDeploymentPostprocessing = 0;
174+
shellPath = /bin/sh;
175+
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
176+
showEnvVarsInLog = 0;
177+
};
178+
42084FEEF9114016C67963F2 /* [CP] Embed Pods Frameworks */ = {
179+
isa = PBXShellScriptBuildPhase;
180+
buildActionMask = 2147483647;
181+
files = (
182+
);
183+
inputPaths = (
184+
);
185+
name = "[CP] Embed Pods Frameworks";
186+
outputPaths = (
187+
);
188+
runOnlyForDeploymentPostprocessing = 0;
189+
shellPath = /bin/sh;
190+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DemoGDPerformanceView/Pods-DemoGDPerformanceView-frameworks.sh\"\n";
191+
showEnvVarsInLog = 0;
192+
};
193+
824A9762F53DB792D21F2006 /* [CP] Copy Pods Resources */ = {
194+
isa = PBXShellScriptBuildPhase;
195+
buildActionMask = 2147483647;
196+
files = (
197+
);
198+
inputPaths = (
199+
);
200+
name = "[CP] Copy Pods Resources";
201+
outputPaths = (
202+
);
203+
runOnlyForDeploymentPostprocessing = 0;
204+
shellPath = /bin/sh;
205+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DemoGDPerformanceView/Pods-DemoGDPerformanceView-resources.sh\"\n";
206+
showEnvVarsInLog = 0;
207+
};
208+
/* End PBXShellScriptBuildPhase section */
209+
210+
/* Begin PBXSourcesBuildPhase section */
211+
A41B32871E3702C10091AB7D /* Sources */ = {
212+
isa = PBXSourcesBuildPhase;
213+
buildActionMask = 2147483647;
214+
files = (
215+
A41B32911E3702C10091AB7D /* ViewController.swift in Sources */,
216+
A41B328F1E3702C10091AB7D /* AppDelegate.swift in Sources */,
217+
);
218+
runOnlyForDeploymentPostprocessing = 0;
219+
};
220+
/* End PBXSourcesBuildPhase section */
221+
222+
/* Begin PBXVariantGroup section */
223+
A41B32921E3702C10091AB7D /* Main.storyboard */ = {
224+
isa = PBXVariantGroup;
225+
children = (
226+
A41B32931E3702C10091AB7D /* Base */,
227+
);
228+
name = Main.storyboard;
229+
sourceTree = "<group>";
230+
};
231+
A41B32971E3702C10091AB7D /* LaunchScreen.storyboard */ = {
232+
isa = PBXVariantGroup;
233+
children = (
234+
A41B32981E3702C10091AB7D /* Base */,
235+
);
236+
name = LaunchScreen.storyboard;
237+
sourceTree = "<group>";
238+
};
239+
/* End PBXVariantGroup section */
240+
241+
/* Begin XCBuildConfiguration section */
242+
A41B329B1E3702C10091AB7D /* Debug */ = {
243+
isa = XCBuildConfiguration;
244+
buildSettings = {
245+
ALWAYS_SEARCH_USER_PATHS = NO;
246+
CLANG_ANALYZER_NONNULL = YES;
247+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
248+
CLANG_CXX_LIBRARY = "libc++";
249+
CLANG_ENABLE_MODULES = YES;
250+
CLANG_ENABLE_OBJC_ARC = YES;
251+
CLANG_WARN_BOOL_CONVERSION = YES;
252+
CLANG_WARN_CONSTANT_CONVERSION = YES;
253+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
254+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
255+
CLANG_WARN_EMPTY_BODY = YES;
256+
CLANG_WARN_ENUM_CONVERSION = YES;
257+
CLANG_WARN_INFINITE_RECURSION = YES;
258+
CLANG_WARN_INT_CONVERSION = YES;
259+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
260+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
261+
CLANG_WARN_UNREACHABLE_CODE = YES;
262+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
263+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
264+
COPY_PHASE_STRIP = NO;
265+
DEBUG_INFORMATION_FORMAT = dwarf;
266+
ENABLE_STRICT_OBJC_MSGSEND = YES;
267+
ENABLE_TESTABILITY = YES;
268+
GCC_C_LANGUAGE_STANDARD = gnu99;
269+
GCC_DYNAMIC_NO_PIC = NO;
270+
GCC_NO_COMMON_BLOCKS = YES;
271+
GCC_OPTIMIZATION_LEVEL = 0;
272+
GCC_PREPROCESSOR_DEFINITIONS = (
273+
"DEBUG=1",
274+
"$(inherited)",
275+
);
276+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
277+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
278+
GCC_WARN_UNDECLARED_SELECTOR = YES;
279+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
280+
GCC_WARN_UNUSED_FUNCTION = YES;
281+
GCC_WARN_UNUSED_VARIABLE = YES;
282+
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
283+
MTL_ENABLE_DEBUG_INFO = YES;
284+
ONLY_ACTIVE_ARCH = YES;
285+
SDKROOT = iphoneos;
286+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
287+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
288+
};
289+
name = Debug;
290+
};
291+
A41B329C1E3702C10091AB7D /* Release */ = {
292+
isa = XCBuildConfiguration;
293+
buildSettings = {
294+
ALWAYS_SEARCH_USER_PATHS = NO;
295+
CLANG_ANALYZER_NONNULL = YES;
296+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
297+
CLANG_CXX_LIBRARY = "libc++";
298+
CLANG_ENABLE_MODULES = YES;
299+
CLANG_ENABLE_OBJC_ARC = YES;
300+
CLANG_WARN_BOOL_CONVERSION = YES;
301+
CLANG_WARN_CONSTANT_CONVERSION = YES;
302+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
303+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
304+
CLANG_WARN_EMPTY_BODY = YES;
305+
CLANG_WARN_ENUM_CONVERSION = YES;
306+
CLANG_WARN_INFINITE_RECURSION = YES;
307+
CLANG_WARN_INT_CONVERSION = YES;
308+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
309+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
310+
CLANG_WARN_UNREACHABLE_CODE = YES;
311+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
312+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
313+
COPY_PHASE_STRIP = NO;
314+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
315+
ENABLE_NS_ASSERTIONS = NO;
316+
ENABLE_STRICT_OBJC_MSGSEND = YES;
317+
GCC_C_LANGUAGE_STANDARD = gnu99;
318+
GCC_NO_COMMON_BLOCKS = YES;
319+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
320+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
321+
GCC_WARN_UNDECLARED_SELECTOR = YES;
322+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
323+
GCC_WARN_UNUSED_FUNCTION = YES;
324+
GCC_WARN_UNUSED_VARIABLE = YES;
325+
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
326+
MTL_ENABLE_DEBUG_INFO = NO;
327+
SDKROOT = iphoneos;
328+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
329+
VALIDATE_PRODUCT = YES;
330+
};
331+
name = Release;
332+
};
333+
A41B329E1E3702C10091AB7D /* Debug */ = {
334+
isa = XCBuildConfiguration;
335+
baseConfigurationReference = B23601B7BF761CB9094D6536 /* Pods-DemoGDPerformanceView.debug.xcconfig */;
336+
buildSettings = {
337+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
338+
DEVELOPMENT_TEAM = GGVWN85K85;
339+
INFOPLIST_FILE = DemoGDPerformanceView/Info.plist;
340+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
341+
PRODUCT_BUNDLE_IDENTIFIER = com.icetime17.DemoGDPerformanceView;
342+
PRODUCT_NAME = "$(TARGET_NAME)";
343+
SWIFT_VERSION = 3.0;
344+
};
345+
name = Debug;
346+
};
347+
A41B329F1E3702C10091AB7D /* Release */ = {
348+
isa = XCBuildConfiguration;
349+
baseConfigurationReference = AEBB8C0A7D213E1E2D586814 /* Pods-DemoGDPerformanceView.release.xcconfig */;
350+
buildSettings = {
351+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
352+
DEVELOPMENT_TEAM = GGVWN85K85;
353+
INFOPLIST_FILE = DemoGDPerformanceView/Info.plist;
354+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
355+
PRODUCT_BUNDLE_IDENTIFIER = com.icetime17.DemoGDPerformanceView;
356+
PRODUCT_NAME = "$(TARGET_NAME)";
357+
SWIFT_VERSION = 3.0;
358+
};
359+
name = Release;
360+
};
361+
/* End XCBuildConfiguration section */
362+
363+
/* Begin XCConfigurationList section */
364+
A41B32861E3702C10091AB7D /* Build configuration list for PBXProject "DemoGDPerformanceView" */ = {
365+
isa = XCConfigurationList;
366+
buildConfigurations = (
367+
A41B329B1E3702C10091AB7D /* Debug */,
368+
A41B329C1E3702C10091AB7D /* Release */,
369+
);
370+
defaultConfigurationIsVisible = 0;
371+
defaultConfigurationName = Release;
372+
};
373+
A41B329D1E3702C10091AB7D /* Build configuration list for PBXNativeTarget "DemoGDPerformanceView" */ = {
374+
isa = XCConfigurationList;
375+
buildConfigurations = (
376+
A41B329E1E3702C10091AB7D /* Debug */,
377+
A41B329F1E3702C10091AB7D /* Release */,
378+
);
379+
defaultConfigurationIsVisible = 0;
380+
};
381+
/* End XCConfigurationList section */
382+
};
383+
rootObject = A41B32831E3702C10091AB7D /* Project object */;
384+
}

DemoGDPerformanceView/DemoGDPerformanceView.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.

0 commit comments

Comments
 (0)