[artoolkit-commits] artoolkit/ARToolKit.xcodeproj project.pbxproj,1.5,1.6
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2005-12-08 18:56:18
|
Update of /cvsroot/artoolkit/artoolkit/ARToolKit.xcodeproj In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29526 Modified Files: project.pbxproj Log Message: Fix info.plist location in collide example. Index: project.pbxproj =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/ARToolKit.xcodeproj/project.pbxproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** project.pbxproj 12 Oct 2005 00:17:18 -0000 1.5 --- project.pbxproj 8 Dec 2005 18:56:07 -0000 1.6 *************** *** 1683,1686 **** --- 1683,1687 ---- 78A519D1089ABA58005197A0 /* twoView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = twoView.app; sourceTree = BUILT_PRODUCTS_DIR; }; 78A519E4089ABB07005197A0 /* twoView-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; path = "twoView-Info.plist"; sourceTree = "<group>"; }; + 78C7675D091AF110004CF1D8 /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; }; 78D25397089AA0640064B793 /* loadMultiple.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = loadMultiple.app; sourceTree = BUILT_PRODUCTS_DIR; }; 78D253B8089AA1380064B793 /* loadMultiple-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; path = "loadMultiple-Info.plist"; sourceTree = "<group>"; }; *************** *** 2323,2326 **** --- 2324,2328 ---- 4A427D000484329800B56093 /* ar.h */, 4A427D010484329800B56093 /* arMulti.h */, + 78C7675D091AF110004CF1D8 /* config.h */, 4A427D030484329800B56093 /* config.h.in */, 4A8EA5AF0658754A00ADDDD1 /* gsub_lite.h */, *************** *** 6044,6048 **** buildSettings = { HEADER_SEARCH_PATHS = include; ! INFOPLIST_FILE = "collideTest-Info.plist"; INSTALL_PATH = "$(SRCROOT)/bin"; LIBRARY_SEARCH_PATHS = ( --- 6046,6050 ---- buildSettings = { HEADER_SEARCH_PATHS = include; ! INFOPLIST_FILE = "examples/collide/collideTest-Info.plist"; INSTALL_PATH = "$(SRCROOT)/bin"; LIBRARY_SEARCH_PATHS = ( *************** *** 6890,6893 **** --- 6892,6896 ---- ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Development; }; 7872EF6408E318C900DB266E /* Build configuration list for PBXNativeTarget "calib_cparam" */ = { *************** *** 6898,6901 **** --- 6901,6905 ---- ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Development; }; 7872EF7E08E3192200DB266E /* Build configuration list for PBXNativeTarget "calib_dist" */ = { *************** *** 6906,6909 **** --- 6910,6914 ---- ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Development; }; 7872EF9708E3196B00DB266E /* Build configuration list for PBXNativeTarget "mk_patt" */ = { *************** *** 6914,6917 **** --- 6919,6923 ---- ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Development; }; 788A85B1089AA558001AB56A /* Build configuration list for PBXNativeTarget "optical" */ = { |