Skip to content

Commit 84a5d12

Browse files
committed
Merge pull request #103 from ParsePlatform/nlutsenko.signing
Properly specify bundle executable in OS X framework Info.plist.
2 parents d76b343 + 56f41b3 commit 84a5d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Parse/Resources/FrameworkOSX.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>English</string>
77
<key>CFBundleExecutable</key>
8-
<string>ParseOSX</string>
8+
<string>Parse</string>
99
<key>CFBundleIdentifier</key>
1010
<string>com.parse.ParseOSX</string>
1111
<key>CFBundleInfoDictionaryVersion</key>

0 commit comments

Comments
 (0)