Changeset 11839 for lang/objective-c
- Timestamp:
- 05/18/08 02:23:12 (6 months ago)
- Location:
- lang/objective-c/HatebuCoreData
- Files:
-
- 4 added
- 1 modified
-
AuthTest.h (added)
-
AuthTest.m (added)
-
HatebuCoreData.xcodeproj/project.pbxproj (modified) (8 diffs)
-
WSSE.h (added)
-
WSSE.m (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-c/HatebuCoreData/HatebuCoreData.xcodeproj/project.pbxproj
r11810 r11839 25 25 86FD394D0DDF38590016EAA6 /* Importer.m in Sources */ = {isa = PBXBuildFile; fileRef = 86FD394C0DDF38590016EAA6 /* Importer.m */; }; 26 26 86FD394E0DDF39220016EAA6 /* Importer.m in Sources */ = {isa = PBXBuildFile; fileRef = 86FD394C0DDF38590016EAA6 /* Importer.m */; }; 27 86FD396D0DDF40800016EAA6 /* WSSE.m in Sources */ = {isa = PBXBuildFile; fileRef = 86FD396C0DDF40800016EAA6 /* WSSE.m */; }; 28 86FD396E0DDF40800016EAA6 /* WSSE.m in Sources */ = {isa = PBXBuildFile; fileRef = 86FD396C0DDF40800016EAA6 /* WSSE.m */; }; 29 86FD397E0DDF42F50016EAA6 /* AuthTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 86FD397D0DDF42F50016EAA6 /* AuthTest.m */; }; 30 86FD397F0DDF42F50016EAA6 /* AuthTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 86FD397D0DDF42F50016EAA6 /* AuthTest.m */; }; 27 31 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; 28 32 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; … … 61 65 86FD394B0DDF38590016EAA6 /* Importer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Importer.h; sourceTree = "<group>"; }; 62 66 86FD394C0DDF38590016EAA6 /* Importer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Importer.m; sourceTree = "<group>"; }; 67 86FD396B0DDF40800016EAA6 /* WSSE.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WSSE.h; sourceTree = "<group>"; }; 68 86FD396C0DDF40800016EAA6 /* WSSE.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WSSE.m; sourceTree = "<group>"; }; 69 86FD397C0DDF42F50016EAA6 /* AuthTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AuthTest.h; sourceTree = "<group>"; }; 70 86FD397D0DDF42F50016EAA6 /* AuthTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AuthTest.m; sourceTree = "<group>"; }; 71 86FD39C00DDF4BAE0016EAA6 /* AuthPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AuthPrivate.h; sourceTree = "<group>"; }; 63 72 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 64 73 8D1107320486CEB800E47090 /* HatebuCoreData.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HatebuCoreData.app; sourceTree = BUILT_PRODUCTS_DIR; }; … … 88 97 isa = PBXGroup; 89 98 children = ( 99 86FD39C00DDF4BAE0016EAA6 /* AuthPrivate.h */, 100 86FD396B0DDF40800016EAA6 /* WSSE.h */, 101 86FD396C0DDF40800016EAA6 /* WSSE.m */, 90 102 77C8280B06725ACE000B614F /* HatebuCoreData_AppDelegate.h */, 91 103 77C8280C06725ACE000B614F /* HatebuCoreData_AppDelegate.m */, … … 192 204 86FD38580DDE0AB70016EAA6 /* BookmarkTest.h */, 193 205 86FD38590DDE0AB70016EAA6 /* BookmarkTest.m */, 206 86FD397C0DDF42F50016EAA6 /* AuthTest.h */, 207 86FD397D0DDF42F50016EAA6 /* AuthTest.m */, 194 208 ); 195 209 name = "Test Cases"; … … 301 315 86FD38DF0DDED47F0016EAA6 /* UTManagedObjectContext.m in Sources */, 302 316 86FD394D0DDF38590016EAA6 /* Importer.m in Sources */, 317 86FD396D0DDF40800016EAA6 /* WSSE.m in Sources */, 318 86FD397E0DDF42F50016EAA6 /* AuthTest.m in Sources */, 303 319 ); 304 320 runOnlyForDeploymentPostprocessing = 0; … … 316 332 86FD39460DDF369D0016EAA6 /* HatenaBookmark.m in Sources */, 317 333 86FD394E0DDF39220016EAA6 /* Importer.m in Sources */, 334 86FD396E0DDF40800016EAA6 /* WSSE.m in Sources */, 335 86FD397F0DDF42F50016EAA6 /* AuthTest.m in Sources */, 318 336 ); 319 337 runOnlyForDeploymentPostprocessing = 0; … … 381 399 GCC_WARN_UNUSED_VARIABLE = YES; 382 400 ONLY_ACTIVE_ARCH = YES; 401 OTHER_LDFLAGS = "-lcrypto"; 383 402 PREBINDING = NO; 384 403 SDKROOT = macosx10.5; … … 414 433 INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles"; 415 434 OTHER_LDFLAGS = ( 435 "-lcrypto", 416 436 "-framework", 417 437 Cocoa,
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)