Skip to content

Commit 36cf8dd

Browse files
committed
Initial commit
0 parents  commit 36cf8dd

File tree

18 files changed

+2088
-0
lines changed

18 files changed

+2088
-0
lines changed
Lines changed: 282 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,282 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
AA1CADAD1B39D7E700D5C7DF /* OctoscreenView.h in Headers */ = {isa = PBXBuildFile; fileRef = AA1CADAC1B39D7E700D5C7DF /* OctoscreenView.h */; };
11+
AA1CADAF1B39D7E700D5C7DF /* OctoscreenView.m in Sources */ = {isa = PBXBuildFile; fileRef = AA1CADAE1B39D7E700D5C7DF /* OctoscreenView.m */; };
12+
AA1CADB71B39FECA00D5C7DF /* build in Resources */ = {isa = PBXBuildFile; fileRef = AA1CADB51B39FECA00D5C7DF /* build */; };
13+
AA1CADB81B39FECA00D5C7DF /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = AA1CADB61B39FECA00D5C7DF /* index.html */; };
14+
/* End PBXBuildFile section */
15+
16+
/* Begin PBXFileReference section */
17+
AA1CADA71B39D7E700D5C7DF /* Octoscreen.saver */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Octoscreen.saver; sourceTree = BUILT_PRODUCTS_DIR; };
18+
AA1CADAB1B39D7E700D5C7DF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
19+
AA1CADAC1B39D7E700D5C7DF /* OctoscreenView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OctoscreenView.h; sourceTree = "<group>"; };
20+
AA1CADAE1B39D7E700D5C7DF /* OctoscreenView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = OctoscreenView.m; sourceTree = "<group>"; };
21+
AA1CADB51B39FECA00D5C7DF /* build */ = {isa = PBXFileReference; lastKnownFileType = folder; path = build; sourceTree = "<group>"; };
22+
AA1CADB61B39FECA00D5C7DF /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = "<group>"; };
23+
/* End PBXFileReference section */
24+
25+
/* Begin PBXFrameworksBuildPhase section */
26+
AA1CADA31B39D7E700D5C7DF /* Frameworks */ = {
27+
isa = PBXFrameworksBuildPhase;
28+
buildActionMask = 2147483647;
29+
files = (
30+
);
31+
runOnlyForDeploymentPostprocessing = 0;
32+
};
33+
/* End PBXFrameworksBuildPhase section */
34+
35+
/* Begin PBXGroup section */
36+
AA1CAD9D1B39D7E700D5C7DF = {
37+
isa = PBXGroup;
38+
children = (
39+
AA1CADA91B39D7E700D5C7DF /* Octoscreen */,
40+
AA1CADA81B39D7E700D5C7DF /* Products */,
41+
);
42+
sourceTree = "<group>";
43+
};
44+
AA1CADA81B39D7E700D5C7DF /* Products */ = {
45+
isa = PBXGroup;
46+
children = (
47+
AA1CADA71B39D7E700D5C7DF /* Octoscreen.saver */,
48+
);
49+
name = Products;
50+
sourceTree = "<group>";
51+
};
52+
AA1CADA91B39D7E700D5C7DF /* Octoscreen */ = {
53+
isa = PBXGroup;
54+
children = (
55+
AA1CADB51B39FECA00D5C7DF /* build */,
56+
AA1CADB61B39FECA00D5C7DF /* index.html */,
57+
AA1CADAC1B39D7E700D5C7DF /* OctoscreenView.h */,
58+
AA1CADAE1B39D7E700D5C7DF /* OctoscreenView.m */,
59+
AA1CADAA1B39D7E700D5C7DF /* Supporting Files */,
60+
);
61+
path = Octoscreen;
62+
sourceTree = "<group>";
63+
};
64+
AA1CADAA1B39D7E700D5C7DF /* Supporting Files */ = {
65+
isa = PBXGroup;
66+
children = (
67+
AA1CADAB1B39D7E700D5C7DF /* Info.plist */,
68+
);
69+
name = "Supporting Files";
70+
sourceTree = "<group>";
71+
};
72+
/* End PBXGroup section */
73+
74+
/* Begin PBXHeadersBuildPhase section */
75+
AA1CADA41B39D7E700D5C7DF /* Headers */ = {
76+
isa = PBXHeadersBuildPhase;
77+
buildActionMask = 2147483647;
78+
files = (
79+
AA1CADAD1B39D7E700D5C7DF /* OctoscreenView.h in Headers */,
80+
);
81+
runOnlyForDeploymentPostprocessing = 0;
82+
};
83+
/* End PBXHeadersBuildPhase section */
84+
85+
/* Begin PBXNativeTarget section */
86+
AA1CADA61B39D7E700D5C7DF /* Octoscreen */ = {
87+
isa = PBXNativeTarget;
88+
buildConfigurationList = AA1CADB21B39D7E700D5C7DF /* Build configuration list for PBXNativeTarget "Octoscreen" */;
89+
buildPhases = (
90+
AA1CADA21B39D7E700D5C7DF /* Sources */,
91+
AA1CADA31B39D7E700D5C7DF /* Frameworks */,
92+
AA1CADA41B39D7E700D5C7DF /* Headers */,
93+
AA1CADA51B39D7E700D5C7DF /* Resources */,
94+
);
95+
buildRules = (
96+
);
97+
dependencies = (
98+
);
99+
name = Octoscreen;
100+
productName = Octoscreen;
101+
productReference = AA1CADA71B39D7E700D5C7DF /* Octoscreen.saver */;
102+
productType = "com.apple.product-type.bundle";
103+
};
104+
/* End PBXNativeTarget section */
105+
106+
/* Begin PBXProject section */
107+
AA1CAD9E1B39D7E700D5C7DF /* Project object */ = {
108+
isa = PBXProject;
109+
attributes = {
110+
LastUpgradeCheck = 0630;
111+
ORGANIZATIONNAME = "Steve Smith";
112+
TargetAttributes = {
113+
AA1CADA61B39D7E700D5C7DF = {
114+
CreatedOnToolsVersion = 6.3.1;
115+
};
116+
};
117+
};
118+
buildConfigurationList = AA1CADA11B39D7E700D5C7DF /* Build configuration list for PBXProject "Octoscreen" */;
119+
compatibilityVersion = "Xcode 3.2";
120+
developmentRegion = English;
121+
hasScannedForEncodings = 0;
122+
knownRegions = (
123+
en,
124+
);
125+
mainGroup = AA1CAD9D1B39D7E700D5C7DF;
126+
productRefGroup = AA1CADA81B39D7E700D5C7DF /* Products */;
127+
projectDirPath = "";
128+
projectRoot = "";
129+
targets = (
130+
AA1CADA61B39D7E700D5C7DF /* Octoscreen */,
131+
);
132+
};
133+
/* End PBXProject section */
134+
135+
/* Begin PBXResourcesBuildPhase section */
136+
AA1CADA51B39D7E700D5C7DF /* Resources */ = {
137+
isa = PBXResourcesBuildPhase;
138+
buildActionMask = 2147483647;
139+
files = (
140+
AA1CADB71B39FECA00D5C7DF /* build in Resources */,
141+
AA1CADB81B39FECA00D5C7DF /* index.html in Resources */,
142+
);
143+
runOnlyForDeploymentPostprocessing = 0;
144+
};
145+
/* End PBXResourcesBuildPhase section */
146+
147+
/* Begin PBXSourcesBuildPhase section */
148+
AA1CADA21B39D7E700D5C7DF /* Sources */ = {
149+
isa = PBXSourcesBuildPhase;
150+
buildActionMask = 2147483647;
151+
files = (
152+
AA1CADAF1B39D7E700D5C7DF /* OctoscreenView.m in Sources */,
153+
);
154+
runOnlyForDeploymentPostprocessing = 0;
155+
};
156+
/* End PBXSourcesBuildPhase section */
157+
158+
/* Begin XCBuildConfiguration section */
159+
AA1CADB01B39D7E700D5C7DF /* Debug */ = {
160+
isa = XCBuildConfiguration;
161+
buildSettings = {
162+
ALWAYS_SEARCH_USER_PATHS = NO;
163+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
164+
CLANG_CXX_LIBRARY = "libc++";
165+
CLANG_ENABLE_MODULES = YES;
166+
CLANG_ENABLE_OBJC_ARC = YES;
167+
CLANG_WARN_BOOL_CONVERSION = YES;
168+
CLANG_WARN_CONSTANT_CONVERSION = YES;
169+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
170+
CLANG_WARN_EMPTY_BODY = YES;
171+
CLANG_WARN_ENUM_CONVERSION = YES;
172+
CLANG_WARN_INT_CONVERSION = YES;
173+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
174+
CLANG_WARN_UNREACHABLE_CODE = YES;
175+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
176+
COPY_PHASE_STRIP = NO;
177+
DEBUG_INFORMATION_FORMAT = dwarf;
178+
ENABLE_STRICT_OBJC_MSGSEND = YES;
179+
GCC_C_LANGUAGE_STANDARD = gnu99;
180+
GCC_DYNAMIC_NO_PIC = NO;
181+
GCC_NO_COMMON_BLOCKS = YES;
182+
GCC_OPTIMIZATION_LEVEL = 0;
183+
GCC_PREPROCESSOR_DEFINITIONS = (
184+
"DEBUG=1",
185+
"$(inherited)",
186+
);
187+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
188+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
189+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
190+
GCC_WARN_UNDECLARED_SELECTOR = YES;
191+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
192+
GCC_WARN_UNUSED_FUNCTION = YES;
193+
GCC_WARN_UNUSED_VARIABLE = YES;
194+
MACOSX_DEPLOYMENT_TARGET = 10.10;
195+
MTL_ENABLE_DEBUG_INFO = YES;
196+
ONLY_ACTIVE_ARCH = YES;
197+
SDKROOT = macosx;
198+
};
199+
name = Debug;
200+
};
201+
AA1CADB11B39D7E700D5C7DF /* Release */ = {
202+
isa = XCBuildConfiguration;
203+
buildSettings = {
204+
ALWAYS_SEARCH_USER_PATHS = NO;
205+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
206+
CLANG_CXX_LIBRARY = "libc++";
207+
CLANG_ENABLE_MODULES = YES;
208+
CLANG_ENABLE_OBJC_ARC = YES;
209+
CLANG_WARN_BOOL_CONVERSION = YES;
210+
CLANG_WARN_CONSTANT_CONVERSION = YES;
211+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
212+
CLANG_WARN_EMPTY_BODY = YES;
213+
CLANG_WARN_ENUM_CONVERSION = YES;
214+
CLANG_WARN_INT_CONVERSION = YES;
215+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
216+
CLANG_WARN_UNREACHABLE_CODE = YES;
217+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
218+
COPY_PHASE_STRIP = NO;
219+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
220+
ENABLE_NS_ASSERTIONS = NO;
221+
ENABLE_STRICT_OBJC_MSGSEND = YES;
222+
GCC_C_LANGUAGE_STANDARD = gnu99;
223+
GCC_NO_COMMON_BLOCKS = YES;
224+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
225+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
226+
GCC_WARN_UNDECLARED_SELECTOR = YES;
227+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
228+
GCC_WARN_UNUSED_FUNCTION = YES;
229+
GCC_WARN_UNUSED_VARIABLE = YES;
230+
MACOSX_DEPLOYMENT_TARGET = 10.10;
231+
MTL_ENABLE_DEBUG_INFO = NO;
232+
SDKROOT = macosx;
233+
};
234+
name = Release;
235+
};
236+
AA1CADB31B39D7E700D5C7DF /* Debug */ = {
237+
isa = XCBuildConfiguration;
238+
buildSettings = {
239+
COMBINE_HIDPI_IMAGES = YES;
240+
INFOPLIST_FILE = Octoscreen/Info.plist;
241+
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
242+
PRODUCT_NAME = "$(TARGET_NAME)";
243+
WRAPPER_EXTENSION = saver;
244+
};
245+
name = Debug;
246+
};
247+
AA1CADB41B39D7E700D5C7DF /* Release */ = {
248+
isa = XCBuildConfiguration;
249+
buildSettings = {
250+
COMBINE_HIDPI_IMAGES = YES;
251+
INFOPLIST_FILE = Octoscreen/Info.plist;
252+
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
253+
PRODUCT_NAME = "$(TARGET_NAME)";
254+
WRAPPER_EXTENSION = saver;
255+
};
256+
name = Release;
257+
};
258+
/* End XCBuildConfiguration section */
259+
260+
/* Begin XCConfigurationList section */
261+
AA1CADA11B39D7E700D5C7DF /* Build configuration list for PBXProject "Octoscreen" */ = {
262+
isa = XCConfigurationList;
263+
buildConfigurations = (
264+
AA1CADB01B39D7E700D5C7DF /* Debug */,
265+
AA1CADB11B39D7E700D5C7DF /* Release */,
266+
);
267+
defaultConfigurationIsVisible = 0;
268+
defaultConfigurationName = Release;
269+
};
270+
AA1CADB21B39D7E700D5C7DF /* Build configuration list for PBXNativeTarget "Octoscreen" */ = {
271+
isa = XCConfigurationList;
272+
buildConfigurations = (
273+
AA1CADB31B39D7E700D5C7DF /* Debug */,
274+
AA1CADB41B39D7E700D5C7DF /* Release */,
275+
);
276+
defaultConfigurationIsVisible = 0;
277+
defaultConfigurationName = Release;
278+
};
279+
/* End XCConfigurationList section */
280+
};
281+
rootObject = AA1CAD9E1B39D7E700D5C7DF /* Project object */;
282+
}

Octoscreen.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.
12.3 KB
Binary file not shown.
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0630"
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 = "AA1CADA61B39D7E700D5C7DF"
18+
BuildableName = "Octoscreen.saver"
19+
BlueprintName = "Octoscreen"
20+
ReferencedContainer = "container:Octoscreen.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+
</TestAction>
33+
<LaunchAction
34+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
35+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
36+
launchStyle = "0"
37+
useCustomWorkingDirectory = "NO"
38+
buildConfiguration = "Debug"
39+
ignoresPersistentStateOnLaunch = "NO"
40+
debugDocumentVersioning = "YES"
41+
allowLocationSimulation = "YES">
42+
<MacroExpansion>
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "AA1CADA61B39D7E700D5C7DF"
46+
BuildableName = "Octoscreen.saver"
47+
BlueprintName = "Octoscreen"
48+
ReferencedContainer = "container:Octoscreen.xcodeproj">
49+
</BuildableReference>
50+
</MacroExpansion>
51+
<AdditionalOptions>
52+
</AdditionalOptions>
53+
</LaunchAction>
54+
<ProfileAction
55+
shouldUseLaunchSchemeArgsEnv = "YES"
56+
savedToolIdentifier = ""
57+
useCustomWorkingDirectory = "NO"
58+
buildConfiguration = "Release"
59+
debugDocumentVersioning = "YES">
60+
<MacroExpansion>
61+
<BuildableReference
62+
BuildableIdentifier = "primary"
63+
BlueprintIdentifier = "AA1CADA61B39D7E700D5C7DF"
64+
BuildableName = "Octoscreen.saver"
65+
BlueprintName = "Octoscreen"
66+
ReferencedContainer = "container:Octoscreen.xcodeproj">
67+
</BuildableReference>
68+
</MacroExpansion>
69+
</ProfileAction>
70+
<AnalyzeAction
71+
buildConfiguration = "Debug">
72+
</AnalyzeAction>
73+
<ArchiveAction
74+
buildConfiguration = "Release"
75+
revealArchiveInOrganizer = "YES">
76+
</ArchiveAction>
77+
</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>Octoscreen.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>AA1CADA61B39D7E700D5C7DF</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
</dict>
21+
</dict>
22+
</plist>

0 commit comments

Comments
 (0)