Skip to content

Commit

Permalink
Support Xcode 6.3.2. Fix issue #19.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhua-chen committed May 28, 2015
1 parent 7195765 commit 20a21ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MCLog/MCLog-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>me.michaelchen.${PRODUCT_NAME:rfc1034identifier}</string>
<string>io.michaelchen.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.3</string>
<string>1.3.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>DVTPlugInCompatibilityUUIDs</key>
<array>
<string>E969541F-E6F9-4D25-8158-72DC3545A6C6</string>
<string>9F75337B-21B4-4ADC-B558-F9CADF7073A7</string>
<string>A16FF353-8441-459E-A50C-B071F53F51B7</string>
<string>C4A681B0-4A26-480E-93EC-1218098B9AA0</string>
Expand Down

0 comments on commit 20a21ad

Please sign in to comment.