11 changed files with 389 additions and 66 deletions
@ -0,0 +1,23 @@ |
|||
# Xcode |
|||
# |
|||
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore |
|||
|
|||
## User settings |
|||
xcuserdata/ |
|||
|
|||
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) |
|||
*.xcscmblueprint |
|||
*.xccheckout |
|||
|
|||
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) |
|||
build/ |
|||
DerivedData/ |
|||
*.moved-aside |
|||
*.pbxuser |
|||
!default.pbxuser |
|||
*.mode1v3 |
|||
!default.mode1v3 |
|||
*.mode2v3 |
|||
!default.mode2v3 |
|||
*.perspectivev3 |
|||
!default.perspectivev3 |
Binary file not shown.
@ -0,0 +1,116 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|||
<plist version="1.0"> |
|||
<dict> |
|||
<key>BuildMachineOSBuild</key> |
|||
<string>18F131a</string> |
|||
<key>CFBundleDevelopmentRegion</key> |
|||
<string>en</string> |
|||
<key>CFBundleDocumentTypes</key> |
|||
<array> |
|||
<dict> |
|||
<key>CFBundleTypeRole</key> |
|||
<string>QLGenerator</string> |
|||
<key>LSItemContentTypes</key> |
|||
<array> |
|||
<string>public.data</string> |
|||
</array> |
|||
</dict> |
|||
<string>UTTypeTagSpecification</string> |
|||
<dict> |
|||
<key>public.filename-extension</key> |
|||
<array> |
|||
<string>rmd</string> |
|||
<string>rdata</string> |
|||
<string>rda</string> |
|||
<string>rds</string> |
|||
</array> |
|||
</dict> |
|||
</array> |
|||
<key>CFBundleExecutable</key> |
|||
<string>QuickLookR</string> |
|||
<key>CFBundleIdentifier</key> |
|||
<string>is.rud.QuickLookR</string> |
|||
<key>CFBundleInfoDictionaryVersion</key> |
|||
<string>6.0</string> |
|||
<key>CFBundleName</key> |
|||
<string>QuickLookR</string> |
|||
<key>CFBundleShortVersionString</key> |
|||
<string>2.0</string> |
|||
<key>CFBundleSignature</key> |
|||
<string>????</string> |
|||
<key>CFBundleSupportedPlatforms</key> |
|||
<array> |
|||
<string>MacOSX</string> |
|||
</array> |
|||
<key>CFBundleVersion</key> |
|||
<string>1</string> |
|||
<key>CFPlugInDynamicRegisterFunction</key> |
|||
<string></string> |
|||
<key>CFPlugInDynamicRegistration</key> |
|||
<string>NO</string> |
|||
<key>CFPlugInFactories</key> |
|||
<dict> |
|||
<key>786049CE-3ED2-49F7-8F4E-588A57CA2BDB</key> |
|||
<string>QuickLookGeneratorPluginFactory</string> |
|||
</dict> |
|||
<key>CFPlugInTypes</key> |
|||
<dict> |
|||
<key>5E2D9680-5022-40FA-B806-43349622E5B9</key> |
|||
<array> |
|||
<string>786049CE-3ED2-49F7-8F4E-588A57CA2BDB</string> |
|||
</array> |
|||
</dict> |
|||
<key>CFPlugInUnloadFunction</key> |
|||
<string></string> |
|||
<key>DTCompiler</key> |
|||
<string>com.apple.compilers.llvm.clang.1_0</string> |
|||
<key>DTPlatformBuild</key> |
|||
<string>10E1001</string> |
|||
<key>DTPlatformVersion</key> |
|||
<string>GM</string> |
|||
<key>DTSDKBuild</key> |
|||
<string>18E219</string> |
|||
<key>DTSDKName</key> |
|||
<string>macosx10.14</string> |
|||
<key>DTXcode</key> |
|||
<string>1020</string> |
|||
<key>DTXcodeBuild</key> |
|||
<string>10E1001</string> |
|||
<key>NSHumanReadableCopyright</key> |
|||
<string>Copyright © 2019 Bob Rudis. All rights reserved.</string> |
|||
<key>QLNeedsToBeRunInMainThread</key> |
|||
<false/> |
|||
<key>QLPreviewHeight</key> |
|||
<real>600</real> |
|||
<key>QLPreviewWidth</key> |
|||
<real>800</real> |
|||
<key>QLSupportsConcurrentRequests</key> |
|||
<false/> |
|||
<key>QLThumbnailMinimumSize</key> |
|||
<real>17</real> |
|||
<key>UTImportedTypeDeclarations</key> |
|||
<array> |
|||
<dict> |
|||
<key>UTTypeConformsTo</key> |
|||
<array> |
|||
<string>public.data</string> |
|||
</array> |
|||
<key>UTTypeDescription</key> |
|||
<string>R Data file</string> |
|||
<key>UTTypeIdentifier</key> |
|||
<string>is.rdata.quicklook</string> |
|||
<key>UTTypeTagSpecification</key> |
|||
<dict> |
|||
<key>public.filename-extension</key> |
|||
<array> |
|||
<string>rmd</string> |
|||
<string>rdata</string> |
|||
<string>rda</string> |
|||
<string>rds</string> |
|||
</array> |
|||
</dict> |
|||
</dict> |
|||
</array> |
|||
</dict> |
|||
</plist> |
Binary file not shown.
@ -0,0 +1,115 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|||
<plist version="1.0"> |
|||
<dict> |
|||
<key>files</key> |
|||
<dict/> |
|||
<key>files2</key> |
|||
<dict/> |
|||
<key>rules</key> |
|||
<dict> |
|||
<key>^Resources/</key> |
|||
<true/> |
|||
<key>^Resources/.*\.lproj/</key> |
|||
<dict> |
|||
<key>optional</key> |
|||
<true/> |
|||
<key>weight</key> |
|||
<real>1000</real> |
|||
</dict> |
|||
<key>^Resources/.*\.lproj/locversion.plist$</key> |
|||
<dict> |
|||
<key>omit</key> |
|||
<true/> |
|||
<key>weight</key> |
|||
<real>1100</real> |
|||
</dict> |
|||
<key>^Resources/Base\.lproj/</key> |
|||
<dict> |
|||
<key>weight</key> |
|||
<real>1010</real> |
|||
</dict> |
|||
<key>^version.plist$</key> |
|||
<true/> |
|||
</dict> |
|||
<key>rules2</key> |
|||
<dict> |
|||
<key>.*\.dSYM($|/)</key> |
|||
<dict> |
|||
<key>weight</key> |
|||
<real>11</real> |
|||
</dict> |
|||
<key>^(.*/)?\.DS_Store$</key> |
|||
<dict> |
|||
<key>omit</key> |
|||
<true/> |
|||
<key>weight</key> |
|||
<real>2000</real> |
|||
</dict> |
|||
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key> |
|||
<dict> |
|||
<key>nested</key> |
|||
<true/> |
|||
<key>weight</key> |
|||
<real>10</real> |
|||
</dict> |
|||
<key>^.*</key> |
|||
<true/> |
|||
<key>^Info\.plist$</key> |
|||
<dict> |
|||
<key>omit</key> |
|||
<true/> |
|||
<key>weight</key> |
|||
<real>20</real> |
|||
</dict> |
|||
<key>^PkgInfo$</key> |
|||
<dict> |
|||
<key>omit</key> |
|||
<true/> |
|||
<key>weight</key> |
|||
<real>20</real> |
|||
</dict> |
|||
<key>^Resources/</key> |
|||
<dict> |
|||
<key>weight</key> |
|||
<real>20</real> |
|||
</dict> |
|||
<key>^Resources/.*\.lproj/</key> |
|||
<dict> |
|||
<key>optional</key> |
|||
<true/> |
|||
<key>weight</key> |
|||
<real>1000</real> |
|||
</dict> |
|||
<key>^Resources/.*\.lproj/locversion.plist$</key> |
|||
<dict> |
|||
<key>omit</key> |
|||
<true/> |
|||
<key>weight</key> |
|||
<real>1100</real> |
|||
</dict> |
|||
<key>^Resources/Base\.lproj/</key> |
|||
<dict> |
|||
<key>weight</key> |
|||
<real>1010</real> |
|||
</dict> |
|||
<key>^[^/]+$</key> |
|||
<dict> |
|||
<key>nested</key> |
|||
<true/> |
|||
<key>weight</key> |
|||
<real>10</real> |
|||
</dict> |
|||
<key>^embedded\.provisionprofile$</key> |
|||
<dict> |
|||
<key>weight</key> |
|||
<real>20</real> |
|||
</dict> |
|||
<key>^version\.plist$</key> |
|||
<dict> |
|||
<key>weight</key> |
|||
<real>20</real> |
|||
</dict> |
|||
</dict> |
|||
</dict> |
|||
</plist> |
@ -0,0 +1,8 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|||
<plist version="1.0"> |
|||
<dict> |
|||
<key>IDEDidComputeMac32BitWarning</key> |
|||
<true/> |
|||
</dict> |
|||
</plist> |
@ -0,0 +1,5 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|||
<plist version="1.0"> |
|||
<dict/> |
|||
</plist> |
Loading…
Reference in new issue