Skip to content

Commit fe6d39f

Browse files
author
Jim Puls
committed
Initial Commit
0 parents  commit fe6d39f

7 files changed

Lines changed: 485 additions & 0 deletions

File tree

assetgen.xcodeproj/project.pbxproj

Lines changed: 260 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,260 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
A89D8FE717CFFDCE0077F2B5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A89D8FE617CFFDCE0077F2B5 /* Foundation.framework */; };
11+
A89D8FEA17CFFDCE0077F2B5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A89D8FE917CFFDCE0077F2B5 /* main.m */; };
12+
A89D8FEE17CFFDCE0077F2B5 /* assetgen.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = A89D8FED17CFFDCE0077F2B5 /* assetgen.1 */; };
13+
/* End PBXBuildFile section */
14+
15+
/* Begin PBXCopyFilesBuildPhase section */
16+
A89D8FE117CFFDCE0077F2B5 /* CopyFiles */ = {
17+
isa = PBXCopyFilesBuildPhase;
18+
buildActionMask = 2147483647;
19+
dstPath = /usr/share/man/man1/;
20+
dstSubfolderSpec = 0;
21+
files = (
22+
A89D8FEE17CFFDCE0077F2B5 /* assetgen.1 in CopyFiles */,
23+
);
24+
runOnlyForDeploymentPostprocessing = 1;
25+
};
26+
/* End PBXCopyFilesBuildPhase section */
27+
28+
/* Begin PBXFileReference section */
29+
A89D8FE317CFFDCE0077F2B5 /* assetgen */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = assetgen; sourceTree = BUILT_PRODUCTS_DIR; };
30+
A89D8FE617CFFDCE0077F2B5 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
31+
A89D8FE917CFFDCE0077F2B5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
32+
A89D8FEC17CFFDCE0077F2B5 /* assetgen-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "assetgen-Prefix.pch"; sourceTree = "<group>"; };
33+
A89D8FED17CFFDCE0077F2B5 /* assetgen.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = assetgen.1; sourceTree = "<group>"; };
34+
/* End PBXFileReference section */
35+
36+
/* Begin PBXFrameworksBuildPhase section */
37+
A89D8FE017CFFDCE0077F2B5 /* Frameworks */ = {
38+
isa = PBXFrameworksBuildPhase;
39+
buildActionMask = 2147483647;
40+
files = (
41+
A89D8FE717CFFDCE0077F2B5 /* Foundation.framework in Frameworks */,
42+
);
43+
runOnlyForDeploymentPostprocessing = 0;
44+
};
45+
/* End PBXFrameworksBuildPhase section */
46+
47+
/* Begin PBXGroup section */
48+
A89D8FDA17CFFDCE0077F2B5 = {
49+
isa = PBXGroup;
50+
children = (
51+
A89D8FE817CFFDCE0077F2B5 /* assetgen */,
52+
A89D8FE517CFFDCE0077F2B5 /* Frameworks */,
53+
A89D8FE417CFFDCE0077F2B5 /* Products */,
54+
);
55+
sourceTree = "<group>";
56+
};
57+
A89D8FE417CFFDCE0077F2B5 /* Products */ = {
58+
isa = PBXGroup;
59+
children = (
60+
A89D8FE317CFFDCE0077F2B5 /* assetgen */,
61+
);
62+
name = Products;
63+
sourceTree = "<group>";
64+
};
65+
A89D8FE517CFFDCE0077F2B5 /* Frameworks */ = {
66+
isa = PBXGroup;
67+
children = (
68+
A89D8FE617CFFDCE0077F2B5 /* Foundation.framework */,
69+
);
70+
name = Frameworks;
71+
sourceTree = "<group>";
72+
};
73+
A89D8FE817CFFDCE0077F2B5 /* assetgen */ = {
74+
isa = PBXGroup;
75+
children = (
76+
A89D8FE917CFFDCE0077F2B5 /* main.m */,
77+
A89D8FED17CFFDCE0077F2B5 /* assetgen.1 */,
78+
A89D8FEB17CFFDCE0077F2B5 /* Supporting Files */,
79+
);
80+
path = assetgen;
81+
sourceTree = "<group>";
82+
};
83+
A89D8FEB17CFFDCE0077F2B5 /* Supporting Files */ = {
84+
isa = PBXGroup;
85+
children = (
86+
A89D8FEC17CFFDCE0077F2B5 /* assetgen-Prefix.pch */,
87+
);
88+
name = "Supporting Files";
89+
sourceTree = "<group>";
90+
};
91+
/* End PBXGroup section */
92+
93+
/* Begin PBXNativeTarget section */
94+
A89D8FE217CFFDCE0077F2B5 /* assetgen */ = {
95+
isa = PBXNativeTarget;
96+
buildConfigurationList = A89D8FF117CFFDCE0077F2B5 /* Build configuration list for PBXNativeTarget "assetgen" */;
97+
buildPhases = (
98+
A89D8FDF17CFFDCE0077F2B5 /* Sources */,
99+
A89D8FE017CFFDCE0077F2B5 /* Frameworks */,
100+
A89D8FE117CFFDCE0077F2B5 /* CopyFiles */,
101+
);
102+
buildRules = (
103+
);
104+
dependencies = (
105+
);
106+
name = assetgen;
107+
productName = assetgen;
108+
productReference = A89D8FE317CFFDCE0077F2B5 /* assetgen */;
109+
productType = "com.apple.product-type.tool";
110+
};
111+
/* End PBXNativeTarget section */
112+
113+
/* Begin PBXProject section */
114+
A89D8FDB17CFFDCE0077F2B5 /* Project object */ = {
115+
isa = PBXProject;
116+
attributes = {
117+
LastUpgradeCheck = 0500;
118+
ORGANIZATIONNAME = "Square, Inc";
119+
};
120+
buildConfigurationList = A89D8FDE17CFFDCE0077F2B5 /* Build configuration list for PBXProject "assetgen" */;
121+
compatibilityVersion = "Xcode 3.2";
122+
developmentRegion = English;
123+
hasScannedForEncodings = 0;
124+
knownRegions = (
125+
en,
126+
);
127+
mainGroup = A89D8FDA17CFFDCE0077F2B5;
128+
productRefGroup = A89D8FE417CFFDCE0077F2B5 /* Products */;
129+
projectDirPath = "";
130+
projectRoot = "";
131+
targets = (
132+
A89D8FE217CFFDCE0077F2B5 /* assetgen */,
133+
);
134+
};
135+
/* End PBXProject section */
136+
137+
/* Begin PBXSourcesBuildPhase section */
138+
A89D8FDF17CFFDCE0077F2B5 /* Sources */ = {
139+
isa = PBXSourcesBuildPhase;
140+
buildActionMask = 2147483647;
141+
files = (
142+
A89D8FEA17CFFDCE0077F2B5 /* main.m in Sources */,
143+
);
144+
runOnlyForDeploymentPostprocessing = 0;
145+
};
146+
/* End PBXSourcesBuildPhase section */
147+
148+
/* Begin XCBuildConfiguration section */
149+
A89D8FEF17CFFDCE0077F2B5 /* Debug */ = {
150+
isa = XCBuildConfiguration;
151+
buildSettings = {
152+
ALWAYS_SEARCH_USER_PATHS = NO;
153+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
154+
CLANG_CXX_LIBRARY = "libc++";
155+
CLANG_ENABLE_MODULES = YES;
156+
CLANG_ENABLE_OBJC_ARC = YES;
157+
CLANG_WARN_BOOL_CONVERSION = YES;
158+
CLANG_WARN_CONSTANT_CONVERSION = YES;
159+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
160+
CLANG_WARN_EMPTY_BODY = YES;
161+
CLANG_WARN_ENUM_CONVERSION = YES;
162+
CLANG_WARN_INT_CONVERSION = YES;
163+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
164+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
165+
COPY_PHASE_STRIP = NO;
166+
GCC_C_LANGUAGE_STANDARD = gnu99;
167+
GCC_DYNAMIC_NO_PIC = NO;
168+
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
169+
GCC_OPTIMIZATION_LEVEL = 0;
170+
GCC_PREPROCESSOR_DEFINITIONS = (
171+
"DEBUG=1",
172+
"$(inherited)",
173+
);
174+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
175+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
176+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
177+
GCC_WARN_UNDECLARED_SELECTOR = YES;
178+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
179+
GCC_WARN_UNUSED_FUNCTION = YES;
180+
GCC_WARN_UNUSED_VARIABLE = YES;
181+
MACOSX_DEPLOYMENT_TARGET = 10.8;
182+
ONLY_ACTIVE_ARCH = YES;
183+
SDKROOT = macosx;
184+
};
185+
name = Debug;
186+
};
187+
A89D8FF017CFFDCE0077F2B5 /* Release */ = {
188+
isa = XCBuildConfiguration;
189+
buildSettings = {
190+
ALWAYS_SEARCH_USER_PATHS = NO;
191+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
192+
CLANG_CXX_LIBRARY = "libc++";
193+
CLANG_ENABLE_MODULES = YES;
194+
CLANG_ENABLE_OBJC_ARC = YES;
195+
CLANG_WARN_BOOL_CONVERSION = YES;
196+
CLANG_WARN_CONSTANT_CONVERSION = YES;
197+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
198+
CLANG_WARN_EMPTY_BODY = YES;
199+
CLANG_WARN_ENUM_CONVERSION = YES;
200+
CLANG_WARN_INT_CONVERSION = YES;
201+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
202+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
203+
COPY_PHASE_STRIP = YES;
204+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
205+
ENABLE_NS_ASSERTIONS = NO;
206+
GCC_C_LANGUAGE_STANDARD = gnu99;
207+
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
208+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
209+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
210+
GCC_WARN_UNDECLARED_SELECTOR = YES;
211+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
212+
GCC_WARN_UNUSED_FUNCTION = YES;
213+
GCC_WARN_UNUSED_VARIABLE = YES;
214+
MACOSX_DEPLOYMENT_TARGET = 10.8;
215+
SDKROOT = macosx;
216+
};
217+
name = Release;
218+
};
219+
A89D8FF217CFFDCE0077F2B5 /* Debug */ = {
220+
isa = XCBuildConfiguration;
221+
buildSettings = {
222+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
223+
GCC_PREFIX_HEADER = "assetgen/assetgen-Prefix.pch";
224+
PRODUCT_NAME = "$(TARGET_NAME)";
225+
};
226+
name = Debug;
227+
};
228+
A89D8FF317CFFDCE0077F2B5 /* Release */ = {
229+
isa = XCBuildConfiguration;
230+
buildSettings = {
231+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
232+
GCC_PREFIX_HEADER = "assetgen/assetgen-Prefix.pch";
233+
PRODUCT_NAME = "$(TARGET_NAME)";
234+
};
235+
name = Release;
236+
};
237+
/* End XCBuildConfiguration section */
238+
239+
/* Begin XCConfigurationList section */
240+
A89D8FDE17CFFDCE0077F2B5 /* Build configuration list for PBXProject "assetgen" */ = {
241+
isa = XCConfigurationList;
242+
buildConfigurations = (
243+
A89D8FEF17CFFDCE0077F2B5 /* Debug */,
244+
A89D8FF017CFFDCE0077F2B5 /* Release */,
245+
);
246+
defaultConfigurationIsVisible = 0;
247+
defaultConfigurationName = Release;
248+
};
249+
A89D8FF117CFFDCE0077F2B5 /* Build configuration list for PBXNativeTarget "assetgen" */ = {
250+
isa = XCConfigurationList;
251+
buildConfigurations = (
252+
A89D8FF217CFFDCE0077F2B5 /* Debug */,
253+
A89D8FF317CFFDCE0077F2B5 /* Release */,
254+
);
255+
defaultConfigurationIsVisible = 0;
256+
};
257+
/* End XCConfigurationList section */
258+
};
259+
rootObject = A89D8FDB17CFFDCE0077F2B5 /* Project object */;
260+
}

assetgen.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: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0500"
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 = "A89D8FE217CFFDCE0077F2B5"
18+
BuildableName = "assetgen"
19+
BlueprintName = "assetgen"
20+
ReferencedContainer = "container:assetgen.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
27+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
28+
shouldUseLaunchSchemeArgsEnv = "YES"
29+
buildConfiguration = "Debug">
30+
<Testables>
31+
</Testables>
32+
<MacroExpansion>
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "A89D8FE217CFFDCE0077F2B5"
36+
BuildableName = "assetgen"
37+
BlueprintName = "assetgen"
38+
ReferencedContainer = "container:assetgen.xcodeproj">
39+
</BuildableReference>
40+
</MacroExpansion>
41+
</TestAction>
42+
<LaunchAction
43+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
44+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
45+
launchStyle = "0"
46+
useCustomWorkingDirectory = "NO"
47+
buildConfiguration = "Debug"
48+
ignoresPersistentStateOnLaunch = "NO"
49+
debugDocumentVersioning = "YES"
50+
allowLocationSimulation = "YES">
51+
<BuildableProductRunnable>
52+
<BuildableReference
53+
BuildableIdentifier = "primary"
54+
BlueprintIdentifier = "A89D8FE217CFFDCE0077F2B5"
55+
BuildableName = "assetgen"
56+
BlueprintName = "assetgen"
57+
ReferencedContainer = "container:assetgen.xcodeproj">
58+
</BuildableReference>
59+
</BuildableProductRunnable>
60+
<AdditionalOptions>
61+
</AdditionalOptions>
62+
</LaunchAction>
63+
<ProfileAction
64+
shouldUseLaunchSchemeArgsEnv = "YES"
65+
savedToolIdentifier = ""
66+
useCustomWorkingDirectory = "NO"
67+
buildConfiguration = "Release"
68+
debugDocumentVersioning = "YES">
69+
<BuildableProductRunnable>
70+
<BuildableReference
71+
BuildableIdentifier = "primary"
72+
BlueprintIdentifier = "A89D8FE217CFFDCE0077F2B5"
73+
BuildableName = "assetgen"
74+
BlueprintName = "assetgen"
75+
ReferencedContainer = "container:assetgen.xcodeproj">
76+
</BuildableReference>
77+
</BuildableProductRunnable>
78+
</ProfileAction>
79+
<AnalyzeAction
80+
buildConfiguration = "Debug">
81+
</AnalyzeAction>
82+
<ArchiveAction
83+
buildConfiguration = "Release"
84+
revealArchiveInOrganizer = "YES">
85+
</ArchiveAction>
86+
</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>assetgen.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>A89D8FE217CFFDCE0077F2B5</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
</dict>
21+
</dict>
22+
</plist>

assetgen/assetgen-Prefix.pch

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
//
2+
// Prefix header
3+
//
4+
// The contents of this file are implicitly included at the beginning of every source file.
5+
//
6+
7+
#ifdef __OBJC__
8+
#import <Foundation/Foundation.h>
9+
#endif

0 commit comments

Comments
 (0)