Skip to content

Commit

Permalink
Added an Xcode project for Snowberry.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 28, 2006
1 parent a882abe commit 5fe92d1
Showing 1 changed file with 255 additions and 0 deletions.
255 changes: 255 additions & 0 deletions snowberry/Snowberry.xcodeproj/project.pbxproj
@@ -0,0 +1,255 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 42;
objects = {

/* Begin PBXBuildStyle section */
B060CEFC087DC3C300A57E45 /* Development */ = {
isa = PBXBuildStyle;
buildSettings = {
COPY_PHASE_STRIP = NO;
};
name = Development;
};
B060CEFD087DC3C400A57E45 /* Deployment */ = {
isa = PBXBuildStyle;
buildSettings = {
COPY_PHASE_STRIP = YES;
};
name = Deployment;
};
/* End PBXBuildStyle section */

/* Begin PBXFileReference section */
B012234808A6AE4A00A6E775 /* tab10_summary.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; name = tab10_summary.py; path = plugins/tab10_summary.py; sourceTree = "<group>"; };
B012234908A6AE4A00A6E775 /* tab20_maps.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; name = tab20_maps.py; path = plugins/tab20_maps.py; sourceTree = "<group>"; };
B012234A08A6AE4A00A6E775 /* tab30_addons.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; name = tab30_addons.py; path = plugins/tab30_addons.py; sourceTree = "<group>"; };
B012234B08A6AE4A00A6E775 /* tab40_settings.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; name = tab40_settings.py; path = plugins/tab40_settings.py; sourceTree = "<group>"; };
B0F176BC087C37940051F24A /* addons.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; path = addons.py; sourceTree = "<group>"; };
B0F176BD087C37940051F24A /* cfparser.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; path = cfparser.py; sourceTree = "<group>"; };
B0F176BE087C37940051F24A /* events.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; path = events.py; sourceTree = "<group>"; };
B0F176BF087C37940051F24A /* host.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; path = host.py; sourceTree = "<group>"; };
B0F176C0087C37940051F24A /* language.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; path = language.py; sourceTree = "<group>"; };
B0F176C1087C37940051F24A /* logger.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; path = logger.py; sourceTree = "<group>"; };
B0F176C2087C37940051F24A /* paths.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; path = paths.py; sourceTree = "<group>"; };
B0F176C3087C37940051F24A /* plugins.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; path = plugins.py; sourceTree = "<group>"; };
B0F176C4087C37940051F24A /* profiles.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; path = profiles.py; sourceTree = "<group>"; };
B0F176C5087C37940051F24A /* settings.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; path = settings.py; sourceTree = "<group>"; };
B0F176C6087C37940051F24A /* snowberry.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; path = snowberry.py; sourceTree = "<group>"; };
B0F176C7087C37A70051F24A /* ui.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; path = ui.py; sourceTree = "<group>"; };
B0F176C8087C37A70051F24A /* widgets.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; path = widgets.py; sourceTree = "<group>"; };
B0F176CD087C37FB0051F24A /* about.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; name = about.py; path = plugins/about.py; sourceTree = "<group>"; };
B0F176CE087C37FC0051F24A /* help.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; name = help.py; path = plugins/help.py; sourceTree = "<group>"; };
B0F176CF087C37FC0051F24A /* launcher.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; name = launcher.py; path = plugins/launcher.py; sourceTree = "<group>"; };
B0F176D0087C37FC0051F24A /* observer.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; name = observer.py; path = plugins/observer.py; sourceTree = "<group>"; };
B0F176D1087C37FC0051F24A /* preferences.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; name = preferences.py; path = plugins/preferences.py; sourceTree = "<group>"; };
B0F176D2087C37FC0051F24A /* profilelist.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; name = profilelist.py; path = plugins/profilelist.py; sourceTree = "<group>"; };
B0F176D6087C37FC0051F24A /* wizard.py */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.python; name = wizard.py; path = plugins/wizard.py; sourceTree = "<group>"; };
B0F176D8087C381E0051F24A /* appearance.conf */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = appearance.conf; path = conf/appearance.conf; sourceTree = "<group>"; };
B0F176D9087C381E0051F24A /* components.conf */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = components.conf; path = conf/components.conf; sourceTree = "<group>"; };
B0F176DA087C381E0051F24A /* doomsday.conf */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = doomsday.conf; path = conf/doomsday.conf; sourceTree = "<group>"; };
B0F176DB087C381E0051F24A /* osx-appearance.conf */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = "osx-appearance.conf"; path = "conf/osx-appearance.conf"; sourceTree = "<group>"; };
B0F176DC087C381E0051F24A /* osx-doomsday.conf */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = "osx-doomsday.conf"; path = "conf/osx-doomsday.conf"; sourceTree = "<group>"; };
B0F176DD087C381E0051F24A /* osx-snowberry.conf */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = "osx-snowberry.conf"; path = "conf/osx-snowberry.conf"; sourceTree = "<group>"; };
B0F176DE087C381E0051F24A /* snowberry.conf */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = snowberry.conf; path = conf/snowberry.conf; sourceTree = "<group>"; };
B0F176DF087C381E0051F24A /* x-appearance.conf */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = "x-appearance.conf"; path = "conf/x-appearance.conf"; sourceTree = "<group>"; };
B0F176E0087C381E0051F24A /* x-doomsday.conf */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = "x-doomsday.conf"; path = "conf/x-doomsday.conf"; sourceTree = "<group>"; };
B0F17732087C436C0051F24A /* english.lang */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = english.lang; path = lang/english.lang; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXGroup section */
B0F176B1087C36610051F24A = {
isa = PBXGroup;
children = (
B0F176D7087C38050051F24A /* conf */,
B0F17731087C43560051F24A /* lang */,
B0F176C9087C37C30051F24A /* plugins */,
B0F176BC087C37940051F24A /* addons.py */,
B0F176BD087C37940051F24A /* cfparser.py */,
B0F176BE087C37940051F24A /* events.py */,
B0F176BF087C37940051F24A /* host.py */,
B0F176C0087C37940051F24A /* language.py */,
B0F176C1087C37940051F24A /* logger.py */,
B0F176C2087C37940051F24A /* paths.py */,
B0F176C3087C37940051F24A /* plugins.py */,
B0F176C4087C37940051F24A /* profiles.py */,
B0F176C5087C37940051F24A /* settings.py */,
B0F176C6087C37940051F24A /* snowberry.py */,
B0F176C7087C37A70051F24A /* ui.py */,
B0F176C8087C37A70051F24A /* widgets.py */,
);
sourceTree = "<group>";
};
B0F176C9087C37C30051F24A /* plugins */ = {
isa = PBXGroup;
children = (
B0F176CD087C37FB0051F24A /* about.py */,
B0F176CE087C37FC0051F24A /* help.py */,
B0F176CF087C37FC0051F24A /* launcher.py */,
B0F176D0087C37FC0051F24A /* observer.py */,
B0F176D1087C37FC0051F24A /* preferences.py */,
B0F176D2087C37FC0051F24A /* profilelist.py */,
B012234808A6AE4A00A6E775 /* tab10_summary.py */,
B012234908A6AE4A00A6E775 /* tab20_maps.py */,
B012234A08A6AE4A00A6E775 /* tab30_addons.py */,
B012234B08A6AE4A00A6E775 /* tab40_settings.py */,
B0F176D6087C37FC0051F24A /* wizard.py */,
);
name = plugins;
sourceTree = "<group>";
};
B0F176D7087C38050051F24A /* conf */ = {
isa = PBXGroup;
children = (
B0F176D8087C381E0051F24A /* appearance.conf */,
B0F176D9087C381E0051F24A /* components.conf */,
B0F176DA087C381E0051F24A /* doomsday.conf */,
B0F176DB087C381E0051F24A /* osx-appearance.conf */,
B0F176DC087C381E0051F24A /* osx-doomsday.conf */,
B0F176DD087C381E0051F24A /* osx-snowberry.conf */,
B0F176DE087C381E0051F24A /* snowberry.conf */,
B0F176DF087C381E0051F24A /* x-appearance.conf */,
B0F176E0087C381E0051F24A /* x-doomsday.conf */,
);
name = conf;
sourceTree = "<group>";
};
B0F17731087C43560051F24A /* lang */ = {
isa = PBXGroup;
children = (
B0F17732087C436C0051F24A /* english.lang */,
);
name = lang;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXLegacyTarget section */
B0F176E4087C39F90051F24A /* Snowberry */ = {
isa = PBXLegacyTarget;
buildArgumentsString = "$(ACTION)";
buildConfigurationList = B0F176F3087C3A6D0051F24A /* Build configuration list for PBXLegacyTarget "Snowberry" */;
buildPhases = (
);
buildSettings = {
OPTIMIZATION_CFLAGS = "";
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
OTHER_REZFLAGS = "";
PRODUCT_NAME = Snowberry;
SECTORDER_FLAGS = "";
WARNING_CFLAGS = (
"-Wmost",
"-Wno-four-char-constants",
"-Wno-unknown-pragmas",
);
};
buildToolPath = "";
comments = "Builds a distribution disk image.";
dependencies = (
);
name = Snowberry;
passBuildSettingsInEnvironment = 1;
productName = Snowberry;
};
/* End PBXLegacyTarget section */

/* Begin PBXProject section */
B0F176B3087C36620051F24A /* Project object */ = {
isa = PBXProject;
buildConfigurationList = B0F176B4087C36620051F24A /* Build configuration list for PBXProject "Snowberry" */;
buildSettings = {
};
buildStyles = (
B060CEFC087DC3C300A57E45 /* Development */,
B060CEFD087DC3C400A57E45 /* Deployment */,
);
hasScannedForEncodings = 0;
mainGroup = B0F176B1087C36610051F24A;
projectDirPath = "";
targets = (
B0F176E4087C39F90051F24A /* Snowberry */,
);
};
/* End PBXProject section */

/* Begin XCBuildConfiguration section */
B0F176B5087C36620051F24A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
};
name = Debug;
};
B0F176B6087C36620051F24A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
};
name = Release;
};
B0F176F4087C3A6D0051F24A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
OPTIMIZATION_CFLAGS = "-O0";
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
OTHER_REZFLAGS = "";
PRODUCT_NAME = Snowberry;
SECTORDER_FLAGS = "";
WARNING_CFLAGS = (
"-Wmost",
"-Wno-four-char-constants",
"-Wno-unknown-pragmas",
);
};
name = Debug;
};
B0F176F5087C3A6D0051F24A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
OPTIMIZATION_CFLAGS = "-O0";
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
OTHER_REZFLAGS = "";
PRODUCT_NAME = Snowberry;
SECTORDER_FLAGS = "";
WARNING_CFLAGS = (
"-Wmost",
"-Wno-four-char-constants",
"-Wno-unknown-pragmas",
);
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
B0F176B4087C36620051F24A /* Build configuration list for PBXProject "Snowberry" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B0F176B5087C36620051F24A /* Debug */,
B0F176B6087C36620051F24A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B0F176F3087C3A6D0051F24A /* Build configuration list for PBXLegacyTarget "Snowberry" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B0F176F4087C3A6D0051F24A /* Debug */,
B0F176F5087C3A6D0051F24A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = B0F176B3087C36620051F24A /* Project object */;
}

0 comments on commit 5fe92d1

Please sign in to comment.