Skip to content

Commit c585578

Browse files
committed
Add Apple API Reference docset support for Xcode 9.3
1 parent d1779a3 commit c585578

File tree

100 files changed

+9794
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+9794
-104
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

Dash/DHAppDelegate.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,13 @@ - (void)checkCommitHashes
254254
@"DHQueuedDB": @"0199255c",
255255
@"DHUnifiedQueuedDB": @"dd42266b",
256256
@"DHDBUnifiedOperation": @"1671a905",
257-
@"DHWebViewController": @"3e212244",
258-
@"DHWebPreferences": @"cd091ec9",
257+
@"DHWebViewController": @"b8feaee9",
258+
@"DHWebPreferences": @"1f358da2",
259259
@"DHDocsetDownloader": @"f07d3770",
260260
@"PlatformIcons": @"80cd6eb0",
261261
@"DHTypes": @"5ed28f56",
262262
@"Types": @"5ed28f56",
263-
@"CSS": @"0f4ac701",
263+
@"CSS": @"1f358da2",
264264
};
265265
[hashes enumerateKeysAndObjectsUsingBlock:^(id key, id obj, BOOL *stop) {
266266
NSString *plistHash = [[NSBundle mainBundle] infoDictionary][[key stringByAppendingString:@"Commit"]];

Dash/Dash iOS.xcodeproj/project.pbxproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@
10931093
isa = PBXProject;
10941094
attributes = {
10951095
CLASSPREFIX = DH;
1096-
LastUpgradeCheck = 0900;
1096+
LastUpgradeCheck = 0930;
10971097
ORGANIZATIONNAME = Kapeli;
10981098
TargetAttributes = {
10991099
43AB65311ED19D2F00A6EC18 = {
@@ -1573,6 +1573,8 @@
15731573
buildSettings = {
15741574
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
15751575
CLANG_ENABLE_MODULES = YES;
1576+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = NO;
1577+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO;
15761578
CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = NO;
15771579
CLANG_WARN_UNREACHABLE_CODE = NO;
15781580
CODE_SIGN_IDENTITY = "iPhone Distribution: Bogdan Popescu (JP58VMK957)";
@@ -1623,6 +1625,8 @@
16231625
buildSettings = {
16241626
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
16251627
CLANG_ENABLE_MODULES = YES;
1628+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = NO;
1629+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO;
16261630
CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = NO;
16271631
CLANG_WARN_UNREACHABLE_CODE = NO;
16281632
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -1679,12 +1683,14 @@
16791683
CLANG_WARN_BOOL_CONVERSION = YES;
16801684
CLANG_WARN_COMMA = YES;
16811685
CLANG_WARN_CONSTANT_CONVERSION = YES;
1686+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
16821687
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
16831688
CLANG_WARN_EMPTY_BODY = YES;
16841689
CLANG_WARN_ENUM_CONVERSION = YES;
16851690
CLANG_WARN_INFINITE_RECURSION = YES;
16861691
CLANG_WARN_INT_CONVERSION = YES;
16871692
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
1693+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
16881694
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
16891695
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
16901696
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -1734,12 +1740,14 @@
17341740
CLANG_WARN_BOOL_CONVERSION = YES;
17351741
CLANG_WARN_COMMA = YES;
17361742
CLANG_WARN_CONSTANT_CONVERSION = YES;
1743+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
17371744
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
17381745
CLANG_WARN_EMPTY_BODY = YES;
17391746
CLANG_WARN_ENUM_CONVERSION = YES;
17401747
CLANG_WARN_INFINITE_RECURSION = YES;
17411748
CLANG_WARN_INT_CONVERSION = YES;
17421749
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
1750+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
17431751
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
17441752
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
17451753
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;

Dash/Dash-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<key>CFBundlePackageType</key>
3838
<string>APPL</string>
3939
<key>CFBundleShortVersionString</key>
40-
<string>1.8.4</string>
40+
<string>1.8.5</string>
4141
<key>CFBundleSignature</key>
4242
<string>????</string>
4343
<key>CFBundleURLTypes</key>
@@ -53,7 +53,7 @@
5353
</dict>
5454
</array>
5555
<key>CFBundleVersion</key>
56-
<string>270</string>
56+
<string>280</string>
5757
<key>CSSCommit</key>
5858
<string>not set</string>
5959
<key>DHDBResultCommit</key>
576 Bytes
Binary file not shown.

Frameworks/Apple_Docs_Framework.framework/Headers/DHViewer.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929

3030
@end
3131

32+
#ifndef DHXMLOptions
33+
#define DHXMLOptions NSXMLNodePreserveNamespaceOrder|NSXMLNodePreserveAttributeOrder|NSXMLNodePreserveEntities|NSXMLNodePreservePrefixes|NSXMLNodePreserveCDATA|NSXMLNodePreserveEmptyElements|NSXMLNodePreserveQuotes|NSXMLNodePreserveWhitespace|NSXMLNodePreserveDTD
34+
#endif
35+
3236
// Also add these to encodedToHumanJSONMappings!
3337

3438
#define kAbstract @"a"

Frameworks/Apple_Docs_Framework.framework/Headers/DHXcodeHelper.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
@property (strong) NSMutableDictionary *inheritancesCache;
1717
@property (strong) NSMutableDictionary *dataCache;
1818
@property (strong) NSMutableDictionary *topicIdCache;
19-
@property (assign) BOOL isXcode9;
19+
@property (strong) NSNumber *_isXcode9;
20+
@property (strong) NSNumber *_usrInSearchIndex;
2021

2122
+ (DHXcodeHelper *)sharedXcodeHelper;
2223
- (NSString *)xcodeDocsVersion;
@@ -40,5 +41,6 @@
4041
- (NSString *)fsFolderPath;
4142
- (NSString *)xcodeFSFolderPath;
4243
+ (void)cleanUp;
44+
- (BOOL)isXcode9;
4345

4446
@end

Frameworks/Apple_Docs_Framework.framework/Info.plist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>17C205</string>
6+
<string>17D102</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>English</string>
99
<key>CFBundleExecutable</key>
@@ -28,15 +28,15 @@
2828
<key>DTPlatformName</key>
2929
<string>iphonesimulator</string>
3030
<key>DTPlatformVersion</key>
31-
<string>11.2</string>
31+
<string>11.3</string>
3232
<key>DTSDKBuild</key>
33-
<string>15C107</string>
33+
<string>15E217</string>
3434
<key>DTSDKName</key>
35-
<string>iphonesimulator11.2</string>
35+
<string>iphonesimulator11.3</string>
3636
<key>DTXcode</key>
37-
<string>0920</string>
37+
<string>0930</string>
3838
<key>DTXcodeBuild</key>
39-
<string>9C40b</string>
39+
<string>9E145</string>
4040
<key>MinimumOSVersion</key>
4141
<string>9.0</string>
4242
<key>UIDeviceFamily</key>

Modified Pods/KissXML-5.1.2/KissXML/DDXMLDocument.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#import <libxml/parser.h>
12
#import "DDXMLPrivate.h"
23
#import "NSString+DDXML.h"
34

Pods/Headers/Private/AutoCoding/AutoCoding.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)