소스 검색

you can now drag and drop folders onto the Mac version of love

bill@Ixion 16 년 전
부모
커밋
3c68cf5a93
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      platform/macosx/Info.plist

+ 10 - 0
platform/macosx/Info.plist

@@ -26,6 +26,16 @@
 			<key>LSTypeIsPackage</key>
 			<true/>
 		</dict>
+		<dict>
+			<key>CFBundleTypeName</key>
+			<string>Folder</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>fold</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Viewer</string>
+		</dict>
 	</array>
 	<key>CFBundleExecutable</key>
 	<string>love</string>