Initial Commit
authorluke <luke_lau@icloud.com>
Wed, 25 Jan 2017 22:45:10 +0000 (22:45 +0000)
committerluke <luke_lau@icloud.com>
Wed, 25 Jan 2017 22:45:10 +0000 (22:45 +0000)
Kaleidoscope.xcodeproj/project.pbxproj [new file with mode: 0644]
Kaleidoscope.xcodeproj/project.xcworkspace/contents.xcworkspacedata [new file with mode: 0644]
Kaleidoscope.xcodeproj/xcuserdata/luke.xcuserdatad/xcschemes/Kaleidoscope.xcscheme [new file with mode: 0644]
Kaleidoscope.xcodeproj/xcuserdata/luke.xcuserdatad/xcschemes/xcschememanagement.plist [new file with mode: 0644]
Kaleidoscope/main.cpp [new file with mode: 0644]

diff --git a/Kaleidoscope.xcodeproj/project.pbxproj b/Kaleidoscope.xcodeproj/project.pbxproj
new file mode 100644 (file)
index 0000000..09e6486
--- /dev/null
@@ -0,0 +1,256 @@
+// !$*UTF8*$!
+{
+       archiveVersion = 1;
+       classes = {
+       };
+       objectVersion = 46;
+       objects = {
+
+/* Begin PBXBuildFile section */
+               A38E77AA1E3961F000AFF10F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A38E77A91E3961F000AFF10F /* main.cpp */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+               A38E77A41E3961EF00AFF10F /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+               A38E77A61E3961F000AFF10F /* Kaleidoscope */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Kaleidoscope; sourceTree = BUILT_PRODUCTS_DIR; };
+               A38E77A91E3961F000AFF10F /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+               A38E77A31E3961EF00AFF10F /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+               A38E779D1E3961EF00AFF10F = {
+                       isa = PBXGroup;
+                       children = (
+                               A38E77A81E3961F000AFF10F /* Kaleidoscope */,
+                               A38E77A71E3961F000AFF10F /* Products */,
+                       );
+                       sourceTree = "<group>";
+               };
+               A38E77A71E3961F000AFF10F /* Products */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A38E77A61E3961F000AFF10F /* Kaleidoscope */,
+                       );
+                       name = Products;
+                       sourceTree = "<group>";
+               };
+               A38E77A81E3961F000AFF10F /* Kaleidoscope */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A38E77A91E3961F000AFF10F /* main.cpp */,
+                       );
+                       path = Kaleidoscope;
+                       sourceTree = "<group>";
+               };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+               A38E77A51E3961EF00AFF10F /* Kaleidoscope */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = A38E77AD1E3961F000AFF10F /* Build configuration list for PBXNativeTarget "Kaleidoscope" */;
+                       buildPhases = (
+                               A38E77A21E3961EF00AFF10F /* Sources */,
+                               A38E77A31E3961EF00AFF10F /* Frameworks */,
+                               A38E77A41E3961EF00AFF10F /* CopyFiles */,
+                       );
+                       buildRules = (
+                       );
+                       dependencies = (
+                       );
+                       name = Kaleidoscope;
+                       productName = Kaleidoscope;
+                       productReference = A38E77A61E3961F000AFF10F /* Kaleidoscope */;
+                       productType = "com.apple.product-type.tool";
+               };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+               A38E779E1E3961EF00AFF10F /* Project object */ = {
+                       isa = PBXProject;
+                       attributes = {
+                               LastUpgradeCheck = 0820;
+                               ORGANIZATIONNAME = "Luke Lau";
+                               TargetAttributes = {
+                                       A38E77A51E3961EF00AFF10F = {
+                                               CreatedOnToolsVersion = 8.2.1;
+                                               DevelopmentTeam = 7R888D749H;
+                                               ProvisioningStyle = Automatic;
+                                       };
+                               };
+                       };
+                       buildConfigurationList = A38E77A11E3961EF00AFF10F /* Build configuration list for PBXProject "Kaleidoscope" */;
+                       compatibilityVersion = "Xcode 3.2";
+                       developmentRegion = English;
+                       hasScannedForEncodings = 0;
+                       knownRegions = (
+                               en,
+                       );
+                       mainGroup = A38E779D1E3961EF00AFF10F;
+                       productRefGroup = A38E77A71E3961F000AFF10F /* Products */;
+                       projectDirPath = "";
+                       projectRoot = "";
+                       targets = (
+                               A38E77A51E3961EF00AFF10F /* Kaleidoscope */,
+                       );
+               };
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+               A38E77A21E3961EF00AFF10F /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               A38E77AA1E3961F000AFF10F /* main.cpp in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+               A38E77AB1E3961F000AFF10F /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               ALWAYS_SEARCH_USER_PATHS = NO;
+                               CLANG_ANALYZER_NONNULL = YES;
+                               CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+                               CLANG_CXX_LIBRARY = "libc++";
+                               CLANG_ENABLE_MODULES = YES;
+                               CLANG_ENABLE_OBJC_ARC = YES;
+                               CLANG_WARN_BOOL_CONVERSION = YES;
+                               CLANG_WARN_CONSTANT_CONVERSION = YES;
+                               CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+                               CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+                               CLANG_WARN_EMPTY_BODY = YES;
+                               CLANG_WARN_ENUM_CONVERSION = YES;
+                               CLANG_WARN_INFINITE_RECURSION = YES;
+                               CLANG_WARN_INT_CONVERSION = YES;
+                               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+                               CLANG_WARN_SUSPICIOUS_MOVE = YES;
+                               CLANG_WARN_UNREACHABLE_CODE = YES;
+                               CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+                               CODE_SIGN_IDENTITY = "-";
+                               COPY_PHASE_STRIP = NO;
+                               DEBUG_INFORMATION_FORMAT = dwarf;
+                               ENABLE_STRICT_OBJC_MSGSEND = YES;
+                               ENABLE_TESTABILITY = YES;
+                               GCC_C_LANGUAGE_STANDARD = gnu99;
+                               GCC_DYNAMIC_NO_PIC = NO;
+                               GCC_NO_COMMON_BLOCKS = YES;
+                               GCC_OPTIMIZATION_LEVEL = 0;
+                               GCC_PREPROCESSOR_DEFINITIONS = (
+                                       "DEBUG=1",
+                                       "$(inherited)",
+                               );
+                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+                               GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+                               GCC_WARN_UNDECLARED_SELECTOR = YES;
+                               GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+                               GCC_WARN_UNUSED_FUNCTION = YES;
+                               GCC_WARN_UNUSED_VARIABLE = YES;
+                               MACOSX_DEPLOYMENT_TARGET = 10.12;
+                               MTL_ENABLE_DEBUG_INFO = YES;
+                               ONLY_ACTIVE_ARCH = YES;
+                               SDKROOT = macosx;
+                       };
+                       name = Debug;
+               };
+               A38E77AC1E3961F000AFF10F /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               ALWAYS_SEARCH_USER_PATHS = NO;
+                               CLANG_ANALYZER_NONNULL = YES;
+                               CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+                               CLANG_CXX_LIBRARY = "libc++";
+                               CLANG_ENABLE_MODULES = YES;
+                               CLANG_ENABLE_OBJC_ARC = YES;
+                               CLANG_WARN_BOOL_CONVERSION = YES;
+                               CLANG_WARN_CONSTANT_CONVERSION = YES;
+                               CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+                               CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+                               CLANG_WARN_EMPTY_BODY = YES;
+                               CLANG_WARN_ENUM_CONVERSION = YES;
+                               CLANG_WARN_INFINITE_RECURSION = YES;
+                               CLANG_WARN_INT_CONVERSION = YES;
+                               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+                               CLANG_WARN_SUSPICIOUS_MOVE = YES;
+                               CLANG_WARN_UNREACHABLE_CODE = YES;
+                               CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+                               CODE_SIGN_IDENTITY = "-";
+                               COPY_PHASE_STRIP = NO;
+                               DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+                               ENABLE_NS_ASSERTIONS = NO;
+                               ENABLE_STRICT_OBJC_MSGSEND = YES;
+                               GCC_C_LANGUAGE_STANDARD = gnu99;
+                               GCC_NO_COMMON_BLOCKS = YES;
+                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+                               GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+                               GCC_WARN_UNDECLARED_SELECTOR = YES;
+                               GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+                               GCC_WARN_UNUSED_FUNCTION = YES;
+                               GCC_WARN_UNUSED_VARIABLE = YES;
+                               MACOSX_DEPLOYMENT_TARGET = 10.12;
+                               MTL_ENABLE_DEBUG_INFO = NO;
+                               SDKROOT = macosx;
+                       };
+                       name = Release;
+               };
+               A38E77AE1E3961F000AFF10F /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               DEVELOPMENT_TEAM = 7R888D749H;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
+               };
+               A38E77AF1E3961F000AFF10F /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               DEVELOPMENT_TEAM = 7R888D749H;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
+               };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+               A38E77A11E3961EF00AFF10F /* Build configuration list for PBXProject "Kaleidoscope" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               A38E77AB1E3961F000AFF10F /* Debug */,
+                               A38E77AC1E3961F000AFF10F /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               A38E77AD1E3961F000AFF10F /* Build configuration list for PBXNativeTarget "Kaleidoscope" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               A38E77AE1E3961F000AFF10F /* Debug */,
+                               A38E77AF1E3961F000AFF10F /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+               };
+/* End XCConfigurationList section */
+       };
+       rootObject = A38E779E1E3961EF00AFF10F /* Project object */;
+}
diff --git a/Kaleidoscope.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Kaleidoscope.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644 (file)
index 0000000..b4168e2
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+   version = "1.0">
+   <FileRef
+      location = "self:Kaleidoscope.xcodeproj">
+   </FileRef>
+</Workspace>
diff --git a/Kaleidoscope.xcodeproj/xcuserdata/luke.xcuserdatad/xcschemes/Kaleidoscope.xcscheme b/Kaleidoscope.xcodeproj/xcuserdata/luke.xcuserdatad/xcschemes/Kaleidoscope.xcscheme
new file mode 100644 (file)
index 0000000..ce3e8d2
--- /dev/null
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Scheme
+   LastUpgradeVersion = "0820"
+   version = "1.3">
+   <BuildAction
+      parallelizeBuildables = "YES"
+      buildImplicitDependencies = "YES">
+      <BuildActionEntries>
+         <BuildActionEntry
+            buildForTesting = "YES"
+            buildForRunning = "YES"
+            buildForProfiling = "YES"
+            buildForArchiving = "YES"
+            buildForAnalyzing = "YES">
+            <BuildableReference
+               BuildableIdentifier = "primary"
+               BlueprintIdentifier = "A38E77A51E3961EF00AFF10F"
+               BuildableName = "Kaleidoscope"
+               BlueprintName = "Kaleidoscope"
+               ReferencedContainer = "container:Kaleidoscope.xcodeproj">
+            </BuildableReference>
+         </BuildActionEntry>
+      </BuildActionEntries>
+   </BuildAction>
+   <TestAction
+      buildConfiguration = "Debug"
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      shouldUseLaunchSchemeArgsEnv = "YES">
+      <Testables>
+      </Testables>
+      <MacroExpansion>
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "A38E77A51E3961EF00AFF10F"
+            BuildableName = "Kaleidoscope"
+            BlueprintName = "Kaleidoscope"
+            ReferencedContainer = "container:Kaleidoscope.xcodeproj">
+         </BuildableReference>
+      </MacroExpansion>
+      <AdditionalOptions>
+      </AdditionalOptions>
+   </TestAction>
+   <LaunchAction
+      buildConfiguration = "Debug"
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      launchStyle = "0"
+      useCustomWorkingDirectory = "NO"
+      ignoresPersistentStateOnLaunch = "NO"
+      debugDocumentVersioning = "YES"
+      debugServiceExtension = "internal"
+      allowLocationSimulation = "YES">
+      <BuildableProductRunnable
+         runnableDebuggingMode = "0">
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "A38E77A51E3961EF00AFF10F"
+            BuildableName = "Kaleidoscope"
+            BlueprintName = "Kaleidoscope"
+            ReferencedContainer = "container:Kaleidoscope.xcodeproj">
+         </BuildableReference>
+      </BuildableProductRunnable>
+      <AdditionalOptions>
+      </AdditionalOptions>
+   </LaunchAction>
+   <ProfileAction
+      buildConfiguration = "Release"
+      shouldUseLaunchSchemeArgsEnv = "YES"
+      savedToolIdentifier = ""
+      useCustomWorkingDirectory = "NO"
+      debugDocumentVersioning = "YES">
+      <BuildableProductRunnable
+         runnableDebuggingMode = "0">
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "A38E77A51E3961EF00AFF10F"
+            BuildableName = "Kaleidoscope"
+            BlueprintName = "Kaleidoscope"
+            ReferencedContainer = "container:Kaleidoscope.xcodeproj">
+         </BuildableReference>
+      </BuildableProductRunnable>
+   </ProfileAction>
+   <AnalyzeAction
+      buildConfiguration = "Debug">
+   </AnalyzeAction>
+   <ArchiveAction
+      buildConfiguration = "Release"
+      revealArchiveInOrganizer = "YES">
+   </ArchiveAction>
+</Scheme>
diff --git a/Kaleidoscope.xcodeproj/xcuserdata/luke.xcuserdatad/xcschemes/xcschememanagement.plist b/Kaleidoscope.xcodeproj/xcuserdata/luke.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644 (file)
index 0000000..f5dc035
--- /dev/null
@@ -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>Kaleidoscope.xcscheme</key>
+               <dict>
+                       <key>orderHint</key>
+                       <integer>0</integer>
+               </dict>
+       </dict>
+       <key>SuppressBuildableAutocreation</key>
+       <dict>
+               <key>A38E77A51E3961EF00AFF10F</key>
+               <dict>
+                       <key>primary</key>
+                       <true/>
+               </dict>
+       </dict>
+</dict>
+</plist>
diff --git a/Kaleidoscope/main.cpp b/Kaleidoscope/main.cpp
new file mode 100644 (file)
index 0000000..1e6814a
--- /dev/null
@@ -0,0 +1,15 @@
+//
+//  main.cpp
+//  Kaleidoscope
+//
+//  Created by Luke Lau on 25/01/2017.
+//  Copyright © 2017 Luke Lau. All rights reserved.
+//
+
+#include <iostream>
+
+int main(int argc, const char * argv[]) {
+       // insert code here...
+       std::cout << "Hello, World!\n";
+    return 0;
+}