Archive Project
This commit is contained in:
33
Brainfuck.xcodeproj/project.pbxproj
Normal file → Executable file
33
Brainfuck.xcodeproj/project.pbxproj
Normal file → Executable file
@@ -14,6 +14,12 @@
|
||||
3B9F1F34174A865C00529CDD /* Document.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B9F1F33174A865C00529CDD /* Document.m */; };
|
||||
3B9F1F37174A865C00529CDD /* Document.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3B9F1F35174A865C00529CDD /* Document.xib */; };
|
||||
3B9F1F3A174A865D00529CDD /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3B9F1F38174A865C00529CDD /* MainMenu.xib */; };
|
||||
3B9F1F42174A8BAB00529CDD /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B9F1F41174A8BAB00529CDD /* AppDelegate.m */; };
|
||||
3B9F1F45174A8BF000529CDD /* Interpreter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B9F1F44174A8BF000529CDD /* Interpreter.m */; };
|
||||
3B9F1F7D174AAB2500529CDD /* Lexer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B9F1F7C174AAB2500529CDD /* Lexer.m */; };
|
||||
3B9F1F8C174AC80A00529CDD /* Default.brainfuck in Resources */ = {isa = PBXBuildFile; fileRef = 3B9F1F8B174AC80A00529CDD /* Default.brainfuck */; };
|
||||
3BB9D879174ADA4F004D176D /* Brainfuck.icns in Resources */ = {isa = PBXBuildFile; fileRef = 3BB9D878174ADA4F004D176D /* Brainfuck.icns */; };
|
||||
3BB9D87B174AE68D004D176D /* BrainfuckDocument.icns in Resources */ = {isa = PBXBuildFile; fileRef = 3BB9D87A174AE68D004D176D /* BrainfuckDocument.icns */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
@@ -31,6 +37,16 @@
|
||||
3B9F1F33174A865C00529CDD /* Document.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Document.m; sourceTree = "<group>"; };
|
||||
3B9F1F36174A865C00529CDD /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/Document.xib; sourceTree = "<group>"; };
|
||||
3B9F1F39174A865D00529CDD /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
||||
3B9F1F40174A8BAB00529CDD /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
||||
3B9F1F41174A8BAB00529CDD /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
||||
3B9F1F43174A8BF000529CDD /* Interpreter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Interpreter.h; sourceTree = "<group>"; };
|
||||
3B9F1F44174A8BF000529CDD /* Interpreter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Interpreter.m; sourceTree = "<group>"; };
|
||||
3B9F1F7B174AAB2500529CDD /* Lexer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Lexer.h; sourceTree = "<group>"; };
|
||||
3B9F1F7C174AAB2500529CDD /* Lexer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Lexer.m; sourceTree = "<group>"; };
|
||||
3B9F1F8A174AB86300529CDD /* Printer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Printer.h; sourceTree = "<group>"; };
|
||||
3B9F1F8B174AC80A00529CDD /* Default.brainfuck */ = {isa = PBXFileReference; fileEncoding = 7; lastKnownFileType = text; path = Default.brainfuck; sourceTree = "<group>"; };
|
||||
3BB9D878174ADA4F004D176D /* Brainfuck.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Brainfuck.icns; sourceTree = "<group>"; };
|
||||
3BB9D87A174AE68D004D176D /* BrainfuckDocument.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = BrainfuckDocument.icns; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -48,6 +64,8 @@
|
||||
3B9F1F14174A865C00529CDD = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3BB9D87A174AE68D004D176D /* BrainfuckDocument.icns */,
|
||||
3BB9D878174ADA4F004D176D /* Brainfuck.icns */,
|
||||
3B9F1F26174A865C00529CDD /* Brainfuck */,
|
||||
3B9F1F1F174A865C00529CDD /* Frameworks */,
|
||||
3B9F1F1E174A865C00529CDD /* Products */,
|
||||
@@ -84,10 +102,18 @@
|
||||
3B9F1F26174A865C00529CDD /* Brainfuck */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3B9F1F40174A8BAB00529CDD /* AppDelegate.h */,
|
||||
3B9F1F41174A8BAB00529CDD /* AppDelegate.m */,
|
||||
3B9F1F7B174AAB2500529CDD /* Lexer.h */,
|
||||
3B9F1F7C174AAB2500529CDD /* Lexer.m */,
|
||||
3B9F1F43174A8BF000529CDD /* Interpreter.h */,
|
||||
3B9F1F44174A8BF000529CDD /* Interpreter.m */,
|
||||
3B9F1F8A174AB86300529CDD /* Printer.h */,
|
||||
3B9F1F32174A865C00529CDD /* Document.h */,
|
||||
3B9F1F33174A865C00529CDD /* Document.m */,
|
||||
3B9F1F35174A865C00529CDD /* Document.xib */,
|
||||
3B9F1F38174A865C00529CDD /* MainMenu.xib */,
|
||||
3B9F1F8B174AC80A00529CDD /* Default.brainfuck */,
|
||||
3B9F1F27174A865C00529CDD /* Supporting Files */,
|
||||
);
|
||||
path = Brainfuck;
|
||||
@@ -160,6 +186,9 @@
|
||||
3B9F1F31174A865C00529CDD /* Credits.rtf in Resources */,
|
||||
3B9F1F37174A865C00529CDD /* Document.xib in Resources */,
|
||||
3B9F1F3A174A865D00529CDD /* MainMenu.xib in Resources */,
|
||||
3B9F1F8C174AC80A00529CDD /* Default.brainfuck in Resources */,
|
||||
3BB9D879174ADA4F004D176D /* Brainfuck.icns in Resources */,
|
||||
3BB9D87B174AE68D004D176D /* BrainfuckDocument.icns in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -172,6 +201,9 @@
|
||||
files = (
|
||||
3B9F1F2D174A865C00529CDD /* main.m in Sources */,
|
||||
3B9F1F34174A865C00529CDD /* Document.m in Sources */,
|
||||
3B9F1F42174A8BAB00529CDD /* AppDelegate.m in Sources */,
|
||||
3B9F1F45174A8BF000529CDD /* Interpreter.m in Sources */,
|
||||
3B9F1F7D174AAB2500529CDD /* Lexer.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -315,6 +347,7 @@
|
||||
3B9F1F3F174A865D00529CDD /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
|
||||
7
Brainfuck.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Executable file
7
Brainfuck.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Executable file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:Brainfuck.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
BIN
Brainfuck.xcodeproj/project.xcworkspace/xcuserdata/kim.xcuserdatad/UserInterfaceState.xcuserstate
generated
Executable file
BIN
Brainfuck.xcodeproj/project.xcworkspace/xcuserdata/kim.xcuserdatad/UserInterfaceState.xcuserstate
generated
Executable file
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges</key>
|
||||
<true/>
|
||||
<key>SnapshotAutomaticallyBeforeSignificantChanges</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Bucket
|
||||
type = "1"
|
||||
version = "1.0">
|
||||
</Bucket>
|
||||
86
Brainfuck.xcodeproj/xcuserdata/kim.xcuserdatad/xcschemes/Brainfuck.xcscheme
Executable file
86
Brainfuck.xcodeproj/xcuserdata/kim.xcuserdatad/xcschemes/Brainfuck.xcscheme
Executable file
@@ -0,0 +1,86 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "0460"
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3B9F1F1C174A865C00529CDD"
|
||||
BuildableName = "Brainfuck.app"
|
||||
BlueprintName = "Brainfuck"
|
||||
ReferencedContainer = "container:Brainfuck.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
buildConfiguration = "Debug">
|
||||
<Testables>
|
||||
</Testables>
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3B9F1F1C174A865C00529CDD"
|
||||
BuildableName = "Brainfuck.app"
|
||||
BlueprintName = "Brainfuck"
|
||||
ReferencedContainer = "container:Brainfuck.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
buildConfiguration = "Debug"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
allowLocationSimulation = "YES">
|
||||
<BuildableProductRunnable>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3B9F1F1C174A865C00529CDD"
|
||||
BuildableName = "Brainfuck.app"
|
||||
BlueprintName = "Brainfuck"
|
||||
ReferencedContainer = "container:Brainfuck.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
buildConfiguration = "Release"
|
||||
debugDocumentVersioning = "YES">
|
||||
<BuildableProductRunnable>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3B9F1F1C174A865C00529CDD"
|
||||
BuildableName = "Brainfuck.app"
|
||||
BlueprintName = "Brainfuck"
|
||||
ReferencedContainer = "container:Brainfuck.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>SchemeUserState</key>
|
||||
<dict>
|
||||
<key>Brainfuck.xcscheme</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>SuppressBuildableAutocreation</key>
|
||||
<dict>
|
||||
<key>3B9F1F1C174A865C00529CDD</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user