• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

モザイク表示でグロ画像の衝撃を和らげるBathyScaphe用プレビューアプラグイン。もしかするとThousandでも使えるかも?


Commit MetaInfo

Revisiónc14acb90094aba06ed8fefc4122c90f34233047b (tree)
Tiempo2011-11-11 00:11:41
Autormasakih <masakih@user...>
Commitermasakih

Log Message

Support x86_64

x86_64をサポート。

Cambiar Resumen

Diferencia incremental

--- a/GroEvader.xcodeproj/project.pbxproj
+++ b/GroEvader.xcodeproj/project.pbxproj
@@ -26,7 +26,7 @@
2626 8D5B49B6048680CD000E48DA /* GroEvaderForBSn1000.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GroEvaderForBSn1000.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
2727 8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2828 D2F7E65807B2D6F200F64583 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
29- F421293B0D0ED9B700FABC42 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; };
29+ F421293B0D0ED9B700FABC42 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; };
3030 F42129400D0ED9C800FABC42 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Japanese; path = Japanese.lproj/Localizable.strings; sourceTree = "<group>"; };
3131 F49E774D0D11741800D00BC0 /* MosaicView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MosaicView.h; sourceTree = "<group>"; };
3232 F49E774E0D11741800D00BC0 /* MosaicView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MosaicView.m; sourceTree = "<group>"; };
@@ -279,10 +279,6 @@
279279 1DEB913C08733D840010E9CD /* Release */ = {
280280 isa = XCBuildConfiguration;
281281 buildSettings = {
282- ARCHS = (
283- ppc,
284- i386,
285- );
286282 BUNDLE_LOADER = $HOME/Applications/Thousand.app/Contents/MacOS/Thousand;
287283 DEPLOYMENT_LOCATION = NO;
288284 DSTROOT = /;
@@ -306,6 +302,11 @@
306302 1DEB913F08733D840010E9CD /* Debug */ = {
307303 isa = XCBuildConfiguration;
308304 buildSettings = {
305+ ARCHS = (
306+ x86_64,
307+ i386,
308+ ppc,
309+ );
309310 GCC_WARN_ABOUT_RETURN_TYPE = YES;
310311 GCC_WARN_UNUSED_VARIABLE = YES;
311312 PREBINDING = NO;
@@ -316,6 +317,11 @@
316317 1DEB914008733D840010E9CD /* Release */ = {
317318 isa = XCBuildConfiguration;
318319 buildSettings = {
320+ ARCHS = (
321+ x86_64,
322+ i386,
323+ ppc,
324+ );
319325 GCC_WARN_ABOUT_RETURN_TYPE = YES;
320326 GCC_WARN_UNUSED_VARIABLE = YES;
321327 PREBINDING = NO;