|
15 | 15 | 083276D51579D1A500E68689 /* XOAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 083276D41579D1A500E68689 /* XOAppDelegate.m */; };
|
16 | 16 | 083276D81579D1A500E68689 /* XOViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 083276D71579D1A500E68689 /* XOViewController.m */; };
|
17 | 17 | 083276DB1579D1A500E68689 /* XOViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 083276D91579D1A500E68689 /* XOViewController.xib */; };
|
| 18 | + 083276E31579D2BF00E68689 /* splash.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = 083276E21579D2BF00E68689 /* splash.mp4 */; }; |
| 19 | + 083276E51579D33900E68689 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 083276E41579D33900E68689 /* MediaPlayer.framework */; }; |
| 20 | + 083276E81579D3CD00E68689 /* XOSplashVideoController.m in Sources */ = {isa = PBXBuildFile; fileRef = 083276E71579D3CD00E68689 /* XOSplashVideoController.m */; }; |
| 21 | + 083276F0157A550500E68689 /* Default-Portrait~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = 083276EF157A550500E68689 /* Default-Portrait~ipad.png */; }; |
18 | 22 | /* End PBXBuildFile section */
|
19 | 23 |
|
20 | 24 | /* Begin PBXFileReference section */
|
21 | 25 | 083276C01579D1A500E68689 /* XOSplash.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = XOSplash.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
22 | 26 | 083276C41579D1A500E68689 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
23 | 27 | 083276C61579D1A500E68689 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
24 | 28 | 083276C81579D1A500E68689 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
25 |
| - 083276CC1579D1A500E68689 /* XOSplash-Info.plist */ = {isa = PBXFileReference; path = "XOSplash-Info.plist"; sourceTree = "<group>"; }; |
| 29 | + 083276CC1579D1A500E68689 /* XOSplash-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "XOSplash-Info.plist"; sourceTree = "<group>"; }; |
26 | 30 | 083276CE1579D1A500E68689 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
27 | 31 | 083276D01579D1A500E68689 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
28 |
| - 083276D21579D1A500E68689 /* XOSplash-Prefix.pch */ = {isa = PBXFileReference; path = "XOSplash-Prefix.pch"; sourceTree = "<group>"; }; |
29 |
| - 083276D31579D1A500E68689 /* XOAppDelegate.h */ = {isa = PBXFileReference; path = XOAppDelegate.h; sourceTree = "<group>"; }; |
| 32 | + 083276D21579D1A500E68689 /* XOSplash-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "XOSplash-Prefix.pch"; sourceTree = "<group>"; }; |
| 33 | + 083276D31579D1A500E68689 /* XOAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XOAppDelegate.h; sourceTree = "<group>"; }; |
30 | 34 | 083276D41579D1A500E68689 /* XOAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XOAppDelegate.m; sourceTree = "<group>"; };
|
31 |
| - 083276D61579D1A500E68689 /* XOViewController.h */ = {isa = PBXFileReference; path = XOViewController.h; sourceTree = "<group>"; }; |
| 35 | + 083276D61579D1A500E68689 /* XOViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XOViewController.h; sourceTree = "<group>"; }; |
32 | 36 | 083276D71579D1A500E68689 /* XOViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XOViewController.m; sourceTree = "<group>"; };
|
33 | 37 | 083276DA1579D1A500E68689 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/XOViewController.xib; sourceTree = "<group>"; };
|
| 38 | + 083276E21579D2BF00E68689 /* splash.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; name = splash.mp4; path = Resources/splash.mp4; sourceTree = "<group>"; }; |
| 39 | + 083276E41579D33900E68689 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; }; |
| 40 | + 083276E61579D3CD00E68689 /* XOSplashVideoController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XOSplashVideoController.h; sourceTree = "<group>"; }; |
| 41 | + 083276E71579D3CD00E68689 /* XOSplashVideoController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XOSplashVideoController.m; sourceTree = "<group>"; }; |
| 42 | + 083276EF157A550500E68689 /* Default-Portrait~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Portrait~ipad.png"; sourceTree = "<group>"; }; |
34 | 43 | /* End PBXFileReference section */
|
35 | 44 |
|
36 | 45 | /* Begin PBXFrameworksBuildPhase section */
|
|
41 | 50 | 083276C51579D1A500E68689 /* UIKit.framework in Frameworks */,
|
42 | 51 | 083276C71579D1A500E68689 /* Foundation.framework in Frameworks */,
|
43 | 52 | 083276C91579D1A500E68689 /* CoreGraphics.framework in Frameworks */,
|
| 53 | + 083276E51579D33900E68689 /* MediaPlayer.framework in Frameworks */, |
44 | 54 | );
|
45 | 55 | runOnlyForDeploymentPostprocessing = 0;
|
46 | 56 | };
|
|
50 | 60 | 083276B51579D1A500E68689 = {
|
51 | 61 | isa = PBXGroup;
|
52 | 62 | children = (
|
| 63 | + 083276EF157A550500E68689 /* Default-Portrait~ipad.png */, |
53 | 64 | 083276CA1579D1A500E68689 /* XOSplash */,
|
54 | 65 | 083276C31579D1A500E68689 /* Frameworks */,
|
55 | 66 | 083276C11579D1A500E68689 /* Products */,
|
|
67 | 78 | 083276C31579D1A500E68689 /* Frameworks */ = {
|
68 | 79 | isa = PBXGroup;
|
69 | 80 | children = (
|
70 |
| - 083276C41579D1A500E68689 /* UIKit.framework */, |
71 |
| - 083276C61579D1A500E68689 /* Foundation.framework */, |
72 | 81 | 083276C81579D1A500E68689 /* CoreGraphics.framework */,
|
| 82 | + 083276C61579D1A500E68689 /* Foundation.framework */, |
| 83 | + 083276E41579D33900E68689 /* MediaPlayer.framework */, |
| 84 | + 083276C41579D1A500E68689 /* UIKit.framework */, |
73 | 85 | );
|
74 | 86 | name = Frameworks;
|
75 | 87 | sourceTree = "<group>";
|
76 | 88 | };
|
77 | 89 | 083276CA1579D1A500E68689 /* XOSplash */ = {
|
78 | 90 | isa = PBXGroup;
|
79 | 91 | children = (
|
| 92 | + 083276E11579D22000E68689 /* Resources */, |
| 93 | + 083276CB1579D1A500E68689 /* Supporting Files */, |
80 | 94 | 083276D31579D1A500E68689 /* XOAppDelegate.h */,
|
81 | 95 | 083276D41579D1A500E68689 /* XOAppDelegate.m */,
|
| 96 | + 083276E61579D3CD00E68689 /* XOSplashVideoController.h */, |
| 97 | + 083276E71579D3CD00E68689 /* XOSplashVideoController.m */, |
82 | 98 | 083276D61579D1A500E68689 /* XOViewController.h */,
|
83 | 99 | 083276D71579D1A500E68689 /* XOViewController.m */,
|
84 | 100 | 083276D91579D1A500E68689 /* XOViewController.xib */,
|
85 |
| - 083276CB1579D1A500E68689 /* Supporting Files */, |
86 | 101 | );
|
87 | 102 | path = XOSplash;
|
88 | 103 | sourceTree = "<group>";
|
89 | 104 | };
|
90 | 105 | 083276CB1579D1A500E68689 /* Supporting Files */ = {
|
91 | 106 | isa = PBXGroup;
|
92 | 107 | children = (
|
93 |
| - 083276CC1579D1A500E68689 /* XOSplash-Info.plist */, |
94 | 108 | 083276CD1579D1A500E68689 /* InfoPlist.strings */,
|
95 | 109 | 083276D01579D1A500E68689 /* main.m */,
|
| 110 | + 083276CC1579D1A500E68689 /* XOSplash-Info.plist */, |
96 | 111 | 083276D21579D1A500E68689 /* XOSplash-Prefix.pch */,
|
97 | 112 | );
|
98 | 113 | name = "Supporting Files";
|
99 | 114 | sourceTree = "<group>";
|
100 | 115 | };
|
| 116 | + 083276E11579D22000E68689 /* Resources */ = { |
| 117 | + isa = PBXGroup; |
| 118 | + children = ( |
| 119 | + 083276E21579D2BF00E68689 /* splash.mp4 */, |
| 120 | + ); |
| 121 | + name = Resources; |
| 122 | + sourceTree = "<group>"; |
| 123 | + }; |
101 | 124 | /* End PBXGroup section */
|
102 | 125 |
|
103 | 126 | /* Begin PBXNativeTarget section */
|
|
126 | 149 | attributes = {
|
127 | 150 | CLASSPREFIX = XO;
|
128 | 151 | LastUpgradeCheck = 0430;
|
129 |
| - ORGANIZATIONNAME = Madefire; |
| 152 | + ORGANIZATIONNAME = RossMcFarland; |
130 | 153 | };
|
131 | 154 | buildConfigurationList = 083276BA1579D1A500E68689 /* Build configuration list for PBXProject "XOSplash" */;
|
132 | 155 | compatibilityVersion = "Xcode 3.2";
|
|
152 | 175 | files = (
|
153 | 176 | 083276CF1579D1A500E68689 /* InfoPlist.strings in Resources */,
|
154 | 177 | 083276DB1579D1A500E68689 /* XOViewController.xib in Resources */,
|
| 178 | + 083276E31579D2BF00E68689 /* splash.mp4 in Resources */, |
| 179 | + 083276F0157A550500E68689 /* Default-Portrait~ipad.png in Resources */, |
155 | 180 | );
|
156 | 181 | runOnlyForDeploymentPostprocessing = 0;
|
157 | 182 | };
|
|
165 | 190 | 083276D11579D1A500E68689 /* main.m in Sources */,
|
166 | 191 | 083276D51579D1A500E68689 /* XOAppDelegate.m in Sources */,
|
167 | 192 | 083276D81579D1A500E68689 /* XOViewController.m in Sources */,
|
| 193 | + 083276E81579D3CD00E68689 /* XOSplashVideoController.m in Sources */, |
168 | 194 | );
|
169 | 195 | runOnlyForDeploymentPostprocessing = 0;
|
170 | 196 | };
|
|
0 commit comments