diff options
| author | Bo Lindbergh <blgl@stacken.kth.se> | 2015-08-25 15:45:07 +0200 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2015-08-25 20:01:37 +0100 |
| commit | 6f5386c4b9fea279da29cf9d86b6ae041e95ab6b (patch) | |
| tree | c277708bf1f81d9b09afccac4ba2d60774daa20b | |
| parent | dd9e24a42fda3a9810ae1e4ce394be1259821fd2 (diff) | |
| download | puzzles-6f5386c4b9fea279da29cf9d86b6ae041e95ab6b.zip puzzles-6f5386c4b9fea279da29cf9d86b6ae041e95ab6b.tar.gz puzzles-6f5386c4b9fea279da29cf9d86b6ae041e95ab6b.tar.bz2 puzzles-6f5386c4b9fea279da29cf9d86b6ae041e95ab6b.tar.xz | |
Typo in the OS X Info plist
| -rw-r--r-- | osx-info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osx-info.plist b/osx-info.plist index 50c1cc3..9f4aef8 100644 --- a/osx-info.plist +++ b/osx-info.plist @@ -20,7 +20,7 @@ <string>Unidentified build</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> - <key>CFBundleIndentifier</key> + <key>CFBundleIdentifier</key> <string>uk.org.greenend.chiark.sgtatham.puzzles</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> |