Skip to content

Commit c63b49f

Browse files
committed
Initial Commit
0 parents  commit c63b49f

13 files changed

Lines changed: 632 additions & 0 deletions

File tree

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+
90A676E21D13A6DF008A69F3 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 90A676E11D13A6DF008A69F3 /* main.m */; };
11+
90A676E51D13A6DF008A69F3 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 90A676E41D13A6DF008A69F3 /* AppDelegate.m */; };
12+
90A676E81D13A6DF008A69F3 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 90A676E71D13A6DF008A69F3 /* ViewController.m */; };
13+
90A676EB1D13A6DF008A69F3 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 90A676E91D13A6DF008A69F3 /* Main.storyboard */; };
14+
90A676ED1D13A6DF008A69F3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 90A676EC1D13A6DF008A69F3 /* Assets.xcassets */; };
15+
90A676F01D13A6DF008A69F3 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 90A676EE1D13A6DF008A69F3 /* LaunchScreen.storyboard */; };
16+
/* End PBXBuildFile section */
17+
18+
/* Begin PBXFileReference section */
19+
90A676DD1D13A6DF008A69F3 /* SVGAPlayer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SVGAPlayer.app; sourceTree = BUILT_PRODUCTS_DIR; };
20+
90A676E11D13A6DF008A69F3 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
21+
90A676E31D13A6DF008A69F3 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
22+
90A676E41D13A6DF008A69F3 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
23+
90A676E61D13A6DF008A69F3 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
24+
90A676E71D13A6DF008A69F3 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
25+
90A676EA1D13A6DF008A69F3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
26+
90A676EC1D13A6DF008A69F3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
27+
90A676EF1D13A6DF008A69F3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
28+
90A676F11D13A6DF008A69F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
29+
/* End PBXFileReference section */
30+
31+
/* Begin PBXFrameworksBuildPhase section */
32+
90A676DA1D13A6DF008A69F3 /* Frameworks */ = {
33+
isa = PBXFrameworksBuildPhase;
34+
buildActionMask = 2147483647;
35+
files = (
36+
);
37+
runOnlyForDeploymentPostprocessing = 0;
38+
};
39+
/* End PBXFrameworksBuildPhase section */
40+
41+
/* Begin PBXGroup section */
42+
90A676D41D13A6DF008A69F3 = {
43+
isa = PBXGroup;
44+
children = (
45+
90A676DF1D13A6DF008A69F3 /* SVGAPlayer */,
46+
90A676DE1D13A6DF008A69F3 /* Products */,
47+
);
48+
sourceTree = "<group>";
49+
};
50+
90A676DE1D13A6DF008A69F3 /* Products */ = {
51+
isa = PBXGroup;
52+
children = (
53+
90A676DD1D13A6DF008A69F3 /* SVGAPlayer.app */,
54+
);
55+
name = Products;
56+
sourceTree = "<group>";
57+
};
58+
90A676DF1D13A6DF008A69F3 /* SVGAPlayer */ = {
59+
isa = PBXGroup;
60+
children = (
61+
90A676E31D13A6DF008A69F3 /* AppDelegate.h */,
62+
90A676E41D13A6DF008A69F3 /* AppDelegate.m */,
63+
90A676E61D13A6DF008A69F3 /* ViewController.h */,
64+
90A676E71D13A6DF008A69F3 /* ViewController.m */,
65+
90A676E91D13A6DF008A69F3 /* Main.storyboard */,
66+
90A676EC1D13A6DF008A69F3 /* Assets.xcassets */,
67+
90A676EE1D13A6DF008A69F3 /* LaunchScreen.storyboard */,
68+
90A676F11D13A6DF008A69F3 /* Info.plist */,
69+
90A676E01D13A6DF008A69F3 /* Supporting Files */,
70+
);
71+
path = SVGAPlayer;
72+
sourceTree = "<group>";
73+
};
74+
90A676E01D13A6DF008A69F3 /* Supporting Files */ = {
75+
isa = PBXGroup;
76+
children = (
77+
90A676E11D13A6DF008A69F3 /* main.m */,
78+
);
79+
name = "Supporting Files";
80+
sourceTree = "<group>";
81+
};
82+
/* End PBXGroup section */
83+
84+
/* Begin PBXNativeTarget section */
85+
90A676DC1D13A6DF008A69F3 /* SVGAPlayer */ = {
86+
isa = PBXNativeTarget;
87+
buildConfigurationList = 90A676F41D13A6DF008A69F3 /* Build configuration list for PBXNativeTarget "SVGAPlayer" */;
88+
buildPhases = (
89+
90A676D91D13A6DF008A69F3 /* Sources */,
90+
90A676DA1D13A6DF008A69F3 /* Frameworks */,
91+
90A676DB1D13A6DF008A69F3 /* Resources */,
92+
);
93+
buildRules = (
94+
);
95+
dependencies = (
96+
);
97+
name = SVGAPlayer;
98+
productName = SVGAPlayer;
99+
productReference = 90A676DD1D13A6DF008A69F3 /* SVGAPlayer.app */;
100+
productType = "com.apple.product-type.application";
101+
};
102+
/* End PBXNativeTarget section */
103+
104+
/* Begin PBXProject section */
105+
90A676D51D13A6DF008A69F3 /* Project object */ = {
106+
isa = PBXProject;
107+
attributes = {
108+
LastUpgradeCheck = 0730;
109+
ORGANIZATIONNAME = "UED Center";
110+
TargetAttributes = {
111+
90A676DC1D13A6DF008A69F3 = {
112+
CreatedOnToolsVersion = 7.3;
113+
};
114+
};
115+
};
116+
buildConfigurationList = 90A676D81D13A6DF008A69F3 /* Build configuration list for PBXProject "SVGAPlayer" */;
117+
compatibilityVersion = "Xcode 3.2";
118+
developmentRegion = English;
119+
hasScannedForEncodings = 0;
120+
knownRegions = (
121+
en,
122+
Base,
123+
);
124+
mainGroup = 90A676D41D13A6DF008A69F3;
125+
productRefGroup = 90A676DE1D13A6DF008A69F3 /* Products */;
126+
projectDirPath = "";
127+
projectRoot = "";
128+
targets = (
129+
90A676DC1D13A6DF008A69F3 /* SVGAPlayer */,
130+
);
131+
};
132+
/* End PBXProject section */
133+
134+
/* Begin PBXResourcesBuildPhase section */
135+
90A676DB1D13A6DF008A69F3 /* Resources */ = {
136+
isa = PBXResourcesBuildPhase;
137+
buildActionMask = 2147483647;
138+
files = (
139+
90A676F01D13A6DF008A69F3 /* LaunchScreen.storyboard in Resources */,
140+
90A676ED1D13A6DF008A69F3 /* Assets.xcassets in Resources */,
141+
90A676EB1D13A6DF008A69F3 /* Main.storyboard in Resources */,
142+
);
143+
runOnlyForDeploymentPostprocessing = 0;
144+
};
145+
/* End PBXResourcesBuildPhase section */
146+
147+
/* Begin PBXSourcesBuildPhase section */
148+
90A676D91D13A6DF008A69F3 /* Sources */ = {
149+
isa = PBXSourcesBuildPhase;
150+
buildActionMask = 2147483647;
151+
files = (
152+
90A676E81D13A6DF008A69F3 /* ViewController.m in Sources */,
153+
90A676E51D13A6DF008A69F3 /* AppDelegate.m in Sources */,
154+
90A676E21D13A6DF008A69F3 /* main.m in Sources */,
155+
);
156+
runOnlyForDeploymentPostprocessing = 0;
157+
};
158+
/* End PBXSourcesBuildPhase section */
159+
160+
/* Begin PBXVariantGroup section */
161+
90A676E91D13A6DF008A69F3 /* Main.storyboard */ = {
162+
isa = PBXVariantGroup;
163+
children = (
164+
90A676EA1D13A6DF008A69F3 /* Base */,
165+
);
166+
name = Main.storyboard;
167+
sourceTree = "<group>";
168+
};
169+
90A676EE1D13A6DF008A69F3 /* LaunchScreen.storyboard */ = {
170+
isa = PBXVariantGroup;
171+
children = (
172+
90A676EF1D13A6DF008A69F3 /* Base */,
173+
);
174+
name = LaunchScreen.storyboard;
175+
sourceTree = "<group>";
176+
};
177+
/* End PBXVariantGroup section */
178+
179+
/* Begin XCBuildConfiguration section */
180+
90A676F21D13A6DF008A69F3 /* Debug */ = {
181+
isa = XCBuildConfiguration;
182+
buildSettings = {
183+
ALWAYS_SEARCH_USER_PATHS = NO;
184+
CLANG_ANALYZER_NONNULL = YES;
185+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
186+
CLANG_CXX_LIBRARY = "libc++";
187+
CLANG_ENABLE_MODULES = YES;
188+
CLANG_ENABLE_OBJC_ARC = YES;
189+
CLANG_WARN_BOOL_CONVERSION = YES;
190+
CLANG_WARN_CONSTANT_CONVERSION = YES;
191+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
192+
CLANG_WARN_EMPTY_BODY = YES;
193+
CLANG_WARN_ENUM_CONVERSION = YES;
194+
CLANG_WARN_INT_CONVERSION = YES;
195+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
196+
CLANG_WARN_UNREACHABLE_CODE = YES;
197+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
198+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
199+
COPY_PHASE_STRIP = NO;
200+
DEBUG_INFORMATION_FORMAT = dwarf;
201+
ENABLE_STRICT_OBJC_MSGSEND = YES;
202+
ENABLE_TESTABILITY = YES;
203+
GCC_C_LANGUAGE_STANDARD = gnu99;
204+
GCC_DYNAMIC_NO_PIC = NO;
205+
GCC_NO_COMMON_BLOCKS = YES;
206+
GCC_OPTIMIZATION_LEVEL = 0;
207+
GCC_PREPROCESSOR_DEFINITIONS = (
208+
"DEBUG=1",
209+
"$(inherited)",
210+
);
211+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
212+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
213+
GCC_WARN_UNDECLARED_SELECTOR = YES;
214+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
215+
GCC_WARN_UNUSED_FUNCTION = YES;
216+
GCC_WARN_UNUSED_VARIABLE = YES;
217+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
218+
MTL_ENABLE_DEBUG_INFO = YES;
219+
ONLY_ACTIVE_ARCH = YES;
220+
SDKROOT = iphoneos;
221+
};
222+
name = Debug;
223+
};
224+
90A676F31D13A6DF008A69F3 /* Release */ = {
225+
isa = XCBuildConfiguration;
226+
buildSettings = {
227+
ALWAYS_SEARCH_USER_PATHS = NO;
228+
CLANG_ANALYZER_NONNULL = YES;
229+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
230+
CLANG_CXX_LIBRARY = "libc++";
231+
CLANG_ENABLE_MODULES = YES;
232+
CLANG_ENABLE_OBJC_ARC = YES;
233+
CLANG_WARN_BOOL_CONVERSION = YES;
234+
CLANG_WARN_CONSTANT_CONVERSION = YES;
235+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
236+
CLANG_WARN_EMPTY_BODY = YES;
237+
CLANG_WARN_ENUM_CONVERSION = YES;
238+
CLANG_WARN_INT_CONVERSION = YES;
239+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
240+
CLANG_WARN_UNREACHABLE_CODE = YES;
241+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
242+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
243+
COPY_PHASE_STRIP = NO;
244+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
245+
ENABLE_NS_ASSERTIONS = NO;
246+
ENABLE_STRICT_OBJC_MSGSEND = YES;
247+
GCC_C_LANGUAGE_STANDARD = gnu99;
248+
GCC_NO_COMMON_BLOCKS = YES;
249+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
250+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
251+
GCC_WARN_UNDECLARED_SELECTOR = YES;
252+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
253+
GCC_WARN_UNUSED_FUNCTION = YES;
254+
GCC_WARN_UNUSED_VARIABLE = YES;
255+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
256+
MTL_ENABLE_DEBUG_INFO = NO;
257+
SDKROOT = iphoneos;
258+
VALIDATE_PRODUCT = YES;
259+
};
260+
name = Release;
261+
};
262+
90A676F51D13A6DF008A69F3 /* Debug */ = {
263+
isa = XCBuildConfiguration;
264+
buildSettings = {
265+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
266+
INFOPLIST_FILE = SVGAPlayer/Info.plist;
267+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
268+
PRODUCT_BUNDLE_IDENTIFIER = com.opensource.SVGAPlayer;
269+
PRODUCT_NAME = "$(TARGET_NAME)";
270+
};
271+
name = Debug;
272+
};
273+
90A676F61D13A6DF008A69F3 /* Release */ = {
274+
isa = XCBuildConfiguration;
275+
buildSettings = {
276+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
277+
INFOPLIST_FILE = SVGAPlayer/Info.plist;
278+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
279+
PRODUCT_BUNDLE_IDENTIFIER = com.opensource.SVGAPlayer;
280+
PRODUCT_NAME = "$(TARGET_NAME)";
281+
};
282+
name = Release;
283+
};
284+
/* End XCBuildConfiguration section */
285+
286+
/* Begin XCConfigurationList section */
287+
90A676D81D13A6DF008A69F3 /* Build configuration list for PBXProject "SVGAPlayer" */ = {
288+
isa = XCConfigurationList;
289+
buildConfigurations = (
290+
90A676F21D13A6DF008A69F3 /* Debug */,
291+
90A676F31D13A6DF008A69F3 /* Release */,
292+
);
293+
defaultConfigurationIsVisible = 0;
294+
defaultConfigurationName = Release;
295+
};
296+
90A676F41D13A6DF008A69F3 /* Build configuration list for PBXNativeTarget "SVGAPlayer" */ = {
297+
isa = XCConfigurationList;
298+
buildConfigurations = (
299+
90A676F51D13A6DF008A69F3 /* Debug */,
300+
90A676F61D13A6DF008A69F3 /* Release */,
301+
);
302+
defaultConfigurationIsVisible = 0;
303+
};
304+
/* End XCConfigurationList section */
305+
};
306+
rootObject = 90A676D51D13A6DF008A69F3 /* Project object */;
307+
}

SVGAPlayer.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: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0730"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
</BuildAction>
9+
<TestAction
10+
buildConfiguration = "Debug"
11+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
12+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
13+
shouldUseLaunchSchemeArgsEnv = "YES">
14+
<Testables>
15+
</Testables>
16+
<AdditionalOptions>
17+
</AdditionalOptions>
18+
</TestAction>
19+
<LaunchAction
20+
buildConfiguration = "Debug"
21+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
22+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
23+
launchStyle = "0"
24+
useCustomWorkingDirectory = "NO"
25+
ignoresPersistentStateOnLaunch = "NO"
26+
debugDocumentVersioning = "YES"
27+
debugServiceExtension = "internal"
28+
allowLocationSimulation = "YES">
29+
<AdditionalOptions>
30+
</AdditionalOptions>
31+
</LaunchAction>
32+
<ProfileAction
33+
buildConfiguration = "Release"
34+
shouldUseLaunchSchemeArgsEnv = "YES"
35+
savedToolIdentifier = ""
36+
useCustomWorkingDirectory = "NO"
37+
debugDocumentVersioning = "YES">
38+
</ProfileAction>
39+
<AnalyzeAction
40+
buildConfiguration = "Debug">
41+
</AnalyzeAction>
42+
<ArchiveAction
43+
buildConfiguration = "Release"
44+
revealArchiveInOrganizer = "YES">
45+
</ArchiveAction>
46+
</Scheme>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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>SVGAPlayer.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>90A676DC1D13A6DF008A69F3</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
</dict>
21+
</dict>
22+
</plist>

0 commit comments

Comments
 (0)