• 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

iSightを使ってBooklog,MediaMarkerインポート用CSVファイルを生成するアプリ


Commit MetaInfo

Revisãodeec2c46d1e4b89d37ea473242737695cab87712 (tree)
Hora2012-03-25 16:55:28
Autormasakih <masakih@user...>
Commitermasakih

Mensagem de Log

[Mod] PPCサポートをやめた

Mudança Sumário

Diff

--- a/BooksExporter.xcodeproj/project.pbxproj
+++ b/BooksExporter.xcodeproj/project.pbxproj
@@ -877,39 +877,23 @@
877877 C01FCF4F08A954540054247B /* Debug */ = {
878878 isa = XCBuildConfiguration;
879879 buildSettings = {
880- ARCHS = (
881- i386,
882- x86_64,
883- ppc,
884- );
885- GCC_VERSION = 4.2;
886- "GCC_VERSION[arch=i386]" = com.apple.compilers.llvmgcc42;
887- "GCC_VERSION[arch=x86_64]" = com.apple.compilers.llvmgcc42;
880+ ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
888881 GCC_WARN_ABOUT_RETURN_TYPE = YES;
889882 GCC_WARN_UNUSED_VARIABLE = YES;
890883 MACOSX_DEPLOYMENT_TARGET = 10.5;
891884 ONLY_ACTIVE_ARCH = YES;
892885 SDKROOT = macosx10.6;
893- VALID_ARCHS = "i386 x86_64 ppc";
894886 };
895887 name = Debug;
896888 };
897889 C01FCF5008A954540054247B /* Release */ = {
898890 isa = XCBuildConfiguration;
899891 buildSettings = {
900- ARCHS = (
901- i386,
902- x86_64,
903- ppc,
904- );
905- GCC_VERSION = 4.2;
906- "GCC_VERSION[arch=i386]" = com.apple.compilers.llvmgcc42;
907- "GCC_VERSION[arch=x86_64]" = com.apple.compilers.llvmgcc42;
892+ ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
908893 GCC_WARN_ABOUT_RETURN_TYPE = YES;
909894 GCC_WARN_UNUSED_VARIABLE = YES;
910895 MACOSX_DEPLOYMENT_TARGET = 10.5;
911896 SDKROOT = macosx10.6;
912- VALID_ARCHS = "i386 x86_64 ppc";
913897 };
914898 name = Release;
915899 };