Files
vns/sns.xcodeproj/project.pbxproj
Jon-William Lewis 45717e33b5 Simple Note System v2.0a2
Changes:
Split script into several different files for easier editting
Added build.sh to compile Simple Note System from tree
Changed config file to config folder; $HOME/.sns now contains configuration and notes

Testing:
Script runs and produces help screen; no further testing done.
2015-03-18 12:52:00 -05:00

111 lines
4.4 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXFileReference section */
5D7E611F1AB74D33001D49B9 /* build.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = build.sh; sourceTree = "<group>"; };
5DE839761AB9D42F006CB4F6 /* list.sns.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = list.sns.sh; sourceTree = "<group>"; };
5DE839771AB9D52C006CB4F6 /* delete.sns.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = delete.sns.sh; sourceTree = "<group>"; };
5DE8397B1AB9D629006CB4F6 /* stage1.sns.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = stage1.sns.sh; sourceTree = "<group>"; };
5DE8397C1AB9D64B006CB4F6 /* stage2.sns.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = stage2.sns.sh; sourceTree = "<group>"; };
5DE8397D1AB9D694006CB4F6 /* stage3.sns.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = stage3.sns.sh; sourceTree = "<group>"; };
5DE8397E1AB9D72D006CB4F6 /* help.sns.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = help.sns.sh; sourceTree = "<group>"; };
5DE8397F1AB9D7B9006CB4F6 /* create.sns.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = create.sns.sh; sourceTree = "<group>"; };
5DE839801AB9D7DD006CB4F6 /* edit.sns.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = edit.sns.sh; sourceTree = "<group>"; };
5DE839811AB9D7F8006CB4F6 /* print.sns.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = print.sns.sh; sourceTree = "<group>"; };
5DE839821AB9DAA6006CB4F6 /* wconf.sns.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = wconf.sns.sh; sourceTree = "<group>"; };
5DE839831AB9DACE006CB4F6 /* sns.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = sns.sh; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXGroup section */
5D7E61181AB74D11001D49B9 = {
isa = PBXGroup;
children = (
5DE839831AB9DACE006CB4F6 /* sns.sh */,
5DE839791AB9D5F8006CB4F6 /* init */,
5D7E611F1AB74D33001D49B9 /* build.sh */,
5DE839751AB9D41B006CB4F6 /* functions */,
);
sourceTree = "<group>";
};
5DE839751AB9D41B006CB4F6 /* functions */ = {
isa = PBXGroup;
children = (
5DE839821AB9DAA6006CB4F6 /* wconf.sns.sh */,
5DE839761AB9D42F006CB4F6 /* list.sns.sh */,
5DE839771AB9D52C006CB4F6 /* delete.sns.sh */,
5DE8397E1AB9D72D006CB4F6 /* help.sns.sh */,
5DE8397F1AB9D7B9006CB4F6 /* create.sns.sh */,
5DE839801AB9D7DD006CB4F6 /* edit.sns.sh */,
5DE839811AB9D7F8006CB4F6 /* print.sns.sh */,
);
path = functions;
sourceTree = "<group>";
};
5DE839791AB9D5F8006CB4F6 /* init */ = {
isa = PBXGroup;
children = (
5DE8397D1AB9D694006CB4F6 /* stage3.sns.sh */,
5DE8397B1AB9D629006CB4F6 /* stage1.sns.sh */,
5DE8397C1AB9D64B006CB4F6 /* stage2.sns.sh */,
);
path = init;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXProject section */
5D7E61191AB74D11001D49B9 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0620;
};
buildConfigurationList = 5D7E611C1AB74D11001D49B9 /* Build configuration list for PBXProject "sns" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 5D7E61181AB74D11001D49B9;
projectDirPath = "";
projectRoot = "";
targets = (
);
};
/* End PBXProject section */
/* Begin XCBuildConfiguration section */
5D7E611D1AB74D11001D49B9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Debug;
};
5D7E611E1AB74D11001D49B9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
5D7E611C1AB74D11001D49B9 /* Build configuration list for PBXProject "sns" */ = {
isa = XCConfigurationList;
buildConfigurations = (
5D7E611D1AB74D11001D49B9 /* Debug */,
5D7E611E1AB74D11001D49B9 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 5D7E61191AB74D11001D49B9 /* Project object */;
}