Skip to content

Commit

Permalink
Wrote very preliminary code to load from a file and configured the te…
Browse files Browse the repository at this point in the history
…sts.
  • Loading branch information
Patrick Thomson committed Dec 30, 2008
1 parent 34f8de6 commit 75056fd
Show file tree
Hide file tree
Showing 12 changed files with 1,215 additions and 109 deletions.
20 changes: 20 additions & 0 deletions Run Tests-Info.plist
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//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>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
</dict>
</plist>

0 comments on commit 75056fd

Please sign in to comment.