diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-03-10 15:14:12 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-03-10 15:14:12 +0000 |
| commit | 0333d27065dd08536b2eee98ca2468c5e845a6c9 (patch) | |
| tree | e968046421238c80132ddb8bd79ec26011067b8d /ide/Xcode3.1 | |
| parent | b4a22581cfa722f3118fca71fc5126d72bf55bf4 (diff) | |
Fixed the current Xcode template
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7236 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/Xcode3.1')
| -rw-r--r-- | ide/Xcode3.1/Project Templates/FLTK/___PROJECTNAME___.xcodeproj/project.pbxproj | 6 | ||||
| -rw-r--r-- | ide/Xcode3.1/README.template | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/ide/Xcode3.1/Project Templates/FLTK/___PROJECTNAME___.xcodeproj/project.pbxproj b/ide/Xcode3.1/Project Templates/FLTK/___PROJECTNAME___.xcodeproj/project.pbxproj index b87cc1bbf..57850871f 100644 --- a/ide/Xcode3.1/Project Templates/FLTK/___PROJECTNAME___.xcodeproj/project.pbxproj +++ b/ide/Xcode3.1/Project Templates/FLTK/___PROJECTNAME___.xcodeproj/project.pbxproj @@ -8,6 +8,7 @@ /* Begin PBXBuildFile section */ 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; + C936A1ED1147964D00B7FBF4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C936A1EC1147964D00B7FBF4 /* Cocoa.framework */; }; C9601DD510B1FA9C0018BADE /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C9601DD410B1FA9C0018BADE /* Carbon.framework */; }; C9601E9910B1FAED0018BADE /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C9601E9810B1FAED0018BADE /* main.cpp */; }; C9601EA810B1FB5B0018BADE /* libfltk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C9601EA210B1FB5A0018BADE /* libfltk.a */; }; @@ -34,6 +35,7 @@ 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 8D1107310486CEB800E47090 /* ___PROJECTNAMEASIDENTIFIER___-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "___PROJECTNAMEASIDENTIFIER___-Info.plist"; sourceTree = "<group>"; }; 8D1107320486CEB800E47090 /* ___PROJECTNAME___.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "___PROJECTNAME___.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + C936A1EC1147964D00B7FBF4 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; C9601DCB10B1FA890018BADE /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; }; C9601DCC10B1FA890018BADE /* AGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AGL.framework; path = /System/Library/Frameworks/AGL.framework; sourceTree = "<absolute>"; }; C9601DD410B1FA9C0018BADE /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; @@ -58,6 +60,7 @@ files = ( C9601DD510B1FA9C0018BADE /* Carbon.framework in Frameworks */, C9601EA810B1FB5B0018BADE /* libfltk.a in Frameworks */, + C936A1ED1147964D00B7FBF4 /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -68,6 +71,7 @@ isa = PBXGroup; children = ( C9601DD410B1FA9C0018BADE /* Carbon.framework */, + C936A1EC1147964D00B7FBF4 /* Cocoa.framework */, ); name = "Linked Frameworks"; sourceTree = "<group>"; @@ -89,7 +93,7 @@ name = Products; sourceTree = "<group>"; }; - 29B97314FDCFA39411CA2CEA /* ___PROJECTNAME___ */ = { + 29B97314FDCFA39411CA2CEA /* ___PROJECTNAMEASXML___ */ = { isa = PBXGroup; children = ( C9601E9410B1FADC0018BADE /* Sources */, diff --git a/ide/Xcode3.1/README.template b/ide/Xcode3.1/README.template index 47e964399..d72f964c3 100644 --- a/ide/Xcode3.1/README.template +++ b/ide/Xcode3.1/README.template @@ -2,11 +2,12 @@ To add FLTK projects as a new project template for Xcode 3, install the included files in the directory -> "$(HOME)//Library/Application Support/Developer/Shared/Xcode/" +> cp -R ide/Xcode3.1/Project\ Templates/FLTK/* \ + ~/Library/Application\ Support/Developer/Shared/Xcode/Project\ Templates/FLTK\ Application/FLTK/ and restart Xcode. -The generated proects expects fltk 1.3 as it is installed +The generated projects expects fltk 1.3 as it is installed using the command line. > sudo make install |
