Changeset 2963
- Timestamp:
- 06/17/05 23:11:27 (3 years ago)
- Files:
-
- Tuna/trunk/Tuna.xcodeproj/project.pbxproj (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Tuna/trunk/Tuna.xcodeproj/project.pbxproj
r2962 r2963 132 132 containerPortal = A57F85C30833E1BC00DEFE69 /* ZankaAdditions.xcodeproj */; 133 133 proxyType = 2; 134 remoteGlobalIDString = 8DC2EF5B0486A6940098B216 /* ZankaAdditions.framework */;134 remoteGlobalIDString = 8DC2EF5B0486A6940098B216; 135 135 remoteInfo = "Zanka Additions"; 136 136 }; … … 139 139 containerPortal = A57F85C30833E1BC00DEFE69 /* ZankaAdditions.xcodeproj */; 140 140 proxyType = 2; 141 remoteGlobalIDString = A5E4B39E07A9797200BD6812 /* ZAAutoreleasePool Test.app */;141 remoteGlobalIDString = A5E4B39E07A9797200BD6812; 142 142 remoteInfo = "ZAAutoreleasePool Test"; 143 143 }; … … 146 146 containerPortal = A57F85C30833E1BC00DEFE69 /* ZankaAdditions.xcodeproj */; 147 147 proxyType = 2; 148 remoteGlobalIDString = A553B5E007AAF56E005EE3E5 /* ZANotificationCenter Test.app */;148 remoteGlobalIDString = A553B5E007AAF56E005EE3E5; 149 149 remoteInfo = "ZANotificationCenter Test"; 150 150 }; … … 153 153 containerPortal = A57F85C30833E1BC00DEFE69 /* ZankaAdditions.xcodeproj */; 154 154 proxyType = 2; 155 remoteGlobalIDString = A5E4B55207A98AEE00BD6812 /* ZAObject Test.app */;155 remoteGlobalIDString = A5E4B55207A98AEE00BD6812; 156 156 remoteInfo = "ZAObject Test"; 157 157 }; … … 160 160 containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */; 161 161 proxyType = 1; 162 remoteGlobalIDString = A54D70DD08636C7700441C97 /* Zanka Additions */;162 remoteGlobalIDString = A54D70DD08636C7700441C97; 163 163 remoteInfo = "Zanka Additions"; 164 164 }; … … 814 814 COPY_PHASE_STRIP = NO; 815 815 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 816 OPTIMIZATION_CFLAGS = " ";816 OPTIMIZATION_CFLAGS = "-O0"; 817 817 OTHER_CFLAGS = ""; 818 818 OTHER_LDFLAGS = ""; … … 831 831 isa = XCBuildConfiguration; 832 832 buildSettings = { 833 OPTIMIZATION_CFLAGS = " ";833 OPTIMIZATION_CFLAGS = "-O0"; 834 834 OTHER_CFLAGS = ""; 835 835 OTHER_LDFLAGS = ""; … … 850 850 COPY_PHASE_STRIP = YES; 851 851 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 852 OPTIMIZATION_CFLAGS = " ";852 OPTIMIZATION_CFLAGS = "-O0"; 853 853 OTHER_CFLAGS = ""; 854 854 OTHER_LDFLAGS = "";
