Permalink
Browse files

Fix building on Xcode 8.3 (#9)

I had to copy `DFRSupportKit.framework` from Xcode 8.2, as in 8.3 it no longer exposes the interface we need (`IDETouchBarSimulatorHostWindowController`).
  • Loading branch information...
1 parent b55063c commit 0e2779079e2d2b0979c4b2c2afcd8f930537eaa2 @sindresorhus committed on GitHub Apr 17, 2017
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,16 @@
+<?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>BuildVersion</key>
+ <string>6</string>
+ <key>CFBundleShortVersionString</key>
+ <string>8.2.1</string>
+ <key>CFBundleVersion</key>
+ <string>7104</string>
+ <key>ProjectName</key>
+ <string>DFRSupportKit</string>
+ <key>SourceVersion</key>
+ <string>11758000000000000</string>
+</dict>
+</plist>
@@ -0,0 +1,123 @@
+<?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>Resources/IDETouchBarSimulatorViewService.nib</key>
+ <data>
+ Ns19SFulC6ajJMwFcvEc2Qr8Hjc=
+ </data>
+ <key>version.plist</key>
+ <data>
+ QY2Pn4tAzf7kz5VwGuoEkpdvtn0=
+ </data>
+ </dict>
+ <key>files2</key>
+ <dict>
+ <key>Resources/IDETouchBarSimulatorViewService.nib</key>
+ <data>
+ Ns19SFulC6ajJMwFcvEc2Qr8Hjc=
+ </data>
+ <key>version.plist</key>
+ <data>
+ QY2Pn4tAzf7kz5VwGuoEkpdvtn0=
+ </data>
+ </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>^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>^[^/]+$</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,16 @@
+<?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>BuildVersion</key>
+ <string>6</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+ <key>ProjectName</key>
+ <string>DFRSupportKit</string>
+ <key>SourceVersion</key>
+ <string>11758000000000000</string>
+</dict>
+</plist>
Oops, something went wrong.

0 comments on commit 0e27790

Please sign in to comment.