|
16 | 16 | 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; |
17 | 17 | 32BAE0B30371A71500C91783 /* Plugin.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Plugin.pch; sourceTree = "<group>"; }; |
18 | 18 | 6A3F7D2310AAFB3D00948A73 /* Plugin.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Plugin.mm; sourceTree = "<group>"; }; |
19 | | - 6A3F7F7E10AC146D00948A73 /* StandaloneFileBroser.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = StandaloneFileBroser.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 19 | + 6A3F7F7E10AC146D00948A73 /* StandaloneFileBrowser.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = StandaloneFileBrowser.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; |
20 | 20 | 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; |
21 | 21 | DD2760001CA14C26008BCDB8 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = ../../../../../../../../../System/Library/Frameworks/AppKit.framework; sourceTree = "<group>"; }; |
22 | 22 | /* End PBXFileReference section */ |
|
74 | 74 | 19C28FB4FE9D528D11CA2CBB /* Products */ = { |
75 | 75 | isa = PBXGroup; |
76 | 76 | children = ( |
77 | | - 6A3F7F7E10AC146D00948A73 /* StandaloneFileBroser.bundle */, |
| 77 | + 6A3F7F7E10AC146D00948A73 /* StandaloneFileBrowser.bundle */, |
78 | 78 | ); |
79 | 79 | name = Products; |
80 | 80 | sourceTree = "<group>"; |
|
96 | 96 | ); |
97 | 97 | name = StandaloneFileBrowser; |
98 | 98 | productName = ASimplePlugin; |
99 | | - productReference = 6A3F7F7E10AC146D00948A73 /* StandaloneFileBroser.bundle */; |
| 99 | + productReference = 6A3F7F7E10AC146D00948A73 /* StandaloneFileBrowser.bundle */; |
100 | 100 | productType = "com.apple.product-type.bundle"; |
101 | 101 | }; |
102 | 102 | /* End PBXNativeTarget section */ |
|
186 | 186 | isa = XCBuildConfiguration; |
187 | 187 | buildSettings = { |
188 | 188 | ALWAYS_SEARCH_USER_PATHS = NO; |
189 | | - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; |
| 189 | + ARCHS = "$(ARCHS_STANDARD)"; |
190 | 190 | COPY_PHASE_STRIP = NO; |
191 | 191 | GCC_DYNAMIC_NO_PIC = NO; |
192 | 192 | GCC_ENABLE_FIX_AND_CONTINUE = YES; |
|
203 | 203 | PREBINDING = NO; |
204 | 204 | PRODUCT_BUNDLE_IDENTIFIER = com.gkngkc.sfb; |
205 | 205 | PRODUCT_NAME = StandaloneFileBrowser; |
| 206 | + VALID_ARCHS = x86_64; |
206 | 207 | WRAPPER_EXTENSION = bundle; |
207 | 208 | }; |
208 | 209 | name = Debug; |
|
211 | 212 | isa = XCBuildConfiguration; |
212 | 213 | buildSettings = { |
213 | 214 | ALWAYS_SEARCH_USER_PATHS = NO; |
214 | | - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; |
| 215 | + ARCHS = "$(ARCHS_STANDARD)"; |
215 | 216 | COPY_PHASE_STRIP = YES; |
216 | 217 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
217 | 218 | GCC_ENABLE_FIX_AND_CONTINUE = NO; |
|
227 | 228 | PREBINDING = NO; |
228 | 229 | PRODUCT_BUNDLE_IDENTIFIER = com.gkngkc.sfb; |
229 | 230 | PRODUCT_NAME = StandaloneFileBrowser; |
| 231 | + VALID_ARCHS = x86_64; |
230 | 232 | WRAPPER_EXTENSION = bundle; |
231 | 233 | ZERO_LINK = NO; |
232 | 234 | }; |
|
0 commit comments