Skip to content
This repository has been archived by the owner on Jul 18, 2019. It is now read-only.

Commit

Permalink
Add README.md to project.pbxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
norio-nomura committed Nov 25, 2013
1 parent c3bbadf commit 4b1dd21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EasySIMBL.xcodeproj/project.pbxproj
Expand Up @@ -76,6 +76,7 @@
6C564497159E7C0900215467 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = AppDelegate.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
6C56449A159E7C0900215467 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
6C5644B7159E7D3900215467 /* ServiceManagement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ServiceManagement.framework; path = System/Library/Frameworks/ServiceManagement.framework; sourceTree = SDKROOT; };
6C6AF45E1842DE3700E2ACBB /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
6CCA2AEE15AAB8670085ABB4 /* SIMBL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = SIMBL.h; path = ../src/SIMBL.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
6CCA2AEF15AAB8670085ABB4 /* SIMBL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = SIMBL.m; path = ../src/SIMBL.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
AA7EB1D915A45EC100D76CFC /* ESPluginListManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ESPluginListManager.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -111,6 +112,7 @@
6C564475159E7C0800215467 = {
isa = PBXGroup;
children = (
6C6AF45E1842DE3700E2ACBB /* README.md */,
6C3A4C2B159E7E6F00985CCD /* SIMBL.xcodeproj */,
6C56448A159E7C0800215467 /* EasySIMBL */,
6C564483159E7C0800215467 /* Frameworks */,
Expand Down

0 comments on commit 4b1dd21

Please sign in to comment.