Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
wthimbleby committed Mar 2, 2005
1 parent 8ac2fa3 commit 6602c35
Show file tree
Hide file tree
Showing 21 changed files with 2,797 additions and 0 deletions.
30 changes: 30 additions & 0 deletions ext/cocoa/Info.plist
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>YAML</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.apple.yourcocoaframework</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>YAML</string>
<key>CFBundleShortVersionString</key>
<string>0.51</string>
<key>CFBundleGetInfoString</key>
<string>YAML framework sversion 0.51 using Syck library</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
7 changes: 7 additions & 0 deletions ext/cocoa/README
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,7 @@
Syck cocoa 0.1

The YAML project should work in XCode without any alterations. It builds a statically linked framework to syck. The header files should explain everything. Currently syck is not used for output, due to encoding constraints, and a slightly quirky method is used. This might/should be replaced with something that works in a similar way to Apple's keyed archivers.

Included is Kyle Hammond's very good Base64 code to handle data in YAML. Currently Altivec is disabled in his code, if you want to enable it change the COMPILE_FOR_ALTIVEC define at the top of GSNSDataExtensions.m.

If you have any problems/queries contact will@thimbleby.net
Loading

0 comments on commit 6602c35

Please sign in to comment.