From f22313287ab0d99f0322a47bdd96b6b7e1cbdb5e Mon Sep 17 00:00:00 2001 From: Wincent Colaiuta Date: Sun, 7 Nov 2010 22:18:52 +0100 Subject: [PATCH] Add reference to buildtools submodule Signed-off-by: Wincent Colaiuta --- fusion-crash-reporter.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fusion-crash-reporter.xcodeproj/project.pbxproj b/fusion-crash-reporter.xcodeproj/project.pbxproj index 649ffca..26241ac 100644 --- a/fusion-crash-reporter.xcodeproj/project.pbxproj +++ b/fusion-crash-reporter.xcodeproj/project.pbxproj @@ -17,6 +17,7 @@ 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; }; 8D5B49B6048680CD000E48DA /* fusion-crash-reporter.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "fusion-crash-reporter.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; 8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + BC506CB712874F30006F0550 /* buildtools */ = {isa = PBXFileReference; lastKnownFileType = folder; path = buildtools; sourceTree = ""; }; BC7DE6A212874C1D0027C712 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; D2F7E65807B2D6F200F64583 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = ""; }; /* End PBXFileReference section */ @@ -108,6 +109,7 @@ BC7DE6A812874C420027C712 /* Submodules */ = { isa = PBXGroup; children = ( + BC506CB712874F30006F0550 /* buildtools */, ); name = Submodules; sourceTree = ""; -- 2.37.1