fix icloud drive write permission

This commit is contained in:
yicheng 2020-06-02 18:25:42 +08:00
parent 0461db847c
commit 256f045edc

View File

@ -6,6 +6,19 @@
<false/>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>yaml</string>
</array>
<key>CFBundleTypeName</key>
<string>YAML</string>
<key>LSHandlerRank</key>
<string>None</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIconFile</key>