Skip to content

Commit

Permalink
added os x freetype lib for simulator to iPhone0062DevTest/
Browse files Browse the repository at this point in the history
  • Loading branch information
ofTheo committed Oct 1, 2010
1 parent b3fd914 commit 87efe8f
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
E496D5B11252C8210098A2B3 /* glu-iphone.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E496D5AF1252C8210098A2B3 /* glu-iphone.a */; };
E496D5B21252C8210098A2B3 /* glu.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E496D5B01252C8210098A2B3 /* glu.a */; };
E49BCC7A12554CD6009F19D0 /* libofxiPhone_iphoneos_ReleaseArmv7.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E49BCC5012554B6A009F19D0 /* libofxiPhone_iphoneos_ReleaseArmv7.a */; };
E4A8229F12560AFE002F86A2 /* freetype.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4A8229E12560AFE002F86A2 /* freetype.a */; };
E4D8936E11527B74007E1F53 /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = E4D8936B11527B74007E1F53 /* main.mm */; };
E4D8936F11527B74007E1F53 /* testApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = E4D8936D11527B74007E1F53 /* testApp.mm */; };
/* End PBXBuildFile section */
Expand Down Expand Up @@ -133,6 +134,7 @@
E496D5AF1252C8210098A2B3 /* glu-iphone.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "glu-iphone.a"; path = "../../../libs/glu/lib/iphone/glu-iphone.a"; sourceTree = SOURCE_ROOT; };
E496D5B01252C8210098A2B3 /* glu.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = glu.a; path = ../../../libs/glu/lib/iphone/glu.a; sourceTree = SOURCE_ROOT; };
E49BCC4812554B69009F19D0 /* iPhone+OF Lib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "iPhone+OF Lib.xcodeproj"; path = "../../../libs/openFrameworksCompiled/project/iphone/iPhone+OF Lib.xcodeproj"; sourceTree = SOURCE_ROOT; };
E4A8229E12560AFE002F86A2 /* freetype.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = freetype.a; path = ../../../libs/freetype/lib/osx/freetype.a; sourceTree = SOURCE_ROOT; };
E4D8936B11527B74007E1F53 /* main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = main.mm; path = src/main.mm; sourceTree = SOURCE_ROOT; };
E4D8936C11527B74007E1F53 /* testApp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testApp.h; path = src/testApp.h; sourceTree = SOURCE_ROOT; };
E4D8936D11527B74007E1F53 /* testApp.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = testApp.mm; path = src/testApp.mm; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -167,6 +169,7 @@
E434BF7312477FBA00452519 /* freetype-iphone.a in Frameworks */,
E496D5B11252C8210098A2B3 /* glu-iphone.a in Frameworks */,
E496D5B21252C8210098A2B3 /* glu.a in Frameworks */,
E4A8229F12560AFE002F86A2 /* freetype.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -411,6 +414,7 @@
BB24DE1110DA785000E9C588 /* lib */ = {
isa = PBXGroup;
children = (
E4A8229D12560AFE002F86A2 /* osx */,
BB24DE1210DA785000E9C588 /* iphone */,
);
path = lib;
Expand Down Expand Up @@ -506,6 +510,15 @@
name = Products;
sourceTree = "<group>";
};
E4A8229D12560AFE002F86A2 /* osx */ = {
isa = PBXGroup;
children = (
E4A8229E12560AFE002F86A2 /* freetype.a */,
);
name = osx;
path = ../../../libs/freetype/lib/osx;
sourceTree = SOURCE_ROOT;
};
E4D8936A11527B74007E1F53 /* src */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -638,6 +651,10 @@
GCC_PREFIX_HEADER = iPhone_Prefix.pch;
GCC_THUMB_SUPPORT = NO;
INFOPLIST_FILE = "ofxiphone-Info.plist";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/../../../libs/freetype/lib/osx\"",
);
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "${TARGET_NAME}";
};
Expand All @@ -651,6 +668,10 @@
GCC_PREFIX_HEADER = iPhone_Prefix.pch;
GCC_THUMB_SUPPORT = NO;
INFOPLIST_FILE = "ofxiphone-Info.plist";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/../../../libs/freetype/lib/osx\"",
);
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "${TARGET_NAME}";
};
Expand Down Expand Up @@ -801,6 +822,10 @@
GCC_PREFIX_HEADER = iPhone_Prefix.pch;
GCC_THUMB_SUPPORT = NO;
INFOPLIST_FILE = "ofxiphone-Info.plist";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/../../../libs/freetype/lib/osx\"",
);
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "${TARGET_NAME}";
};
Expand Down

0 comments on commit 87efe8f

Please sign in to comment.