Changeset 1057
- Timestamp:
- 11/09/07 09:29:30 (14 months ago)
- Files:
-
- 1 modified
-
trunk/Play-Tiger.xcodeproj/project.pbxproj (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Play-Tiger.xcodeproj/project.pbxproj
r1054 r1057 954 954 8CFBD2BA0CD910E6009A57C9 /* MPEGPropertiesReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPEGPropertiesReader.m; path = Audio/Properties/MPEGPropertiesReader.m; sourceTree = "<group>"; }; 955 955 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 956 8D1107320486CEB800E47090 /* Play -Tiger.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Play-Tiger.app"; sourceTree = BUILT_PRODUCTS_DIR; };956 8D1107320486CEB800E47090 /* Play.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Play.app; sourceTree = BUILT_PRODUCTS_DIR; }; 957 957 /* End PBXFileReference section */ 958 958 … … 1016 1016 isa = PBXGroup; 1017 1017 children = ( 1018 8D1107320486CEB800E47090 /* Play -Tiger.app */,1018 8D1107320486CEB800E47090 /* Play.app */, 1019 1019 ); 1020 1020 name = Products; … … 1930 1930 productInstallPath = "$(HOME)/Applications"; 1931 1931 productName = Play; 1932 productReference = 8D1107320486CEB800E47090 /* Play -Tiger.app */;1932 productReference = 8D1107320486CEB800E47090 /* Play.app */; 1933 1933 productType = "com.apple.product-type.application"; 1934 1934 }; … … 2653 2653 "-lcurl", 2654 2654 ); 2655 PRODUCT_NAME = "Play-Tiger";2655 PRODUCT_NAME = Play; 2656 2656 USER_HEADER_SEARCH_PATHS = "$(inherited) \"$(SRCROOT)/ThirdParty/libofa/include\""; 2657 2657 WRAPPER_EXTENSION = app; … … 2698 2698 "-lcurl", 2699 2699 ); 2700 PRODUCT_NAME = "Play-Tiger";2700 PRODUCT_NAME = Play; 2701 2701 USER_HEADER_SEARCH_PATHS = "$(inherited) \"$(SRCROOT)/ThirdParty/libofa/include\""; 2702 2702 WRAPPER_EXTENSION = app;
