Skip to content

Commit

Permalink
Xcode 10.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapeli committed Oct 31, 2018
1 parent 8c8376b commit b6d3e4f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Dash/DHAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -249,17 +249,17 @@ - (void)clipboardChanged:(NSNotification*)notification
- (void)checkCommitHashes
{
NSDictionary *hashes = @{@"DHDBSearcher": @"f3a251f7",
@"DHDBResult": @"4bbe246d",
@"DHDBResult": @"f561a420",
@"DHDBUnifiedResult": @"f2731133",
@"DHQueuedDB": @"0199255c",
@"DHUnifiedQueuedDB": @"dd42266b",
@"DHDBUnifiedOperation": @"1671a905",
@"DHWebViewController": @"d1ebd6cd",
@"DHWebPreferences": @"8419f130",
@"DHDocsetDownloader": @"dc586701",
@"DHWebViewController": @"4777c865",
@"DHWebPreferences": @"19872dd4",
@"DHDocsetDownloader": @"5bc1aef5",
@"PlatformIcons": @"6bd7e7a7",
@"DHTypes": @"1ec6d1a4",
@"Types": @"1ec6d1a4",
@"DHTypes": @"9e61df75",
@"Types": @"9e61df75",
@"CSS": @"7be5591d",
};
[hashes enumerateKeysAndObjectsUsingBlock:^(id key, id obj, BOOL *stop) {
Expand Down
Binary file modified Frameworks/Apple_Docs_Framework.framework/Apple_Docs_Framework
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@
#define k2x_Scale @"2x"
#define k2x_DarkScale @"d2x"
#define kMissing_Paths @"xp"
#define kAvailabilityConstraints @"availabilityConstraints"
12 changes: 6 additions & 6 deletions Frameworks/Apple_Docs_Framework.framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10A255</string>
<string>10B61</string>
<key>DTPlatformName</key>
<string>iphonesimulator</string>
<key>DTPlatformVersion</key>
<string>12.0</string>
<string>12.1</string>
<key>DTSDKBuild</key>
<string>16A366</string>
<string>16B91</string>
<key>DTSDKName</key>
<string>iphonesimulator12.0</string>
<string>iphonesimulator12.1</string>
<key>DTXcode</key>
<string>1000</string>
<string>1010</string>
<key>DTXcodeBuild</key>
<string>10A255</string>
<string>10B61</string>
<key>MinimumOSVersion</key>
<string>9.0</string>
<key>UIDeviceFamily</key>
Expand Down

0 comments on commit b6d3e4f

Please sign in to comment.