Skip to content

Commit

Permalink
Initial version commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nitheeshbinolin committed Mar 28, 2015
1 parent efa5a74 commit d5e57bd
Show file tree
Hide file tree
Showing 13 changed files with 973 additions and 10 deletions.
20 changes: 18 additions & 2 deletions TagControl.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
377C75D91A3FF87100E46628 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 377C75D81A3FF87100E46628 /* Images.xcassets */; };
377C75DC1A3FF87100E46628 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 377C75DA1A3FF87100E46628 /* LaunchScreen.xib */; };
377C75E81A3FF87100E46628 /* TagControlTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 377C75E71A3FF87100E46628 /* TagControlTests.m */; };
377C75F41A3FF90800E46628 /* TagTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 377C75F31A3FF90800E46628 /* TagTextView.m */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -40,6 +41,8 @@
377C75E11A3FF87100E46628 /* TagControlTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TagControlTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
377C75E61A3FF87100E46628 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
377C75E71A3FF87100E46628 /* TagControlTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TagControlTests.m; sourceTree = "<group>"; };
377C75F21A3FF90800E46628 /* TagTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TagTextView.h; sourceTree = "<group>"; };
377C75F31A3FF90800E46628 /* TagTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TagTextView.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -81,6 +84,7 @@
377C75CA1A3FF87100E46628 /* TagControl */ = {
isa = PBXGroup;
children = (
377C75F11A3FF8E700E46628 /* TagTextView */,
377C75CF1A3FF87100E46628 /* AppDelegate.h */,
377C75D01A3FF87100E46628 /* AppDelegate.m */,
377C75D21A3FF87100E46628 /* ViewController.h */,
Expand Down Expand Up @@ -119,6 +123,15 @@
name = "Supporting Files";
sourceTree = "<group>";
};
377C75F11A3FF8E700E46628 /* TagTextView */ = {
isa = PBXGroup;
children = (
377C75F21A3FF90800E46628 /* TagTextView.h */,
377C75F31A3FF90800E46628 /* TagTextView.m */,
);
name = TagTextView;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -219,6 +232,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
377C75F41A3FF90800E46628 /* TagTextView.m in Sources */,
377C75D41A3FF87100E46628 /* ViewController.m in Sources */,
377C75D11A3FF87100E46628 /* AppDelegate.m in Sources */,
377C75CE1A3FF87100E46628 /* main.m in Sources */,
Expand Down Expand Up @@ -270,7 +284,7 @@
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_ARC = NO;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
Expand Down Expand Up @@ -311,7 +325,7 @@
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_ARC = NO;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
Expand Down Expand Up @@ -412,6 +426,7 @@
377C75ED1A3FF87100E46628 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
377C75EE1A3FF87100E46628 /* Build configuration list for PBXNativeTarget "TagControlTests" */ = {
isa = XCConfigurationList;
Expand All @@ -420,6 +435,7 @@
377C75F01A3FF87100E46628 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "TagControl/ViewController.m"
timestampString = "440487527.971718"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "35"
endingLineNumber = "35"
landmarkName = "-tagsForFilter:"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "TagControl/TagTextView.m"
timestampString = "440504503.620618"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "117"
endingLineNumber = "117"
landmarkName = "-onTextChanged:"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "TagControl/TagTextView.m"
timestampString = "440504503.620618"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "116"
endingLineNumber = "116"
landmarkName = "-onTextChanged:"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "TagControl/TagTextView.m"
timestampString = "440504855.609887"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "206"
endingLineNumber = "206"
landmarkName = "-showTagsList"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0610"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "377C75C71A3FF87100E46628"
BuildableName = "TagControl.app"
BlueprintName = "TagControl"
ReferencedContainer = "container:TagControl.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "377C75E01A3FF87100E46628"
BuildableName = "TagControlTests.xctest"
BlueprintName = "TagControlTests"
ReferencedContainer = "container:TagControl.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "377C75E01A3FF87100E46628"
BuildableName = "TagControlTests.xctest"
BlueprintName = "TagControlTests"
ReferencedContainer = "container:TagControl.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "377C75C71A3FF87100E46628"
BuildableName = "TagControl.app"
BlueprintName = "TagControl"
ReferencedContainer = "container:TagControl.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 = "377C75C71A3FF87100E46628"
BuildableName = "TagControl.app"
BlueprintName = "TagControl"
ReferencedContainer = "container:TagControl.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "377C75C71A3FF87100E46628"
BuildableName = "TagControl.app"
BlueprintName = "TagControl"
ReferencedContainer = "container:TagControl.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?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>TagControl.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>377C75C71A3FF87100E46628</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>377C75E01A3FF87100E46628</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "TagControl/ViewController.m"
timestampString = "448397649.206044"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "46"
endingLineNumber = "46"
landmarkName = "-tagsForFilter:"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
Loading

0 comments on commit d5e57bd

Please sign in to comment.