Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b5da73f
Adding iOS framework target for use by Carthage
Jun 24, 2015
7ae4325
Adding iOS framework target for use by Carthage
Jun 24, 2015
8342f74
Updating framework setup.
Jun 24, 2015
e681b9c
Added Carthage to ignore.
drekka Jun 24, 2015
f3af8fb
Adding carthage to ignore
drekka Jun 24, 2015
4261598
Updating
drekka Jun 24, 2015
36ec756
Updating installation path
Jul 1, 2015
695fa17
Merge branch 'develop' of github.com:drekka/pegkit
Jul 1, 2015
a89ed79
Tuning setup
Jul 2, 2015
eba1c0f
Adding tvOS target
drekka Aug 12, 2016
0e2789b
Merge branch 'develop' of github.com:drekka/pegkit into develop
drekka Aug 12, 2016
e0654fc
Merge branch 'origin-master' into develop
drekka Aug 12, 2016
9d831e1
Fixing merge bugs.
drekka Aug 12, 2016
2ae0fd4
TWeaking project file.
drekka Aug 12, 2016
edd89b4
Merge branch 'origin-master' into drekka-master
drekka Aug 12, 2016
302b0c9
Merge branch 'drekka-master' into develop
drekka Aug 12, 2016
9913a1f
Fixing schemes
drekka Aug 12, 2016
130e0fd
Merge branch 'drekka-master' into develop
drekka Aug 12, 2016
b835d58
Fixing schemes
drekka Aug 12, 2016
59745a0
Merge branch 'origin-master' into drekka-master
drekka Oct 23, 2016
1edcb5a
Merge branch 'drekka-master' into develop
drekka Oct 23, 2016
fbbd8e2
Merging and adding tvOS target again
drekka Oct 23, 2016
be263de
Correcting info plist
drekka Oct 23, 2016
4d49712
Adding module maps and fixing tvOS Target
drekka Oct 23, 2016
2422e89
Fixing module maps
drekka Oct 24, 2016
81718fc
Fixing product name for tvOS
drekka Oct 24, 2016
c073643
Fixing tvOS name
drekka Oct 24, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ xcuserdata
## Obj-C/Swift specific
*.hmap
*.ipa
/.DS_Store
293 changes: 283 additions & 10 deletions PEGKit.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

3,138 changes: 3,138 additions & 0 deletions PEGKit.xcodeproj/project_BACKUP_38025.pbxproj

Large diffs are not rendered by default.

2,607 changes: 2,607 additions & 0 deletions PEGKit.xcodeproj/project_BASE_38025.pbxproj

Large diffs are not rendered by default.

2,849 changes: 2,849 additions & 0 deletions PEGKit.xcodeproj/project_LOCAL_38025.pbxproj

Large diffs are not rendered by default.

2,888 changes: 2,888 additions & 0 deletions PEGKit.xcodeproj/project_REMOTE_38025.pbxproj

Large diffs are not rendered by default.

80 changes: 80 additions & 0 deletions PEGKit.xcodeproj/xcshareddata/xcschemes/PEGKit iOS.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0700"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D305025C1CE5560F00AB4B68"
BuildableName = "PEGKit.framework"
BlueprintName = "PEGKitiOS"
ReferencedContainer = "container:PEGKit.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<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">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D305025C1CE5560F00AB4B68"
BuildableName = "PEGKit.framework"
BlueprintName = "PEGKitiOS"
ReferencedContainer = "container:PEGKit.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D305025C1CE5560F00AB4B68"
BuildableName = "PEGKit.framework"
BlueprintName = "PEGKitiOS"
ReferencedContainer = "container:PEGKit.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
80 changes: 80 additions & 0 deletions PEGKit.xcodeproj/xcshareddata/xcschemes/PEGKit tvOS.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0730"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6CB12BFF1DBD80980061F891"
BuildableName = "PEGKit.framework"
BlueprintName = "PEGKittvOS"
ReferencedContainer = "container:PEGKit.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 = "6CA08A231D5DA6DD0061FD2A"
BuildableName = "PEGKit.framework"
BlueprintName = "PEGKit tvOS"
ReferencedContainer = "container:PEGKit.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">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6CB12BFF1DBD80980061F891"
BuildableName = "PEGKit.framework"
BlueprintName = "PEGKittvOS"
ReferencedContainer = "container:PEGKit.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
37 changes: 37 additions & 0 deletions PEGKit.xcworkspace/xcshareddata/PEGKit.xcscmblueprint
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "59BCCFF68011542A051983972F0A0E4EA5C0D708",
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {

},
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
"948C6829607794C9C905880E4DE9DD942A04092A" : 0,
"46934DBE06979A500470CF5DA0CBD0DE39A40B0A" : 0,
"59BCCFF68011542A051983972F0A0E4EA5C0D708" : 0
},
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "54CD6689-B08E-44BA-93C6-BCA349D91063",
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
"948C6829607794C9C905880E4DE9DD942A04092A" : "pegkit\/lib\/TDTemplateEngine\/",
"46934DBE06979A500470CF5DA0CBD0DE39A40B0A" : "..\/..",
"59BCCFF68011542A051983972F0A0E4EA5C0D708" : "pegkit\/"
},
"DVTSourceControlWorkspaceBlueprintNameKey" : "PEGKit",
"DVTSourceControlWorkspaceBlueprintVersion" : 203,
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "PEGKit.xcworkspace",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:drekka\/Alchemic.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "46934DBE06979A500470CF5DA0CBD0DE39A40B0A"
},
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/itod\/pegkit.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "59BCCFF68011542A051983972F0A0E4EA5C0D708"
},
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/itod\/tdtemplateengine.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "948C6829607794C9C905880E4DE9DD942A04092A"
}
]
}
2 changes: 2 additions & 0 deletions ParserGenApp/ParserGenApp-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSMainNibFile</key>
Expand Down
3 changes: 3 additions & 0 deletions module.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module PEGKit {
umbrella header "Headers/PEGKit.h"
}
3 changes: 3 additions & 0 deletions module.private.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
explicit module PEGKit.Private {
umbrella "PrivateHeaders"
}