Permalink
Please sign in to comment.
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...
Showing
with
864 additions
and 27 deletions.
- +1 −0 DFRSupportKit.framework/DFRSupportKit
- +1 −0 DFRSupportKit.framework/Resources
- BIN DFRSupportKit.framework/Versions/A/DFRSupportKit
- BIN DFRSupportKit.framework/Versions/A/Resources/IDETouchBarSimulatorHostWindowController.nib
- BIN DFRSupportKit.framework/Versions/A/Resources/Info.plist
- +16 −0 DFRSupportKit.framework/Versions/A/Resources/version.plist
- BIN DFRSupportKit.framework/Versions/A/XPCServices/IDETouchBarSimulatorService.xpc/Contents/Info.plist
- BIN ...Versions/A/XPCServices/IDETouchBarSimulatorService.xpc/Contents/MacOS/IDETouchBarSimulatorService
- BIN ...PCServices/IDETouchBarSimulatorService.xpc/Contents/Resources/IDETouchBarSimulatorViewService.nib
- +123 −0 ...work/Versions/A/XPCServices/IDETouchBarSimulatorService.xpc/Contents/_CodeSignature/CodeResources
- +16 −0 ...upportKit.framework/Versions/A/XPCServices/IDETouchBarSimulatorService.xpc/Contents/version.plist
- +692 −0 DFRSupportKit.framework/Versions/A/_CodeSignature/CodeResources
- +1 −0 DFRSupportKit.framework/Versions/Current
- +1 −0 DFRSupportKit.framework/XPCServices
- +13 −27 Touch Bar Simulator.xcodeproj/project.pbxproj
| @@ -0,0 +1 @@ | ||
| +Versions/Current/DFRSupportKit |
| @@ -0,0 +1 @@ | ||
| +Versions/Current/Resources |
Binary file not shown.
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> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
| @@ -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