Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Memri
parsers
Commits
00275fd3
Commit
00275fd3
authored
5 years ago
by
Ruben Daniels
Browse files
Options
Download
Email Patches
Plain Diff
Initial Commit
parents
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
memri-parser.xcodeproj/project.pbxproj
+285
-0
memri-parser.xcodeproj/project.pbxproj
memri-parser.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+7
-0
...er.xcodeproj/project.xcworkspace/contents.xcworkspacedata
memri-parser.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+8
-0
...project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
memri-parser.xcodeproj/xcuserdata/rubendaniels.xcuserdatad/xcschemes/xcschememanagement.plist
+14
-0
...bendaniels.xcuserdatad/xcschemes/xcschememanagement.plist
memri-parser/main.swift
+12
-0
memri-parser/main.swift
with
326 additions
and
0 deletions
+326
-0
memri-parser.xcodeproj/project.pbxproj
0 → 100644
+
285
-
0
View file @
00275fd3
// !$*UTF8*$!
{
archiveVersion
=
1
;
classes
=
{
};
objectVersion
=
50
;
objects
=
{
/* Begin PBXBuildFile section */
86CDB708246BC34C007EAE67
/* main.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
86CDB707246BC34C007EAE67
/* main.swift */
;
};
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
86CDB702246BC34C007EAE67
/* CopyFiles */
=
{
isa
=
PBXCopyFilesBuildPhase
;
buildActionMask
=
2147483647
;
dstPath
=
/usr/share/man/man1/
;
dstSubfolderSpec
=
0
;
files
=
(
);
runOnlyForDeploymentPostprocessing
=
1
;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
86CDB704246BC34C007EAE67
/* memri-parser */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
"compiled.mach-o.executable"
;
includeInIndex
=
0
;
path
=
"memri-parser"
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
86CDB707246BC34C007EAE67
/* main.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
main.swift
;
sourceTree
=
"<group>"
;
};
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
86CDB701246BC34C007EAE67
/* Frameworks */
=
{
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
);
runOnlyForDeploymentPostprocessing
=
0
;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
86CDB6FB246BC34C007EAE67
=
{
isa
=
PBXGroup
;
children
=
(
86CDB706246BC34C007EAE67
/* memri-parser */
,
86CDB705246BC34C007EAE67
/* Products */
,
);
sourceTree
=
"<group>"
;
};
86CDB705246BC34C007EAE67
/* Products */
=
{
isa
=
PBXGroup
;
children
=
(
86CDB704246BC34C007EAE67
/* memri-parser */
,
);
name
=
Products
;
sourceTree
=
"<group>"
;
};
86CDB706246BC34C007EAE67
/* memri-parser */
=
{
isa
=
PBXGroup
;
children
=
(
86CDB707246BC34C007EAE67
/* main.swift */
,
);
path
=
"memri-parser"
;
sourceTree
=
"<group>"
;
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
86CDB703246BC34C007EAE67
/* memri-parser */
=
{
isa
=
PBXNativeTarget
;
buildConfigurationList
=
86CDB70B246BC34C007EAE67
/* Build configuration list for PBXNativeTarget "memri-parser" */
;
buildPhases
=
(
86CDB700246BC34C007EAE67
/* Sources */
,
86CDB701246BC34C007EAE67
/* Frameworks */
,
86CDB702246BC34C007EAE67
/* CopyFiles */
,
);
buildRules
=
(
);
dependencies
=
(
);
name
=
"memri-parser"
;
productName
=
"memri-parser"
;
productReference
=
86CDB704246BC34C007EAE67
/* memri-parser */
;
productType
=
"com.apple.product-type.tool"
;
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
86CDB6FC246BC34C007EAE67
/* Project object */
=
{
isa
=
PBXProject
;
attributes
=
{
LastSwiftUpdateCheck
=
1140
;
LastUpgradeCheck
=
1140
;
ORGANIZATIONNAME
=
Memri
;
TargetAttributes
=
{
86CDB703246BC34C007EAE67
=
{
CreatedOnToolsVersion
=
11.4.1
;
};
};
};
buildConfigurationList
=
86CDB6FF246BC34C007EAE67
/* Build configuration list for PBXProject "memri-parser" */
;
compatibilityVersion
=
"Xcode 9.3"
;
developmentRegion
=
en
;
hasScannedForEncodings
=
0
;
knownRegions
=
(
en
,
Base
,
);
mainGroup
=
86CDB6FB246BC34C007EAE67
;
productRefGroup
=
86CDB705246BC34C007EAE67
/* Products */
;
projectDirPath
=
""
;
projectRoot
=
""
;
targets
=
(
86CDB703246BC34C007EAE67
/* memri-parser */
,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
86CDB700246BC34C007EAE67
/* Sources */
=
{
isa
=
PBXSourcesBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
86CDB708246BC34C007EAE67
/* main.swift in Sources */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
86CDB709246BC34C007EAE67
/* Debug */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
CLANG_ANALYZER_NONNULL
=
YES
;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION
=
YES_AGGRESSIVE
;
CLANG_CXX_LANGUAGE_STANDARD
=
"gnu++14"
;
CLANG_CXX_LIBRARY
=
"libc++"
;
CLANG_ENABLE_MODULES
=
YES
;
CLANG_ENABLE_OBJC_ARC
=
YES
;
CLANG_ENABLE_OBJC_WEAK
=
YES
;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING
=
YES
;
CLANG_WARN_BOOL_CONVERSION
=
YES
;
CLANG_WARN_COMMA
=
YES
;
CLANG_WARN_CONSTANT_CONVERSION
=
YES
;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS
=
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_NON_LITERAL_NULL_CONVERSION
=
YES
;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF
=
YES
;
CLANG_WARN_OBJC_LITERAL_CONVERSION
=
YES
;
CLANG_WARN_OBJC_ROOT_CLASS
=
YES_ERROR
;
CLANG_WARN_RANGE_LOOP_ANALYSIS
=
YES
;
CLANG_WARN_STRICT_PROTOTYPES
=
YES
;
CLANG_WARN_SUSPICIOUS_MOVE
=
YES
;
CLANG_WARN_UNGUARDED_AVAILABILITY
=
YES_AGGRESSIVE
;
CLANG_WARN_UNREACHABLE_CODE
=
YES
;
CLANG_WARN__DUPLICATE_METHOD_MATCH
=
YES
;
COPY_PHASE_STRIP
=
NO
;
DEBUG_INFORMATION_FORMAT
=
dwarf
;
ENABLE_STRICT_OBJC_MSGSEND
=
YES
;
ENABLE_TESTABILITY
=
YES
;
GCC_C_LANGUAGE_STANDARD
=
gnu11
;
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.15
;
MTL_ENABLE_DEBUG_INFO
=
INCLUDE_SOURCE
;
MTL_FAST_MATH
=
YES
;
ONLY_ACTIVE_ARCH
=
YES
;
SDKROOT
=
macosx
;
SWIFT_ACTIVE_COMPILATION_CONDITIONS
=
DEBUG
;
SWIFT_OPTIMIZATION_LEVEL
=
"-Onone"
;
};
name
=
Debug
;
};
86CDB70A246BC34C007EAE67
/* Release */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
CLANG_ANALYZER_NONNULL
=
YES
;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION
=
YES_AGGRESSIVE
;
CLANG_CXX_LANGUAGE_STANDARD
=
"gnu++14"
;
CLANG_CXX_LIBRARY
=
"libc++"
;
CLANG_ENABLE_MODULES
=
YES
;
CLANG_ENABLE_OBJC_ARC
=
YES
;
CLANG_ENABLE_OBJC_WEAK
=
YES
;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING
=
YES
;
CLANG_WARN_BOOL_CONVERSION
=
YES
;
CLANG_WARN_COMMA
=
YES
;
CLANG_WARN_CONSTANT_CONVERSION
=
YES
;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS
=
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_NON_LITERAL_NULL_CONVERSION
=
YES
;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF
=
YES
;
CLANG_WARN_OBJC_LITERAL_CONVERSION
=
YES
;
CLANG_WARN_OBJC_ROOT_CLASS
=
YES_ERROR
;
CLANG_WARN_RANGE_LOOP_ANALYSIS
=
YES
;
CLANG_WARN_STRICT_PROTOTYPES
=
YES
;
CLANG_WARN_SUSPICIOUS_MOVE
=
YES
;
CLANG_WARN_UNGUARDED_AVAILABILITY
=
YES_AGGRESSIVE
;
CLANG_WARN_UNREACHABLE_CODE
=
YES
;
CLANG_WARN__DUPLICATE_METHOD_MATCH
=
YES
;
COPY_PHASE_STRIP
=
NO
;
DEBUG_INFORMATION_FORMAT
=
"dwarf-with-dsym"
;
ENABLE_NS_ASSERTIONS
=
NO
;
ENABLE_STRICT_OBJC_MSGSEND
=
YES
;
GCC_C_LANGUAGE_STANDARD
=
gnu11
;
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.15
;
MTL_ENABLE_DEBUG_INFO
=
NO
;
MTL_FAST_MATH
=
YES
;
SDKROOT
=
macosx
;
SWIFT_COMPILATION_MODE
=
wholemodule
;
SWIFT_OPTIMIZATION_LEVEL
=
"-O"
;
};
name
=
Release
;
};
86CDB70C246BC34C007EAE67
/* Debug */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
CODE_SIGN_STYLE
=
Automatic
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
SWIFT_VERSION
=
5.0
;
};
name
=
Debug
;
};
86CDB70D246BC34C007EAE67
/* Release */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
CODE_SIGN_STYLE
=
Automatic
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
SWIFT_VERSION
=
5.0
;
};
name
=
Release
;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
86CDB6FF246BC34C007EAE67
/* Build configuration list for PBXProject "memri-parser" */
=
{
isa
=
XCConfigurationList
;
buildConfigurations
=
(
86CDB709246BC34C007EAE67
/* Debug */
,
86CDB70A246BC34C007EAE67
/* Release */
,
);
defaultConfigurationIsVisible
=
0
;
defaultConfigurationName
=
Release
;
};
86CDB70B246BC34C007EAE67
/* Build configuration list for PBXNativeTarget "memri-parser" */
=
{
isa
=
XCConfigurationList
;
buildConfigurations
=
(
86CDB70C246BC34C007EAE67
/* Debug */
,
86CDB70D246BC34C007EAE67
/* Release */
,
);
defaultConfigurationIsVisible
=
0
;
defaultConfigurationName
=
Release
;
};
/* End XCConfigurationList section */
};
rootObject
=
86CDB6FC246BC34C007EAE67
/* Project object */
;
}
This diff is collapsed.
Click to expand it.
memri-parser.xcodeproj/project.xcworkspace/contents.xcworkspacedata
0 → 100644
+
7
-
0
View file @
00275fd3
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version =
"1.0"
>
<FileRef
location =
"self:memri-parser.xcodeproj"
>
</FileRef>
</Workspace>
This diff is collapsed.
Click to expand it.
memri-parser.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
0 → 100644
+
8
-
0
View file @
00275fd3
<?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>
IDEDidComputeMac32BitWarning
</key>
<true/>
</dict>
</plist>
This diff is collapsed.
Click to expand it.
memri-parser.xcodeproj/xcuserdata/rubendaniels.xcuserdatad/xcschemes/xcschememanagement.plist
0 → 100644
+
14
-
0
View file @
00275fd3
<?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>
memri-parser.xcscheme_^#shared#^_
</key>
<dict>
<key>
orderHint
</key>
<integer>
0
</integer>
</dict>
</dict>
</dict>
</plist>
This diff is collapsed.
Click to expand it.
memri-parser/main.swift
0 → 100644
+
12
-
0
View file @
00275fd3
//
// main.swift
// memri-parser
//
// Created by Ruben Daniels on 5/13/20.
// Copyright © 2020 Memri. All rights reserved.
//
import
Foundation
print
(
"Hello, World!"
)
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets