iSightを使ってBooklog,MediaMarkerインポート用CSVファイルを生成するアプリ
Revisão | a6878247a8ed5b0afdeca689d05231b5001af711 (tree) |
---|---|
Hora | 2011-04-19 21:17:50 |
Autor | masakih <masakih@user...> |
Commiter | masakih |
update Project for Xcode4.
@@ -6,6 +6,20 @@ | ||
6 | 6 | objectVersion = 44; |
7 | 7 | objects = { |
8 | 8 | |
9 | +/* Begin PBXAggregateTarget section */ | |
10 | + F436186C135AFA30005EAEE6 /* BooksExporter for English */ = { | |
11 | + isa = PBXAggregateTarget; | |
12 | + buildConfigurationList = F436186F135AFA30005EAEE6 /* Build configuration list for PBXAggregateTarget "BooksExporter for English" */; | |
13 | + buildPhases = ( | |
14 | + ); | |
15 | + dependencies = ( | |
16 | + F4361874135AFD0A005EAEE6 /* PBXTargetDependency */, | |
17 | + ); | |
18 | + name = "BooksExporter for English"; | |
19 | + productName = "BooksExporter for English"; | |
20 | + }; | |
21 | +/* End PBXAggregateTarget section */ | |
22 | + | |
9 | 23 | /* Begin PBXBuildFile section */ |
10 | 24 | 0581DA041196AE9F00075B54 /* libZbar.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0581DA031196AE9F00075B54 /* libZbar.a */; }; |
11 | 25 | 059486B0117373D100D3581C /* config.c in Sources */ = {isa = PBXBuildFile; fileRef = 0594828311736D2700D3581C /* config.c */; }; |
@@ -67,7 +81,7 @@ | ||
67 | 81 | /* Begin PBXBuildRule section */ |
68 | 82 | 059486C81173741F00D3581C /* PBXBuildRule */ = { |
69 | 83 | isa = PBXBuildRule; |
70 | - compilerSpec = com.apple.compilers.gcc.4_0; | |
84 | + compilerSpec = com.apple.compilers.gcc; | |
71 | 85 | fileType = sourcecode.c; |
72 | 86 | isEditable = 1; |
73 | 87 | outputFiles = ( |
@@ -75,7 +89,7 @@ | ||
75 | 89 | }; |
76 | 90 | 059486C91173741F00D3581C /* PBXBuildRule */ = { |
77 | 91 | isa = PBXBuildRule; |
78 | - compilerSpec = com.apple.compilers.gcc.4_0; | |
92 | + compilerSpec = com.apple.compilers.gcc; | |
79 | 93 | fileType = sourcecode.asm; |
80 | 94 | isEditable = 1; |
81 | 95 | outputFiles = ( |
@@ -91,6 +105,13 @@ | ||
91 | 105 | remoteGlobalIDString = 059486AA1173739F00D3581C; |
92 | 106 | remoteInfo = Zbar; |
93 | 107 | }; |
108 | + F4361873135AFD0A005EAEE6 /* PBXContainerItemProxy */ = { | |
109 | + isa = PBXContainerItemProxy; | |
110 | + containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */; | |
111 | + proxyType = 1; | |
112 | + remoteGlobalIDString = 8D1107260486CEB800E47090; | |
113 | + remoteInfo = BooksExporter; | |
114 | + }; | |
94 | 115 | /* End PBXContainerItemProxy section */ |
95 | 116 | |
96 | 117 | /* Begin PBXFileReference section */ |
@@ -184,7 +205,7 @@ | ||
184 | 205 | F44EEB4A131A7E0F00CAA969 /* Base64EncDec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Base64EncDec.h; sourceTree = "<group>"; }; |
185 | 206 | F44EEB4B131A7E0F00CAA969 /* Base64EncDec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Base64EncDec.m; sourceTree = "<group>"; }; |
186 | 207 | F44EEC97131AA61500CAA969 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; }; |
187 | - F44EECA3131AA6F400CAA969 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Japanese; path = Japanese.lproj/Localizable.strings; sourceTree = "<group>"; }; | |
208 | + F44EECA3131AA6F400CAA969 /* Japanese */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = Japanese; path = Japanese.lproj/Localizable.strings; sourceTree = "<group>"; }; | |
188 | 209 | F44EED03131BBC5D00CAA969 /* AmazonSecureKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AmazonSecureKey.h; sourceTree = "<group>"; }; |
189 | 210 | F44EED04131BBC5D00CAA969 /* AmazonSecureKey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = AmazonSecureKey.c; sourceTree = "<group>"; }; |
190 | 211 | F44EED0D131BC06100CAA969 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/BEExportAccessoryView.xib; sourceTree = "<group>"; }; |
@@ -594,6 +615,7 @@ | ||
594 | 615 | targets = ( |
595 | 616 | 8D1107260486CEB800E47090 /* BooksExporter */, |
596 | 617 | 059486AA1173739F00D3581C /* Zbar */, |
618 | + F436186C135AFA30005EAEE6 /* BooksExporter for English */, | |
597 | 619 | ); |
598 | 620 | }; |
599 | 621 | /* End PBXProject section */ |
@@ -679,6 +701,11 @@ | ||
679 | 701 | target = 059486AA1173739F00D3581C /* Zbar */; |
680 | 702 | targetProxy = 0581DA051196AEAD00075B54 /* PBXContainerItemProxy */; |
681 | 703 | }; |
704 | + F4361874135AFD0A005EAEE6 /* PBXTargetDependency */ = { | |
705 | + isa = PBXTargetDependency; | |
706 | + target = 8D1107260486CEB800E47090 /* BooksExporter */; | |
707 | + targetProxy = F4361873135AFD0A005EAEE6 /* PBXContainerItemProxy */; | |
708 | + }; | |
682 | 709 | /* End PBXTargetDependency section */ |
683 | 710 | |
684 | 711 | /* Begin PBXVariantGroup section */ |
@@ -772,7 +799,6 @@ | ||
772 | 799 | COPY_PHASE_STRIP = NO; |
773 | 800 | GCC_DYNAMIC_NO_PIC = NO; |
774 | 801 | GCC_ENABLE_FIX_AND_CONTINUE = YES; |
775 | - GCC_MODEL_TUNING = G5; | |
776 | 802 | GCC_OPTIMIZATION_LEVEL = 0; |
777 | 803 | INSTALL_PATH = /usr/local/lib; |
778 | 804 | PREBINDING = NO; |
@@ -787,11 +813,9 @@ | ||
787 | 813 | COPY_PHASE_STRIP = YES; |
788 | 814 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
789 | 815 | GCC_ENABLE_FIX_AND_CONTINUE = NO; |
790 | - GCC_MODEL_TUNING = G5; | |
791 | 816 | INSTALL_PATH = /usr/local/lib; |
792 | 817 | PREBINDING = NO; |
793 | 818 | PRODUCT_NAME = Zbar; |
794 | - ZERO_LINK = NO; | |
795 | 819 | }; |
796 | 820 | name = Release; |
797 | 821 | }; |
@@ -800,19 +824,12 @@ | ||
800 | 824 | buildSettings = { |
801 | 825 | COPY_PHASE_STRIP = NO; |
802 | 826 | GCC_ENABLE_FIX_AND_CONTINUE = YES; |
803 | - GCC_MODEL_TUNING = G5; | |
804 | 827 | GCC_OPTIMIZATION_LEVEL = 0; |
805 | 828 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
806 | 829 | GCC_PREFIX_HEADER = BooksExporter_Prefix.pch; |
807 | 830 | GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO; |
808 | 831 | INFOPLIST_FILE = Info.plist; |
809 | 832 | INSTALL_PATH = "$(HOME)/Applications"; |
810 | - LIBRARY_SEARCH_PATHS = ( | |
811 | - "$(inherited)", | |
812 | - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", | |
813 | - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)", | |
814 | - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)", | |
815 | - ); | |
816 | 833 | OTHER_CFLAGS = "-DDEBUG"; |
817 | 834 | "OTHER_LDFLAGS[arch=i386]" = ( |
818 | 835 | "-framework", |
@@ -830,26 +847,14 @@ | ||
830 | 847 | C01FCF4C08A954540054247B /* Release */ = { |
831 | 848 | isa = XCBuildConfiguration; |
832 | 849 | buildSettings = { |
833 | - ARCHS = ( | |
834 | - x86_64, | |
835 | - i386, | |
836 | - ppc, | |
837 | - ); | |
838 | 850 | GCC_ENABLE_SYMBOL_SEPARATION = NO; |
839 | 851 | GCC_GENERATE_DEBUGGING_SYMBOLS = NO; |
840 | - GCC_MODEL_TUNING = G5; | |
841 | 852 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
842 | 853 | GCC_PREFIX_HEADER = BooksExporter_Prefix.pch; |
843 | 854 | GCC_SYMBOLS_PRIVATE_EXTERN = NO; |
844 | 855 | GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO; |
845 | 856 | INFOPLIST_FILE = Info.plist; |
846 | 857 | INSTALL_PATH = "$(HOME)/Applications"; |
847 | - LIBRARY_SEARCH_PATHS = ( | |
848 | - "$(inherited)", | |
849 | - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", | |
850 | - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)", | |
851 | - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)", | |
852 | - ); | |
853 | 858 | "OTHER_LDFLAGS[arch=i386]" = ( |
854 | 859 | "-framework", |
855 | 860 | QuickTime, |
@@ -868,10 +873,20 @@ | ||
868 | 873 | C01FCF4F08A954540054247B /* Debug */ = { |
869 | 874 | isa = XCBuildConfiguration; |
870 | 875 | buildSettings = { |
876 | + ARCHS = ( | |
877 | + i386, | |
878 | + x86_64, | |
879 | + ppc, | |
880 | + ); | |
881 | + GCC_VERSION = 4.2; | |
882 | + "GCC_VERSION[arch=i386]" = com.apple.compilers.llvmgcc42; | |
883 | + "GCC_VERSION[arch=x86_64]" = com.apple.compilers.llvmgcc42; | |
871 | 884 | GCC_WARN_ABOUT_RETURN_TYPE = YES; |
872 | 885 | GCC_WARN_UNUSED_VARIABLE = YES; |
873 | 886 | MACOSX_DEPLOYMENT_TARGET = 10.5; |
887 | + ONLY_ACTIVE_ARCH = YES; | |
874 | 888 | SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; |
889 | + VALID_ARCHS = "i386 x86_64 ppc"; | |
875 | 890 | }; |
876 | 891 | name = Debug; |
877 | 892 | }; |
@@ -879,14 +894,32 @@ | ||
879 | 894 | isa = XCBuildConfiguration; |
880 | 895 | buildSettings = { |
881 | 896 | ARCHS = ( |
882 | - x86_64, | |
883 | 897 | i386, |
898 | + x86_64, | |
884 | 899 | ppc, |
885 | 900 | ); |
901 | + GCC_VERSION = 4.2; | |
902 | + "GCC_VERSION[arch=i386]" = com.apple.compilers.llvmgcc42; | |
903 | + "GCC_VERSION[arch=x86_64]" = com.apple.compilers.llvmgcc42; | |
886 | 904 | GCC_WARN_ABOUT_RETURN_TYPE = YES; |
887 | 905 | GCC_WARN_UNUSED_VARIABLE = YES; |
888 | 906 | MACOSX_DEPLOYMENT_TARGET = 10.5; |
889 | 907 | SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; |
908 | + VALID_ARCHS = "i386 x86_64 ppc"; | |
909 | + }; | |
910 | + name = Release; | |
911 | + }; | |
912 | + F436186D135AFA30005EAEE6 /* Debug */ = { | |
913 | + isa = XCBuildConfiguration; | |
914 | + buildSettings = { | |
915 | + PRODUCT_NAME = "$(TARGET_NAME)"; | |
916 | + }; | |
917 | + name = Debug; | |
918 | + }; | |
919 | + F436186E135AFA30005EAEE6 /* Release */ = { | |
920 | + isa = XCBuildConfiguration; | |
921 | + buildSettings = { | |
922 | + PRODUCT_NAME = "$(TARGET_NAME)"; | |
890 | 923 | }; |
891 | 924 | name = Release; |
892 | 925 | }; |
@@ -920,6 +953,14 @@ | ||
920 | 953 | defaultConfigurationIsVisible = 0; |
921 | 954 | defaultConfigurationName = Release; |
922 | 955 | }; |
956 | + F436186F135AFA30005EAEE6 /* Build configuration list for PBXAggregateTarget "BooksExporter for English" */ = { | |
957 | + isa = XCConfigurationList; | |
958 | + buildConfigurations = ( | |
959 | + F436186D135AFA30005EAEE6 /* Debug */, | |
960 | + F436186E135AFA30005EAEE6 /* Release */, | |
961 | + ); | |
962 | + defaultConfigurationIsVisible = 0; | |
963 | + }; | |
923 | 964 | /* End XCConfigurationList section */ |
924 | 965 | }; |
925 | 966 | rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; |