Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 03634d5

Browse files
author
zhangyanqiang
committed
提交代码
0 parents commit 03634d5

File tree

15 files changed

+1072
-0
lines changed

15 files changed

+1072
-0
lines changed
Lines changed: 340 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,340 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 50;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
C812F65320EA49150062F25F /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C812F65220EA49150062F25F /* AppDelegate.m */; };
11+
C812F65620EA49150062F25F /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C812F65520EA49150062F25F /* ViewController.m */; };
12+
C812F65920EA49150062F25F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C812F65720EA49150062F25F /* Main.storyboard */; };
13+
C812F65B20EA49180062F25F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C812F65A20EA49180062F25F /* Assets.xcassets */; };
14+
C812F65E20EA49180062F25F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C812F65C20EA49180062F25F /* LaunchScreen.storyboard */; };
15+
C812F66120EA49180062F25F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C812F66020EA49180062F25F /* main.m */; };
16+
/* End PBXBuildFile section */
17+
18+
/* Begin PBXFileReference section */
19+
C812F64E20EA49150062F25F /* JavaScriptCoreDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JavaScriptCoreDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
20+
C812F65120EA49150062F25F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
21+
C812F65220EA49150062F25F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
22+
C812F65420EA49150062F25F /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
23+
C812F65520EA49150062F25F /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
24+
C812F65820EA49150062F25F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
25+
C812F65A20EA49180062F25F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
26+
C812F65D20EA49180062F25F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
27+
C812F65F20EA49180062F25F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
28+
C812F66020EA49180062F25F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
29+
/* End PBXFileReference section */
30+
31+
/* Begin PBXFrameworksBuildPhase section */
32+
C812F64B20EA49150062F25F /* Frameworks */ = {
33+
isa = PBXFrameworksBuildPhase;
34+
buildActionMask = 2147483647;
35+
files = (
36+
);
37+
runOnlyForDeploymentPostprocessing = 0;
38+
};
39+
/* End PBXFrameworksBuildPhase section */
40+
41+
/* Begin PBXGroup section */
42+
C812F64520EA49150062F25F = {
43+
isa = PBXGroup;
44+
children = (
45+
C812F65020EA49150062F25F /* JavaScriptCoreDemo */,
46+
C812F64F20EA49150062F25F /* Products */,
47+
);
48+
sourceTree = "<group>";
49+
};
50+
C812F64F20EA49150062F25F /* Products */ = {
51+
isa = PBXGroup;
52+
children = (
53+
C812F64E20EA49150062F25F /* JavaScriptCoreDemo.app */,
54+
);
55+
name = Products;
56+
sourceTree = "<group>";
57+
};
58+
C812F65020EA49150062F25F /* JavaScriptCoreDemo */ = {
59+
isa = PBXGroup;
60+
children = (
61+
C812F65120EA49150062F25F /* AppDelegate.h */,
62+
C812F65220EA49150062F25F /* AppDelegate.m */,
63+
C812F65420EA49150062F25F /* ViewController.h */,
64+
C812F65520EA49150062F25F /* ViewController.m */,
65+
C812F65720EA49150062F25F /* Main.storyboard */,
66+
C812F65A20EA49180062F25F /* Assets.xcassets */,
67+
C812F65C20EA49180062F25F /* LaunchScreen.storyboard */,
68+
C812F65F20EA49180062F25F /* Info.plist */,
69+
C812F66020EA49180062F25F /* main.m */,
70+
);
71+
path = JavaScriptCoreDemo;
72+
sourceTree = "<group>";
73+
};
74+
/* End PBXGroup section */
75+
76+
/* Begin PBXNativeTarget section */
77+
C812F64D20EA49150062F25F /* JavaScriptCoreDemo */ = {
78+
isa = PBXNativeTarget;
79+
buildConfigurationList = C812F66420EA49180062F25F /* Build configuration list for PBXNativeTarget "JavaScriptCoreDemo" */;
80+
buildPhases = (
81+
C812F64A20EA49150062F25F /* Sources */,
82+
C812F64B20EA49150062F25F /* Frameworks */,
83+
C812F64C20EA49150062F25F /* Resources */,
84+
);
85+
buildRules = (
86+
);
87+
dependencies = (
88+
);
89+
name = JavaScriptCoreDemo;
90+
productName = JavaScriptCoreDemo;
91+
productReference = C812F64E20EA49150062F25F /* JavaScriptCoreDemo.app */;
92+
productType = "com.apple.product-type.application";
93+
};
94+
/* End PBXNativeTarget section */
95+
96+
/* Begin PBXProject section */
97+
C812F64620EA49150062F25F /* Project object */ = {
98+
isa = PBXProject;
99+
attributes = {
100+
LastUpgradeCheck = 0930;
101+
ORGANIZATIONNAME = www.iqiyi.com;
102+
TargetAttributes = {
103+
C812F64D20EA49150062F25F = {
104+
CreatedOnToolsVersion = 9.3.1;
105+
};
106+
};
107+
};
108+
buildConfigurationList = C812F64920EA49150062F25F /* Build configuration list for PBXProject "JavaScriptCoreDemo" */;
109+
compatibilityVersion = "Xcode 9.3";
110+
developmentRegion = en;
111+
hasScannedForEncodings = 0;
112+
knownRegions = (
113+
en,
114+
Base,
115+
);
116+
mainGroup = C812F64520EA49150062F25F;
117+
productRefGroup = C812F64F20EA49150062F25F /* Products */;
118+
projectDirPath = "";
119+
projectRoot = "";
120+
targets = (
121+
C812F64D20EA49150062F25F /* JavaScriptCoreDemo */,
122+
);
123+
};
124+
/* End PBXProject section */
125+
126+
/* Begin PBXResourcesBuildPhase section */
127+
C812F64C20EA49150062F25F /* Resources */ = {
128+
isa = PBXResourcesBuildPhase;
129+
buildActionMask = 2147483647;
130+
files = (
131+
C812F65E20EA49180062F25F /* LaunchScreen.storyboard in Resources */,
132+
C812F65B20EA49180062F25F /* Assets.xcassets in Resources */,
133+
C812F65920EA49150062F25F /* Main.storyboard in Resources */,
134+
);
135+
runOnlyForDeploymentPostprocessing = 0;
136+
};
137+
/* End PBXResourcesBuildPhase section */
138+
139+
/* Begin PBXSourcesBuildPhase section */
140+
C812F64A20EA49150062F25F /* Sources */ = {
141+
isa = PBXSourcesBuildPhase;
142+
buildActionMask = 2147483647;
143+
files = (
144+
C812F65620EA49150062F25F /* ViewController.m in Sources */,
145+
C812F66120EA49180062F25F /* main.m in Sources */,
146+
C812F65320EA49150062F25F /* AppDelegate.m in Sources */,
147+
);
148+
runOnlyForDeploymentPostprocessing = 0;
149+
};
150+
/* End PBXSourcesBuildPhase section */
151+
152+
/* Begin PBXVariantGroup section */
153+
C812F65720EA49150062F25F /* Main.storyboard */ = {
154+
isa = PBXVariantGroup;
155+
children = (
156+
C812F65820EA49150062F25F /* Base */,
157+
);
158+
name = Main.storyboard;
159+
sourceTree = "<group>";
160+
};
161+
C812F65C20EA49180062F25F /* LaunchScreen.storyboard */ = {
162+
isa = PBXVariantGroup;
163+
children = (
164+
C812F65D20EA49180062F25F /* Base */,
165+
);
166+
name = LaunchScreen.storyboard;
167+
sourceTree = "<group>";
168+
};
169+
/* End PBXVariantGroup section */
170+
171+
/* Begin XCBuildConfiguration section */
172+
C812F66220EA49180062F25F /* Debug */ = {
173+
isa = XCBuildConfiguration;
174+
buildSettings = {
175+
ALWAYS_SEARCH_USER_PATHS = NO;
176+
CLANG_ANALYZER_NONNULL = YES;
177+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
178+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
179+
CLANG_CXX_LIBRARY = "libc++";
180+
CLANG_ENABLE_MODULES = YES;
181+
CLANG_ENABLE_OBJC_ARC = YES;
182+
CLANG_ENABLE_OBJC_WEAK = YES;
183+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
184+
CLANG_WARN_BOOL_CONVERSION = YES;
185+
CLANG_WARN_COMMA = YES;
186+
CLANG_WARN_CONSTANT_CONVERSION = YES;
187+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
188+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
189+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
190+
CLANG_WARN_EMPTY_BODY = YES;
191+
CLANG_WARN_ENUM_CONVERSION = YES;
192+
CLANG_WARN_INFINITE_RECURSION = YES;
193+
CLANG_WARN_INT_CONVERSION = YES;
194+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
195+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
196+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
197+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
198+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
199+
CLANG_WARN_STRICT_PROTOTYPES = YES;
200+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
201+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
202+
CLANG_WARN_UNREACHABLE_CODE = YES;
203+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
204+
CODE_SIGN_IDENTITY = "iPhone Developer";
205+
COPY_PHASE_STRIP = NO;
206+
DEBUG_INFORMATION_FORMAT = dwarf;
207+
ENABLE_STRICT_OBJC_MSGSEND = YES;
208+
ENABLE_TESTABILITY = YES;
209+
GCC_C_LANGUAGE_STANDARD = gnu11;
210+
GCC_DYNAMIC_NO_PIC = NO;
211+
GCC_NO_COMMON_BLOCKS = YES;
212+
GCC_OPTIMIZATION_LEVEL = 0;
213+
GCC_PREPROCESSOR_DEFINITIONS = (
214+
"DEBUG=1",
215+
"$(inherited)",
216+
);
217+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
218+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
219+
GCC_WARN_UNDECLARED_SELECTOR = YES;
220+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
221+
GCC_WARN_UNUSED_FUNCTION = YES;
222+
GCC_WARN_UNUSED_VARIABLE = YES;
223+
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
224+
MTL_ENABLE_DEBUG_INFO = YES;
225+
ONLY_ACTIVE_ARCH = YES;
226+
SDKROOT = iphoneos;
227+
};
228+
name = Debug;
229+
};
230+
C812F66320EA49180062F25F /* Release */ = {
231+
isa = XCBuildConfiguration;
232+
buildSettings = {
233+
ALWAYS_SEARCH_USER_PATHS = NO;
234+
CLANG_ANALYZER_NONNULL = YES;
235+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
236+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
237+
CLANG_CXX_LIBRARY = "libc++";
238+
CLANG_ENABLE_MODULES = YES;
239+
CLANG_ENABLE_OBJC_ARC = YES;
240+
CLANG_ENABLE_OBJC_WEAK = YES;
241+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
242+
CLANG_WARN_BOOL_CONVERSION = YES;
243+
CLANG_WARN_COMMA = YES;
244+
CLANG_WARN_CONSTANT_CONVERSION = YES;
245+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
246+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
247+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
248+
CLANG_WARN_EMPTY_BODY = YES;
249+
CLANG_WARN_ENUM_CONVERSION = YES;
250+
CLANG_WARN_INFINITE_RECURSION = YES;
251+
CLANG_WARN_INT_CONVERSION = YES;
252+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
253+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
254+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
255+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
256+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
257+
CLANG_WARN_STRICT_PROTOTYPES = YES;
258+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
259+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
260+
CLANG_WARN_UNREACHABLE_CODE = YES;
261+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
262+
CODE_SIGN_IDENTITY = "iPhone Developer";
263+
COPY_PHASE_STRIP = NO;
264+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
265+
ENABLE_NS_ASSERTIONS = NO;
266+
ENABLE_STRICT_OBJC_MSGSEND = YES;
267+
GCC_C_LANGUAGE_STANDARD = gnu11;
268+
GCC_NO_COMMON_BLOCKS = YES;
269+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
270+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
271+
GCC_WARN_UNDECLARED_SELECTOR = YES;
272+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
273+
GCC_WARN_UNUSED_FUNCTION = YES;
274+
GCC_WARN_UNUSED_VARIABLE = YES;
275+
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
276+
MTL_ENABLE_DEBUG_INFO = NO;
277+
SDKROOT = iphoneos;
278+
VALIDATE_PRODUCT = YES;
279+
};
280+
name = Release;
281+
};
282+
C812F66520EA49180062F25F /* Debug */ = {
283+
isa = XCBuildConfiguration;
284+
buildSettings = {
285+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
286+
CODE_SIGN_STYLE = Automatic;
287+
DEVELOPMENT_TEAM = KY39782P7V;
288+
INFOPLIST_FILE = JavaScriptCoreDemo/Info.plist;
289+
LD_RUNPATH_SEARCH_PATHS = (
290+
"$(inherited)",
291+
"@executable_path/Frameworks",
292+
);
293+
PRODUCT_BUNDLE_IDENTIFIER = QIYI.JavaScriptCoreDemo;
294+
PRODUCT_NAME = "$(TARGET_NAME)";
295+
TARGETED_DEVICE_FAMILY = "1,2";
296+
};
297+
name = Debug;
298+
};
299+
C812F66620EA49180062F25F /* Release */ = {
300+
isa = XCBuildConfiguration;
301+
buildSettings = {
302+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
303+
CODE_SIGN_STYLE = Automatic;
304+
DEVELOPMENT_TEAM = KY39782P7V;
305+
INFOPLIST_FILE = JavaScriptCoreDemo/Info.plist;
306+
LD_RUNPATH_SEARCH_PATHS = (
307+
"$(inherited)",
308+
"@executable_path/Frameworks",
309+
);
310+
PRODUCT_BUNDLE_IDENTIFIER = QIYI.JavaScriptCoreDemo;
311+
PRODUCT_NAME = "$(TARGET_NAME)";
312+
TARGETED_DEVICE_FAMILY = "1,2";
313+
};
314+
name = Release;
315+
};
316+
/* End XCBuildConfiguration section */
317+
318+
/* Begin XCConfigurationList section */
319+
C812F64920EA49150062F25F /* Build configuration list for PBXProject "JavaScriptCoreDemo" */ = {
320+
isa = XCConfigurationList;
321+
buildConfigurations = (
322+
C812F66220EA49180062F25F /* Debug */,
323+
C812F66320EA49180062F25F /* Release */,
324+
);
325+
defaultConfigurationIsVisible = 0;
326+
defaultConfigurationName = Release;
327+
};
328+
C812F66420EA49180062F25F /* Build configuration list for PBXNativeTarget "JavaScriptCoreDemo" */ = {
329+
isa = XCConfigurationList;
330+
buildConfigurations = (
331+
C812F66520EA49180062F25F /* Debug */,
332+
C812F66620EA49180062F25F /* Release */,
333+
);
334+
defaultConfigurationIsVisible = 0;
335+
defaultConfigurationName = Release;
336+
};
337+
/* End XCConfigurationList section */
338+
};
339+
rootObject = C812F64620EA49150062F25F /* Project object */;
340+
}

‎JavaScriptCoreDemo/JavaScriptCoreDemo.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.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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>SchemeUserState</key>
6+
<dict>
7+
<key>JavaScriptCoreDemo.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
//
2+
// AppDelegate.h
3+
// JavaScriptCoreDemo
4+
//
5+
// Created by yanqiang zhang on 02/07/2018.
6+
// Copyright © 2018 www.iqiyi.com. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
11+
@interface AppDelegate : UIResponder <UIApplicationDelegate>
12+
13+
@property (strong, nonatomic) UIWindow *window;
14+
15+
16+
@end
17+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /