-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Project organization and demo project changes.
- Loading branch information
Showing
9 changed files
with
44 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,12 +45,12 @@ | |
DB79B5B417C5AFB400173A70 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard.storyboard; sourceTree = "<group>"; }; | ||
DB79B5B617C5AFB400173A70 /* TJLViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TJLViewController.h; sourceTree = "<group>"; }; | ||
DB79B5B717C5AFB400173A70 /* TJLViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TJLViewController.m; sourceTree = "<group>"; }; | ||
DB79B5BE17C5B00C00173A70 /* Blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Blue.png; sourceTree = "<group>"; }; | ||
DB79B5BF17C5B00C00173A70 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
DB79B5C017C5B00C00173A70 /* Green.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Green.png; sourceTree = "<group>"; }; | ||
DB79B5C117C5B00C00173A70 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
DB79B5C217C5B00C00173A70 /* Orange.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Orange.png; sourceTree = "<group>"; }; | ||
DB79B5C317C5B00C00173A70 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
DB79B5BE17C5B00C00173A70 /* Blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Blue.png; path = Resources/Blue.png; sourceTree = "<group>"; }; | ||
DB79B5BF17C5B00C00173A70 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "Resources/[email protected]"; sourceTree = "<group>"; }; | ||
DB79B5C017C5B00C00173A70 /* Green.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Green.png; path = Resources/Green.png; sourceTree = "<group>"; }; | ||
DB79B5C117C5B00C00173A70 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "Resources/[email protected]"; sourceTree = "<group>"; }; | ||
DB79B5C217C5B00C00173A70 /* Orange.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Orange.png; path = Resources/Orange.png; sourceTree = "<group>"; }; | ||
DB79B5C317C5B00C00173A70 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "Resources/[email protected]"; sourceTree = "<group>"; }; | ||
DB79B5CA17C5B06100173A70 /* TJLBarButtonMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TJLBarButtonMenu.h; path = Source/TJLBarButtonMenu.h; sourceTree = "<group>"; }; | ||
DB79B5CB17C5B06100173A70 /* TJLBarButtonMenu.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TJLBarButtonMenu.m; path = Source/TJLBarButtonMenu.m; sourceTree = "<group>"; }; | ||
DB79B5CE17C5B12B00173A70 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; | ||
|
@@ -102,18 +102,10 @@ | |
DB79B5A117C5AFB400173A70 /* TJLBarButtonMenu */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
DB79B5AA17C5AFB400173A70 /* TJLAppDelegate.h */, | ||
DB79B5AB17C5AFB400173A70 /* TJLAppDelegate.m */, | ||
DB79B5B317C5AFB400173A70 /* MainStoryboard.storyboard */, | ||
DBB8364C17C6F05900F6F43F /* App Delegate and Storyboard */, | ||
DB79B5CD17C5B06500173A70 /* Source */, | ||
DB79B5BE17C5B00C00173A70 /* Blue.png */, | ||
DB79B5BF17C5B00C00173A70 /* [email protected] */, | ||
DB79B5C017C5B00C00173A70 /* Green.png */, | ||
DB79B5C117C5B00C00173A70 /* [email protected] */, | ||
DB79B5C217C5B00C00173A70 /* Orange.png */, | ||
DB79B5C317C5B00C00173A70 /* [email protected] */, | ||
DB79B5B617C5AFB400173A70 /* TJLViewController.h */, | ||
DB79B5B717C5AFB400173A70 /* TJLViewController.m */, | ||
DBB8364B17C6EFEF00F6F43F /* Resources */, | ||
DBB8364D17C6F06900F6F43F /* RootVC */, | ||
DB79B5A217C5AFB400173A70 /* Supporting Files */, | ||
); | ||
path = TJLBarButtonMenu; | ||
|
@@ -142,6 +134,38 @@ | |
name = Source; | ||
sourceTree = "<group>"; | ||
}; | ||
DBB8364B17C6EFEF00F6F43F /* Resources */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
DB79B5BE17C5B00C00173A70 /* Blue.png */, | ||
DB79B5BF17C5B00C00173A70 /* [email protected] */, | ||
DB79B5C017C5B00C00173A70 /* Green.png */, | ||
DB79B5C117C5B00C00173A70 /* [email protected] */, | ||
DB79B5C217C5B00C00173A70 /* Orange.png */, | ||
DB79B5C317C5B00C00173A70 /* [email protected] */, | ||
); | ||
name = Resources; | ||
sourceTree = "<group>"; | ||
}; | ||
DBB8364C17C6F05900F6F43F /* App Delegate and Storyboard */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
DB79B5AA17C5AFB400173A70 /* TJLAppDelegate.h */, | ||
DB79B5AB17C5AFB400173A70 /* TJLAppDelegate.m */, | ||
DB79B5B317C5AFB400173A70 /* MainStoryboard.storyboard */, | ||
); | ||
name = "App Delegate and Storyboard"; | ||
sourceTree = "<group>"; | ||
}; | ||
DBB8364D17C6F06900F6F43F /* RootVC */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
DB79B5B617C5AFB400173A70 /* TJLViewController.h */, | ||
DB79B5B717C5AFB400173A70 /* TJLViewController.m */, | ||
); | ||
name = RootVC; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
|
@@ -341,6 +365,7 @@ | |
DB79B5BD17C5AFB400173A70 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
/* End XCConfigurationList section */ | ||
}; | ||
|
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters