Documentation Archive Developer
Search

Foundation Changes

Foundation (Added)

Added Array.init(_fromNSArray: NSArray, noCopy: Bool)
Added Bool.init(_: NSNumber)
Added CGFloat.init(_: NSNumber)
Added Double.init(_: NSNumber)
Added Float.init(_: NSNumber)
Added Int.init(_: NSNumber)
Added NSActivityOptions [struct]
Added NSActivityOptions.AutomaticTerminationDisabled
Added NSActivityOptions.Background
Added NSActivityOptions.IdleDisplaySleepDisabled
Added NSActivityOptions.IdleSystemSleepDisabled
Added NSActivityOptions.LatencyCritical
Added NSActivityOptions.SuddenTerminationDisabled
Added NSActivityOptions.UserInitiated
Added NSActivityOptions.UserInitiatedAllowingIdleSystemSleep
Added NSActivityOptions.init(_: UInt64)
Added NSActivityOptions.init(rawValue: UInt64)
Added NSAffineTransform
Added NSAffineTransform.init()
Added NSAffineTransform.appendTransform(NSAffineTransform)
Added NSAffineTransform.invert()
Added NSAffineTransform.prependTransform(NSAffineTransform)
Added NSAffineTransform.rotateByDegrees(CGFloat)
Added NSAffineTransform.rotateByRadians(CGFloat)
Added NSAffineTransform.scaleBy(CGFloat)
Added NSAffineTransform.scaleXBy(CGFloat, yBy: CGFloat)
Added NSAffineTransform.init(transform: NSAffineTransform)
Added NSAffineTransform.transformPoint(NSPoint) -> NSPoint
Added NSAffineTransform.transformSize(NSSize) -> NSSize
Added NSAffineTransform.transformStruct
Added NSAffineTransform.translateXBy(CGFloat, yBy: CGFloat)
Added NSAffineTransformStruct [struct]
Added NSAffineTransformStruct.m11
Added NSAffineTransformStruct.m12
Added NSAffineTransformStruct.m21
Added NSAffineTransformStruct.m22
Added NSAffineTransformStruct.tX
Added NSAffineTransformStruct.tY
Added NSAlignmentOptions [struct]
Added NSAlignmentOptions.AlignAllEdgesInward
Added NSAlignmentOptions.AlignAllEdgesNearest
Added NSAlignmentOptions.AlignAllEdgesOutward
Added NSAlignmentOptions.AlignHeightInward
Added NSAlignmentOptions.AlignHeightNearest
Added NSAlignmentOptions.AlignHeightOutward
Added NSAlignmentOptions.AlignMaxXInward
Added NSAlignmentOptions.AlignMaxXNearest
Added NSAlignmentOptions.AlignMaxXOutward
Added NSAlignmentOptions.AlignMaxYInward
Added NSAlignmentOptions.AlignMaxYNearest
Added NSAlignmentOptions.AlignMaxYOutward
Added NSAlignmentOptions.AlignMinXInward
Added NSAlignmentOptions.AlignMinXNearest
Added NSAlignmentOptions.AlignMinXOutward
Added NSAlignmentOptions.AlignMinYInward
Added NSAlignmentOptions.AlignMinYNearest
Added NSAlignmentOptions.AlignMinYOutward
Added NSAlignmentOptions.AlignRectFlipped
Added NSAlignmentOptions.AlignWidthInward
Added NSAlignmentOptions.AlignWidthNearest
Added NSAlignmentOptions.AlignWidthOutward
Added NSAlignmentOptions.init(_: UInt64)
Added NSAlignmentOptions.init(rawValue: UInt64)
Added NSAppleEventDescriptor
Added NSAppleEventDescriptor.init(AEDescNoCopy: UnsafePointer<AEDesc>)
Added NSAppleEventDescriptor.aeDesc
Added NSAppleEventDescriptor.appleEventWithEventClass(AEEventClass, eventID: AEEventID, targetDescriptor: NSAppleEventDescriptor?, returnID: AEReturnID, transactionID: AETransactionID) -> NSAppleEventDescriptor? [class]
Added NSAppleEventDescriptor.attributeDescriptorForKeyword(AEKeyword) -> NSAppleEventDescriptor?
Added NSAppleEventDescriptor.init(boolean: Boolean)
Added NSAppleEventDescriptor.booleanValue
Added NSAppleEventDescriptor.coerceToDescriptorType(DescType) -> NSAppleEventDescriptor?
Added NSAppleEventDescriptor.data
Added NSAppleEventDescriptor.descriptorAtIndex(Int) -> NSAppleEventDescriptor?
Added NSAppleEventDescriptor.descriptorForKeyword(AEKeyword) -> NSAppleEventDescriptor?
Added NSAppleEventDescriptor.descriptorType
Added NSAppleEventDescriptor.init(descriptorType: DescType, bytes: UnsafePointer<Void>, length: Int)
Added NSAppleEventDescriptor.init(descriptorType: DescType, data: NSData)
Added NSAppleEventDescriptor.init(enumCode: OSType)
Added NSAppleEventDescriptor.enumCodeValue
Added NSAppleEventDescriptor.eventClass
Added NSAppleEventDescriptor.init(eventClass: AEEventClass, eventID: AEEventID, targetDescriptor: NSAppleEventDescriptor?, returnID: AEReturnID, transactionID: AETransactionID)
Added NSAppleEventDescriptor.eventID
Added NSAppleEventDescriptor.insertDescriptor(NSAppleEventDescriptor, atIndex: Int)
Added NSAppleEventDescriptor.init(int32: Int32)
Added NSAppleEventDescriptor.int32Value
Added NSAppleEventDescriptor.keywordForDescriptorAtIndex(Int) -> AEKeyword
Added NSAppleEventDescriptor.init(listDescriptor: ())
Added NSAppleEventDescriptor.listDescriptor() -> NSAppleEventDescriptor? [class]
Added NSAppleEventDescriptor.nullDescriptor() -> NSAppleEventDescriptor? [class]
Added NSAppleEventDescriptor.numberOfItems
Added NSAppleEventDescriptor.paramDescriptorForKeyword(AEKeyword) -> NSAppleEventDescriptor?
Added NSAppleEventDescriptor.init(recordDescriptor: ())
Added NSAppleEventDescriptor.recordDescriptor() -> NSAppleEventDescriptor? [class]
Added NSAppleEventDescriptor.removeDescriptorAtIndex(Int)
Added NSAppleEventDescriptor.removeDescriptorWithKeyword(AEKeyword)
Added NSAppleEventDescriptor.removeParamDescriptorWithKeyword(AEKeyword)
Added NSAppleEventDescriptor.returnID
Added NSAppleEventDescriptor.setAttributeDescriptor(NSAppleEventDescriptor, forKeyword: AEKeyword)
Added NSAppleEventDescriptor.setDescriptor(NSAppleEventDescriptor, forKeyword: AEKeyword)
Added NSAppleEventDescriptor.setParamDescriptor(NSAppleEventDescriptor, forKeyword: AEKeyword)
Added NSAppleEventDescriptor.init(string: String)
Added NSAppleEventDescriptor.stringValue
Added NSAppleEventDescriptor.transactionID
Added NSAppleEventDescriptor.init(typeCode: OSType)
Added NSAppleEventDescriptor.typeCodeValue
Added NSAppleEventManager
Added NSAppleEventManager.appleEventForSuspensionID(NSAppleEventManagerSuspensionID) -> NSAppleEventDescriptor
Added NSAppleEventManager.currentAppleEvent
Added NSAppleEventManager.currentReplyAppleEvent
Added NSAppleEventManager.dispatchRawAppleEvent(UnsafePointer<AppleEvent>, withRawReply: UnsafeMutablePointer<AppleEvent>, handlerRefCon: SRefCon) -> OSErr
Added NSAppleEventManager.removeEventHandlerForEventClass(AEEventClass, andEventID: AEEventID)
Added NSAppleEventManager.replyAppleEventForSuspensionID(NSAppleEventManagerSuspensionID) -> NSAppleEventDescriptor
Added NSAppleEventManager.resumeWithSuspensionID(NSAppleEventManagerSuspensionID)
Added NSAppleEventManager.setCurrentAppleEventAndReplyEventWithSuspensionID(NSAppleEventManagerSuspensionID)
Added NSAppleEventManager.setEventHandler(AnyObject, andSelector: Selector, forEventClass: AEEventClass, andEventID: AEEventID)
Added NSAppleEventManager.sharedAppleEventManager() -> NSAppleEventManager [class]
Added NSAppleEventManager.suspendCurrentAppleEvent() -> NSAppleEventManagerSuspensionID
Added NSAppleScript
Added NSAppleScript.compileAndReturnError(AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> Bool
Added NSAppleScript.compiled
Added NSAppleScript.init(contentsOfURL: NSURL, error: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
Added NSAppleScript.executeAndReturnError(AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> NSAppleEventDescriptor?
Added NSAppleScript.executeAppleEvent(NSAppleEventDescriptor, error: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> NSAppleEventDescriptor?
Added NSAppleScript.source
Added NSAppleScript.init(source: String)
Added NSArchiver
Added NSArchiver.archiveRootObject(AnyObject, toFile: String) -> Bool [class]
Added NSArchiver.archivedDataWithRootObject(AnyObject) -> NSData [class]
Added NSArchiver.archiverData
Added NSArchiver.classNameEncodedForTrueClassName(String) -> String?
Added NSArchiver.encodeClassName(String, intoClassName: String)
Added NSArchiver.encodeConditionalObject(AnyObject?)
Added NSArchiver.encodeRootObject(AnyObject)
Added NSArchiver.init(forWritingWithMutableData: NSMutableData)
Added NSArchiver.replaceObject(AnyObject, withObject: AnyObject)
Added NSArray
Added NSArray.init()
Added NSArray.addObserver(NSObject, forKeyPath: String, options: NSKeyValueObservingOptions, context: UnsafeMutablePointer<Void>)
Added NSArray.addObserver(NSObject, toObjectsAtIndexes: NSIndexSet, forKeyPath: String, options: NSKeyValueObservingOptions, context: UnsafeMutablePointer<Void>)
Added NSArray.init(array: [AnyObject])
Added NSArray.init(array: [AnyObject], copyItems: Bool)
Added NSArray.arrayByAddingObject(AnyObject) -> [AnyObject]
Added NSArray.arrayByAddingObjectsFromArray([AnyObject]) -> [AnyObject]
Added NSArray.init(arrayLiteral: AnyObject)
Added NSArray.init(coder: NSCoder)
Added NSArray.componentsJoinedByString(String) -> String
Added NSArray.containsObject(AnyObject) -> Bool
Added NSArray.init(contentsOfFile: String)
Added NSArray.init(contentsOfURL: NSURL)
Added NSArray.count
Added NSArray.description
Added NSArray.descriptionWithLocale(AnyObject?) -> String
Added NSArray.descriptionWithLocale(AnyObject?, indent: Int) -> String
Added NSArray.enumerateObjectsAtIndexes(NSIndexSet, options: NSEnumerationOptions, usingBlock:(AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSArray.enumerateObjectsUsingBlock((AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSArray.enumerateObjectsWithOptions(NSEnumerationOptions, usingBlock:(AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSArray.filteredArrayUsingPredicate(NSPredicate) -> [AnyObject]
Added NSArray.firstObject
Added NSArray.firstObjectCommonWithArray([AnyObject]) -> AnyObject?
Added NSArray.generate() -> NSFastGenerator
Added NSArray.getMirror() -> MirrorType
Added NSArray.getObjects(AutoreleasingUnsafeMutablePointer<AnyObject?>)
Added NSArray.getObjects(AutoreleasingUnsafeMutablePointer<AnyObject?>, range: NSRange)
Added NSArray.indexOfObject(AnyObject) -> Int
Added NSArray.indexOfObject(AnyObject, inRange: NSRange) -> Int
Added NSArray.indexOfObject(AnyObject, inSortedRange: NSRange, options: NSBinarySearchingOptions, usingComparator: NSComparator) -> Int
Added NSArray.indexOfObjectAtIndexes(NSIndexSet, options: NSEnumerationOptions, passingTest:(AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
Added NSArray.indexOfObjectIdenticalTo(AnyObject) -> Int
Added NSArray.indexOfObjectIdenticalTo(AnyObject, inRange: NSRange) -> Int
Added NSArray.indexOfObjectPassingTest((AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
Added NSArray.indexOfObjectWithOptions(NSEnumerationOptions, passingTest:(AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
Added NSArray.indexesOfObjectsAtIndexes(NSIndexSet, options: NSEnumerationOptions, passingTest:(AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
Added NSArray.indexesOfObjectsPassingTest((AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
Added NSArray.indexesOfObjectsWithOptions(NSEnumerationOptions, passingTest:(AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
Added NSArray.isEqualToArray([AnyObject]) -> Bool
Added NSArray.lastObject
Added NSArray.init(object: AnyObject)
Added NSArray.objectAtIndex(Int) -> AnyObject
Added NSArray.objectEnumerator() -> NSEnumerator
Added NSArray.init(objects: AnyObject)
Added NSArray.init(objects: UnsafePointer<AnyObject?>, count: Int)
Added NSArray.objectsAtIndexes(NSIndexSet) -> [AnyObject]
Added NSArray.pathsMatchingExtensions([AnyObject]) -> [AnyObject]
Added NSArray.removeObserver(NSObject, forKeyPath: String)
Added NSArray.removeObserver(NSObject, forKeyPath: String, context: UnsafeMutablePointer<Void>)
Added NSArray.removeObserver(NSObject, fromObjectsAtIndexes: NSIndexSet, forKeyPath: String)
Added NSArray.removeObserver(NSObject, fromObjectsAtIndexes: NSIndexSet, forKeyPath: String, context: UnsafeMutablePointer<Void>)
Added NSArray.reverseObjectEnumerator() -> NSEnumerator
Added NSArray.setValue(AnyObject?, forKey: String)
Added NSArray.sortedArrayHint
Added NSArray.sortedArrayUsingComparator(NSComparator) -> [AnyObject]
Added NSArray.sortedArrayUsingDescriptors([AnyObject]) -> [AnyObject]
Added NSArray.sortedArrayUsingFunction(CFunctionPointer<((AnyObject!, AnyObject!, UnsafeMutablePointer<Void>) -> Int)>, context: UnsafeMutablePointer<Void>) -> [AnyObject]
Added NSArray.sortedArrayUsingFunction(CFunctionPointer<((AnyObject!, AnyObject!, UnsafeMutablePointer<Void>) -> Int)>, context: UnsafeMutablePointer<Void>, hint: NSData?) -> [AnyObject]
Added NSArray.sortedArrayUsingSelector(Selector) -> [AnyObject]
Added NSArray.sortedArrayWithOptions(NSSortOptions, usingComparator: NSComparator) -> [AnyObject]
Added NSArray.subarrayWithRange(NSRange) -> [AnyObject]
Added NSArray.valueForKey(String) -> AnyObject?
Added NSArray.writeToFile(String, atomically: Bool) -> Bool
Added NSArray.writeToURL(NSURL, atomically: Bool) -> Bool
Added NSAssertionHandler
Added NSAssertionHandler.currentHandler() -> NSAssertionHandler [class]
Added NSAttributedString
Added NSAttributedString.attribute(String, atIndex: Int, effectiveRange: NSRangePointer) -> AnyObject?
Added NSAttributedString.attribute(String, atIndex: Int, longestEffectiveRange: NSRangePointer, inRange: NSRange) -> AnyObject?
Added NSAttributedString.init(attributedString: NSAttributedString)
Added NSAttributedString.attributedSubstringFromRange(NSRange) -> NSAttributedString
Added NSAttributedString.attributesAtIndex(Int, effectiveRange: NSRangePointer) -> [NSObject: AnyObject]
Added NSAttributedString.attributesAtIndex(Int, longestEffectiveRange: NSRangePointer, inRange: NSRange) -> [NSObject: AnyObject]
Added NSAttributedString.enumerateAttribute(String, inRange: NSRange, options: NSAttributedStringEnumerationOptions, usingBlock:(AnyObject!, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSAttributedString.enumerateAttributesInRange(NSRange, options: NSAttributedStringEnumerationOptions, usingBlock:([NSObject: AnyObject]!, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSAttributedString.isEqualToAttributedString(NSAttributedString) -> Bool
Added NSAttributedString.length
Added NSAttributedString.string
Added NSAttributedString.init(string: String)
Added NSAttributedString.init(string: String, attributes:[NSObject: AnyObject]?)
Added NSAttributedStringEnumerationOptions [struct]
Added NSAttributedStringEnumerationOptions.LongestEffectiveRangeNotRequired
Added NSAttributedStringEnumerationOptions.Reverse
Added NSAttributedStringEnumerationOptions.init(_: UInt)
Added NSAttributedStringEnumerationOptions.init(rawValue: UInt)
Added NSBackgroundActivityResult [enum]
Added NSBackgroundActivityResult.Deferred
Added NSBackgroundActivityResult.Finished
Added NSBackgroundActivityScheduler
Added NSBackgroundActivityScheduler.identifier
Added NSBackgroundActivityScheduler.init(identifier: String)
Added NSBackgroundActivityScheduler.interval
Added NSBackgroundActivityScheduler.invalidate()
Added NSBackgroundActivityScheduler.qualityOfService
Added NSBackgroundActivityScheduler.repeats
Added NSBackgroundActivityScheduler.scheduleWithBlock((NSBackgroundActivityCompletionHandler!) -> Void)
Added NSBackgroundActivityScheduler.shouldDefer() -> Bool
Added NSBackgroundActivityScheduler.tolerance
Added NSBinarySearchingOptions [struct]
Added NSBinarySearchingOptions.FirstEqual
Added NSBinarySearchingOptions.InsertionIndex
Added NSBinarySearchingOptions.LastEqual
Added NSBinarySearchingOptions.init(_: UInt)
Added NSBinarySearchingOptions.init(rawValue: UInt)
Added NSBlockOperation
Added NSBlockOperation.addExecutionBlock(() -> Void)
Added NSBlockOperation.init(block: () -> Void)
Added NSBlockOperation.executionBlocks
Added NSBundle
Added NSBundle.init(URL: NSURL)
Added NSBundle.URLForAuxiliaryExecutable(String) -> NSURL?
Added NSBundle.URLForResource(String, withExtension: String?) -> NSURL?
Added NSBundle.URLForResource(String, withExtension: String?, subdirectory: String?) -> NSURL?
Added NSBundle.URLForResource(String, withExtension: String?, subdirectory: String?, inBundleWithURL: NSURL) -> NSURL? [class]
Added NSBundle.URLForResource(String, withExtension: String?, subdirectory: String?, localization: String?) -> NSURL?
Added NSBundle.URLsForResourcesWithExtension(String?, subdirectory: String?) -> [AnyObject]?
Added NSBundle.URLsForResourcesWithExtension(String?, subdirectory: String?, inBundleWithURL: NSURL) -> [AnyObject]? [class]
Added NSBundle.URLsForResourcesWithExtension(String?, subdirectory: String?, localization: String?) -> [AnyObject]?
Added NSBundle.allBundles() -> [AnyObject] [class]
Added NSBundle.allFrameworks() -> [AnyObject] [class]
Added NSBundle.appStoreReceiptURL
Added NSBundle.builtInPlugInsPath
Added NSBundle.builtInPlugInsURL
Added NSBundle.bundleIdentifier
Added NSBundle.bundlePath
Added NSBundle.bundleURL
Added NSBundle.classNamed(String) -> AnyClass?
Added NSBundle.developmentLocalization
Added NSBundle.executableArchitectures
Added NSBundle.executablePath
Added NSBundle.executableURL
Added NSBundle.init(forClass: AnyClass)
Added NSBundle.init(identifier: String)
Added NSBundle.infoDictionary
Added NSBundle.load() -> Bool
Added NSBundle.loadAndReturnError(NSErrorPointer) -> Bool
Added NSBundle.loaded
Added NSBundle.localizations
Added NSBundle.localizedInfoDictionary
Added NSBundle.localizedStringForKey(String, value: String?, table: String?) -> String
Added NSBundle.mainBundle() -> NSBundle [class]
Added NSBundle.objectForInfoDictionaryKey(String) -> AnyObject?
Added NSBundle.init(path: String)
Added NSBundle.pathForAuxiliaryExecutable(String) -> String?
Added NSBundle.pathForResource(String?, ofType: String?) -> String?
Added NSBundle.pathForResource(String?, ofType: String?, inDirectory: String) -> String? [class]
Added NSBundle.pathForResource(String?, ofType: String?, inDirectory: String?) -> String?
Added NSBundle.pathForResource(String?, ofType: String?, inDirectory: String?, forLocalization: String?) -> String?
Added NSBundle.pathsForResourcesOfType(String?, inDirectory: String) -> [AnyObject] [class]
Added NSBundle.pathsForResourcesOfType(String?, inDirectory: String?) -> [AnyObject]
Added NSBundle.pathsForResourcesOfType(String?, inDirectory: String?, forLocalization: String?) -> [AnyObject]
Added NSBundle.preferredLocalizations
Added NSBundle.preferredLocalizationsFromArray([AnyObject]) -> [AnyObject] [class]
Added NSBundle.preferredLocalizationsFromArray([AnyObject], forPreferences:[AnyObject]?) -> [AnyObject] [class]
Added NSBundle.preflightAndReturnError(NSErrorPointer) -> Bool
Added NSBundle.principalClass
Added NSBundle.privateFrameworksPath
Added NSBundle.privateFrameworksURL
Added NSBundle.resourcePath
Added NSBundle.resourceURL
Added NSBundle.sharedFrameworksPath
Added NSBundle.sharedFrameworksURL
Added NSBundle.sharedSupportPath
Added NSBundle.sharedSupportURL
Added NSBundle.unload() -> Bool
Added NSByteCountFormatter
Added NSByteCountFormatter.adaptive
Added NSByteCountFormatter.allowedUnits
Added NSByteCountFormatter.allowsNonnumericFormatting
Added NSByteCountFormatter.countStyle
Added NSByteCountFormatter.formattingContext
Added NSByteCountFormatter.includesActualByteCount
Added NSByteCountFormatter.includesCount
Added NSByteCountFormatter.includesUnit
Added NSByteCountFormatter.stringFromByteCount(Int64) -> String
Added NSByteCountFormatter.stringFromByteCount(Int64, countStyle: NSByteCountFormatterCountStyle) -> String [class]
Added NSByteCountFormatter.zeroPadsFractionDigits
Added NSByteCountFormatterCountStyle [enum]
Added NSByteCountFormatterCountStyle.Binary
Added NSByteCountFormatterCountStyle.Decimal
Added NSByteCountFormatterCountStyle.File
Added NSByteCountFormatterCountStyle.Memory
Added NSByteCountFormatterUnits [struct]
Added NSByteCountFormatterUnits.UseAll
Added NSByteCountFormatterUnits.UseBytes
Added NSByteCountFormatterUnits.UseDefault
Added NSByteCountFormatterUnits.UseEB
Added NSByteCountFormatterUnits.UseGB
Added NSByteCountFormatterUnits.UseKB
Added NSByteCountFormatterUnits.UseMB
Added NSByteCountFormatterUnits.UsePB
Added NSByteCountFormatterUnits.UseTB
Added NSByteCountFormatterUnits.UseYBOrHigher
Added NSByteCountFormatterUnits.UseZB
Added NSByteCountFormatterUnits.init(_: UInt)
Added NSByteCountFormatterUnits.init(rawValue: UInt)
Added NSCache
Added NSCache.countLimit
Added NSCache.delegate
Added NSCache.evictsObjectsWithDiscardedContent
Added NSCache.name
Added NSCache.objectForKey(AnyObject) -> AnyObject?
Added NSCache.removeAllObjects()
Added NSCache.removeObjectForKey(AnyObject)
Added NSCache.setObject(AnyObject, forKey: AnyObject)
Added NSCache.setObject(AnyObject, forKey: AnyObject, cost: Int)
Added NSCache.totalCostLimit
Added NSCacheDelegate
Added NSCacheDelegate.cache(NSCache, willEvictObject: AnyObject)
Added NSCachedURLResponse
Added NSCachedURLResponse.data
Added NSCachedURLResponse.response
Added NSCachedURLResponse.init(response: NSURLResponse, data: NSData)
Added NSCachedURLResponse.init(response: NSURLResponse, data: NSData, userInfo:[NSObject: AnyObject]?, storagePolicy: NSURLCacheStoragePolicy)
Added NSCachedURLResponse.storagePolicy
Added NSCachedURLResponse.userInfo
Added NSCalculationError [enum]
Added NSCalculationError.DivideByZero
Added NSCalculationError.LossOfPrecision
Added NSCalculationError.NoError
Added NSCalculationError.Overflow
Added NSCalculationError.Underflow
Added NSCalendar
Added NSCalendar.AMSymbol
Added NSCalendar.PMSymbol
Added NSCalendar.autoupdatingCurrentCalendar() -> NSCalendar [class]
Added NSCalendar.calendarIdentifier
Added NSCalendar.init(calendarIdentifier: String)
Added NSCalendar.compareDate(NSDate, toDate: NSDate, toUnitGranularity: NSCalendarUnit) -> NSComparisonResult
Added NSCalendar.component(NSCalendarUnit, fromDate: NSDate) -> Int
Added NSCalendar.components(NSCalendarUnit, fromDate: NSDate) -> NSDateComponents
Added NSCalendar.components(NSCalendarUnit, fromDate: NSDate, toDate: NSDate, options: NSCalendarOptions) -> NSDateComponents
Added NSCalendar.components(NSCalendarUnit, fromDateComponents: NSDateComponents, toDateComponents: NSDateComponents, options: NSCalendarOptions) -> NSDateComponents
Added NSCalendar.componentsInTimeZone(NSTimeZone, fromDate: NSDate) -> NSDateComponents
Added NSCalendar.currentCalendar() -> NSCalendar [class]
Added NSCalendar.date(NSDate, matchesComponents: NSDateComponents) -> Bool
Added NSCalendar.dateByAddingComponents(NSDateComponents, toDate: NSDate, options: NSCalendarOptions) -> NSDate?
Added NSCalendar.dateByAddingUnit(NSCalendarUnit, value: Int, toDate: NSDate, options: NSCalendarOptions) -> NSDate?
Added NSCalendar.dateBySettingHour(Int, minute: Int, second: Int, ofDate: NSDate, options: NSCalendarOptions) -> NSDate?
Added NSCalendar.dateBySettingUnit(NSCalendarUnit, value: Int, ofDate: NSDate, options: NSCalendarOptions) -> NSDate?
Added NSCalendar.dateFromComponents(NSDateComponents) -> NSDate?
Added NSCalendar.dateWithEra(Int, year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int, nanosecond: Int) -> NSDate?
Added NSCalendar.dateWithEra(Int, yearForWeekOfYear: Int, weekOfYear: Int, weekday: Int, hour: Int, minute: Int, second: Int, nanosecond: Int) -> NSDate?
Added NSCalendar.enumerateDatesStartingAfterDate(NSDate, matchingComponents: NSDateComponents, options: NSCalendarOptions, usingBlock:(NSDate!, Bool, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSCalendar.eraSymbols
Added NSCalendar.firstWeekday
Added NSCalendar.getEra(UnsafeMutablePointer<Int>, year: UnsafeMutablePointer<Int>, month: UnsafeMutablePointer<Int>, day: UnsafeMutablePointer<Int>, fromDate: NSDate)
Added NSCalendar.getEra(UnsafeMutablePointer<Int>, yearForWeekOfYear: UnsafeMutablePointer<Int>, weekOfYear: UnsafeMutablePointer<Int>, weekday: UnsafeMutablePointer<Int>, fromDate: NSDate)
Added NSCalendar.getHour(UnsafeMutablePointer<Int>, minute: UnsafeMutablePointer<Int>, second: UnsafeMutablePointer<Int>, nanosecond: UnsafeMutablePointer<Int>, fromDate: NSDate)
Added NSCalendar.init(identifier: String)
Added NSCalendar.isDate(NSDate, equalToDate: NSDate, toUnitGranularity: NSCalendarUnit) -> Bool
Added NSCalendar.isDate(NSDate, inSameDayAsDate: NSDate) -> Bool
Added NSCalendar.isDateInToday(NSDate) -> Bool
Added NSCalendar.isDateInTomorrow(NSDate) -> Bool
Added NSCalendar.isDateInWeekend(NSDate) -> Bool
Added NSCalendar.isDateInYesterday(NSDate) -> Bool
Added NSCalendar.locale
Added NSCalendar.longEraSymbols
Added NSCalendar.maximumRangeOfUnit(NSCalendarUnit) -> NSRange
Added NSCalendar.minimumDaysInFirstWeek
Added NSCalendar.minimumRangeOfUnit(NSCalendarUnit) -> NSRange
Added NSCalendar.monthSymbols
Added NSCalendar.nextDateAfterDate(NSDate, matchingComponents: NSDateComponents, options: NSCalendarOptions) -> NSDate?
Added NSCalendar.nextDateAfterDate(NSDate, matchingHour: Int, minute: Int, second: Int, options: NSCalendarOptions) -> NSDate?
Added NSCalendar.nextDateAfterDate(NSDate, matchingUnit: NSCalendarUnit, value: Int, options: NSCalendarOptions) -> NSDate?
Added NSCalendar.nextWeekendStartDate(AutoreleasingUnsafeMutablePointer<NSDate?>, interval: UnsafeMutablePointer<NSTimeInterval>, options: NSCalendarOptions, afterDate: NSDate) -> Bool
Added NSCalendar.ordinalityOfUnit(NSCalendarUnit, inUnit: NSCalendarUnit, forDate: NSDate) -> Int
Added NSCalendar.quarterSymbols
Added NSCalendar.rangeOfUnit(NSCalendarUnit, inUnit: NSCalendarUnit, forDate: NSDate) -> NSRange
Added NSCalendar.rangeOfUnit(NSCalendarUnit, startDate: AutoreleasingUnsafeMutablePointer<NSDate?>, interval: UnsafeMutablePointer<NSTimeInterval>, forDate: NSDate) -> Bool
Added NSCalendar.rangeOfWeekendStartDate(AutoreleasingUnsafeMutablePointer<NSDate?>, interval: UnsafeMutablePointer<NSTimeInterval>, containingDate: NSDate) -> Bool
Added NSCalendar.shortMonthSymbols
Added NSCalendar.shortQuarterSymbols
Added NSCalendar.shortStandaloneMonthSymbols
Added NSCalendar.shortStandaloneQuarterSymbols
Added NSCalendar.shortStandaloneWeekdaySymbols
Added NSCalendar.shortWeekdaySymbols
Added NSCalendar.standaloneMonthSymbols
Added NSCalendar.standaloneQuarterSymbols
Added NSCalendar.standaloneWeekdaySymbols
Added NSCalendar.startOfDayForDate(NSDate) -> NSDate
Added NSCalendar.timeZone
Added NSCalendar.veryShortMonthSymbols
Added NSCalendar.veryShortStandaloneMonthSymbols
Added NSCalendar.veryShortStandaloneWeekdaySymbols
Added NSCalendar.veryShortWeekdaySymbols
Added NSCalendar.weekdaySymbols
Added NSCalendarOptions [struct]
Added NSCalendarOptions.MatchFirst
Added NSCalendarOptions.MatchLast
Added NSCalendarOptions.MatchNextTime
Added NSCalendarOptions.MatchNextTimePreservingSmallerUnits
Added NSCalendarOptions.MatchPreviousTimePreservingSmallerUnits
Added NSCalendarOptions.MatchStrictly
Added NSCalendarOptions.SearchBackwards
Added NSCalendarOptions.WrapComponents
Added NSCalendarOptions.init(_: UInt)
Added NSCalendarOptions.init(rawValue: UInt)
Added NSCalendarUnit [struct]
Added NSCalendarUnit.CalendarCalendarUnit
Added NSCalendarUnit.CalendarUnitCalendar
Added NSCalendarUnit.CalendarUnitDay
Added NSCalendarUnit.CalendarUnitEra
Added NSCalendarUnit.CalendarUnitHour
Added NSCalendarUnit.CalendarUnitMinute
Added NSCalendarUnit.CalendarUnitMonth
Added NSCalendarUnit.CalendarUnitNanosecond
Added NSCalendarUnit.CalendarUnitQuarter
Added NSCalendarUnit.CalendarUnitSecond
Added NSCalendarUnit.CalendarUnitTimeZone
Added NSCalendarUnit.CalendarUnitWeekOfMonth
Added NSCalendarUnit.CalendarUnitWeekOfYear
Added NSCalendarUnit.CalendarUnitWeekday
Added NSCalendarUnit.CalendarUnitWeekdayOrdinal
Added NSCalendarUnit.CalendarUnitYear
Added NSCalendarUnit.CalendarUnitYearForWeekOfYear
Added NSCalendarUnit.DayCalendarUnit
Added NSCalendarUnit.EraCalendarUnit
Added NSCalendarUnit.HourCalendarUnit
Added NSCalendarUnit.MinuteCalendarUnit
Added NSCalendarUnit.MonthCalendarUnit
Added NSCalendarUnit.QuarterCalendarUnit
Added NSCalendarUnit.SecondCalendarUnit
Added NSCalendarUnit.TimeZoneCalendarUnit
Added NSCalendarUnit.WeekCalendarUnit
Added NSCalendarUnit.WeekOfMonthCalendarUnit
Added NSCalendarUnit.WeekOfYearCalendarUnit
Added NSCalendarUnit.WeekdayCalendarUnit
Added NSCalendarUnit.WeekdayOrdinalCalendarUnit
Added NSCalendarUnit.YearCalendarUnit
Added NSCalendarUnit.YearForWeekOfYearCalendarUnit
Added NSCalendarUnit.init(_: UInt)
Added NSCalendarUnit.init(rawValue: UInt)
Added NSCharacterSet
Added NSCharacterSet.URLFragmentAllowedCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.URLHostAllowedCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.URLPasswordAllowedCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.URLPathAllowedCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.URLQueryAllowedCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.URLUserAllowedCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.alphanumericCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.bitmapRepresentation
Added NSCharacterSet.init(bitmapRepresentation: NSData)
Added NSCharacterSet.capitalizedLetterCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.characterIsMember(unichar) -> Bool
Added NSCharacterSet.init(charactersInString: String)
Added NSCharacterSet.init(coder: NSCoder)
Added NSCharacterSet.init(contentsOfFile: String)
Added NSCharacterSet.controlCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.decimalDigitCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.decomposableCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.hasMemberInPlane(UInt8) -> Bool
Added NSCharacterSet.illegalCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.invertedSet
Added NSCharacterSet.isSupersetOfSet(NSCharacterSet) -> Bool
Added NSCharacterSet.letterCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.longCharacterIsMember(UTF32Char) -> Bool
Added NSCharacterSet.lowercaseLetterCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.newlineCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.nonBaseCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.punctuationCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.init(range: NSRange)
Added NSCharacterSet.symbolCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.uppercaseLetterCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.whitespaceAndNewlineCharacterSet() -> NSCharacterSet [class]
Added NSCharacterSet.whitespaceCharacterSet() -> NSCharacterSet [class]
Added NSClassDescription
Added NSClassDescription.attributeKeys
Added NSClassDescription.init(forClass: AnyClass!)
Added NSClassDescription.invalidateClassDescriptionCache() [class]
Added NSClassDescription.inverseForRelationshipKey(String) -> String?
Added NSClassDescription.registerClassDescription(NSClassDescription, forClass: AnyClass) [class]
Added NSClassDescription.toManyRelationshipKeys
Added NSClassDescription.toOneRelationshipKeys
Added NSCloneCommand
Added NSCloneCommand.keySpecifier
Added NSCloneCommand.setReceiversSpecifier(NSScriptObjectSpecifier)
Added NSCloseCommand
Added NSCloseCommand.saveOptions
Added NSCoder
Added NSCoder.allowedClasses
Added NSCoder.allowsKeyedCoding
Added NSCoder.containsValueForKey(String) -> Bool
Added NSCoder.decodeArrayOfObjCType(UnsafePointer<Int8>, count: Int, at: UnsafeMutablePointer<Void>)
Added NSCoder.decodeBoolForKey(String) -> Bool
Added NSCoder.decodeBytesForKey(String, returnedLength: UnsafeMutablePointer<Int>) -> UnsafePointer<UInt8>
Added NSCoder.decodeBytesWithReturnedLength(UnsafeMutablePointer<Int>) -> UnsafeMutablePointer<Void>
Added NSCoder.decodeDataObject() -> NSData?
Added NSCoder.decodeDoubleForKey(String) -> Double
Added NSCoder.decodeFloatForKey(String) -> Float
Added NSCoder.decodeInt32ForKey(String) -> Int32
Added NSCoder.decodeInt64ForKey(String) -> Int64
Added NSCoder.decodeIntForKey(String) -> Int32
Added NSCoder.decodeIntegerForKey(String) -> Int
Added NSCoder.decodeObject() -> AnyObject?
Added NSCoder.decodeObjectForKey(String) -> AnyObject?
Added NSCoder.decodeObjectOfClass(AnyClass, forKey: String) -> AnyObject?
Added NSCoder.decodeObjectOfClasses(NSSet, forKey: String) -> AnyObject?
Added NSCoder.decodePoint() -> NSPoint
Added NSCoder.decodePointForKey(String) -> NSPoint
Added NSCoder.decodePropertyList() -> AnyObject?
Added NSCoder.decodePropertyListForKey(String) -> AnyObject?
Added NSCoder.decodeRect() -> NSRect
Added NSCoder.decodeRectForKey(String) -> NSRect
Added NSCoder.decodeSize() -> NSSize
Added NSCoder.decodeSizeForKey(String) -> NSSize
Added NSCoder.decodeValueOfObjCType(UnsafePointer<Int8>, at: UnsafeMutablePointer<Void>)
Added NSCoder.encodeArrayOfObjCType(UnsafePointer<Int8>, count: Int, at: UnsafePointer<Void>)
Added NSCoder.encodeBool(Bool, forKey: String)
Added NSCoder.encodeBycopyObject(AnyObject?)
Added NSCoder.encodeByrefObject(AnyObject?)
Added NSCoder.encodeBytes(UnsafePointer<UInt8>, length: Int, forKey: String)
Added NSCoder.encodeBytes(UnsafePointer<Void>, length: Int)
Added NSCoder.encodeConditionalObject(AnyObject?)
Added NSCoder.encodeConditionalObject(AnyObject?, forKey: String)
Added NSCoder.encodeDataObject(NSData)
Added NSCoder.encodeDouble(Double, forKey: String)
Added NSCoder.encodeFloat(Float, forKey: String)
Added NSCoder.encodeInt(Int32, forKey: String)
Added NSCoder.encodeInt32(Int32, forKey: String)
Added NSCoder.encodeInt64(Int64, forKey: String)
Added NSCoder.encodeInteger(Int, forKey: String)
Added NSCoder.encodeObject(AnyObject?)
Added NSCoder.encodeObject(AnyObject?, forKey: String)
Added NSCoder.encodePoint(NSPoint)
Added NSCoder.encodePoint(NSPoint, forKey: String)
Added NSCoder.encodePropertyList(AnyObject)
Added NSCoder.encodeRect(NSRect)
Added NSCoder.encodeRect(NSRect, forKey: String)
Added NSCoder.encodeRootObject(AnyObject)
Added NSCoder.encodeSize(NSSize)
Added NSCoder.encodeSize(NSSize, forKey: String)
Added NSCoder.encodeValueOfObjCType(UnsafePointer<Int8>, at: UnsafePointer<Void>)
Added NSCoder.requiresSecureCoding
Added NSCoder.systemVersion
Added NSCoder.versionForClassName(String) -> Int
Added NSCoding
Added NSCoding.init(coder: NSCoder)
Added NSCoding.encodeWithCoder(NSCoder)
Added NSComparisonPredicate
Added NSComparisonPredicate.comparisonPredicateModifier
Added NSComparisonPredicate.customSelector
Added NSComparisonPredicate.leftExpression
Added NSComparisonPredicate.init(leftExpression: NSExpression, rightExpression: NSExpression, customSelector: Selector)
Added NSComparisonPredicate.init(leftExpression: NSExpression, rightExpression: NSExpression, modifier: NSComparisonPredicateModifier, type: NSPredicateOperatorType, options: NSComparisonPredicateOptions)
Added NSComparisonPredicate.options
Added NSComparisonPredicate.predicateOperatorType
Added NSComparisonPredicate.rightExpression
Added NSComparisonPredicateModifier [enum]
Added NSComparisonPredicateModifier.AllPredicateModifier
Added NSComparisonPredicateModifier.AnyPredicateModifier
Added NSComparisonPredicateModifier.DirectPredicateModifier
Added NSComparisonPredicateOptions [struct]
Added NSComparisonPredicateOptions.CaseInsensitivePredicateOption
Added NSComparisonPredicateOptions.DiacriticInsensitivePredicateOption
Added NSComparisonPredicateOptions.NormalizedPredicateOption
Added NSComparisonPredicateOptions.init(_: UInt)
Added NSComparisonPredicateOptions.init(rawValue: UInt)
Added NSComparisonResult [enum]
Added NSComparisonResult.OrderedAscending
Added NSComparisonResult.OrderedDescending
Added NSComparisonResult.OrderedSame
Added NSCompoundPredicate
Added NSCompoundPredicate.andPredicateWithSubpredicates([AnyObject]) -> NSCompoundPredicate [class]
Added NSCompoundPredicate.compoundPredicateType
Added NSCompoundPredicate.notPredicateWithSubpredicate(NSPredicate) -> NSCompoundPredicate [class]
Added NSCompoundPredicate.orPredicateWithSubpredicates([AnyObject]) -> NSCompoundPredicate [class]
Added NSCompoundPredicate.subpredicates
Added NSCompoundPredicate.init(type: NSCompoundPredicateType, subpredicates:[AnyObject]!)
Added NSCompoundPredicateType [enum]
Added NSCompoundPredicateType.AndPredicateType
Added NSCompoundPredicateType.NotPredicateType
Added NSCompoundPredicateType.OrPredicateType
Added NSCondition
Added NSCondition.broadcast()
Added NSCondition.name
Added NSCondition.signal()
Added NSCondition.wait()
Added NSCondition.waitUntilDate(NSDate) -> Bool
Added NSConditionLock
Added NSConditionLock.condition
Added NSConditionLock.init(condition: Int)
Added NSConditionLock.lockBeforeDate(NSDate) -> Bool
Added NSConditionLock.lockWhenCondition(Int)
Added NSConditionLock.lockWhenCondition(Int, beforeDate: NSDate) -> Bool
Added NSConditionLock.name
Added NSConditionLock.tryLock() -> Bool
Added NSConditionLock.tryLockWhenCondition(Int) -> Bool
Added NSConditionLock.unlockWithCondition(Int)
Added NSConstantString
Added NSCopying
Added NSCopying.copyWithZone(NSZone) -> AnyObject
Added NSCountCommand
Added NSCountedSet
Added NSCountedSet.addObject(AnyObject)
Added NSCountedSet.init(array: [AnyObject])
Added NSCountedSet.init(capacity: Int)
Added NSCountedSet.countForObject(AnyObject) -> Int
Added NSCountedSet.objectEnumerator() -> NSEnumerator
Added NSCountedSet.removeObject(AnyObject)
Added NSCountedSet.init(set: NSSet)
Added NSCreateCommand
Added NSCreateCommand.createClassDescription
Added NSCreateCommand.resolvedKeyDictionary
Added NSData
Added NSData.init(base64EncodedData: NSData, options: NSDataBase64DecodingOptions)
Added NSData.base64EncodedDataWithOptions(NSDataBase64EncodingOptions) -> NSData
Added NSData.init(base64EncodedString: String, options: NSDataBase64DecodingOptions)
Added NSData.base64EncodedStringWithOptions(NSDataBase64EncodingOptions) -> String
Added NSData.bytes
Added NSData.init(bytes: UnsafePointer<Void>, length: Int)
Added NSData.init(bytesNoCopy: UnsafeMutablePointer<Void>, length: Int)
Added NSData.init(bytesNoCopy: UnsafeMutablePointer<Void>, length: Int, deallocator:((UnsafeMutablePointer<Void>, Int) -> Void)?)
Added NSData.init(bytesNoCopy: UnsafeMutablePointer<Void>, length: Int, freeWhenDone: Bool)
Added NSData.init(contentsOfFile: String)
Added NSData.init(contentsOfFile: String, options: NSDataReadingOptions, error: NSErrorPointer)
Added NSData.init(contentsOfMappedFile: String)
Added NSData.init(contentsOfURL: NSURL)
Added NSData.init(contentsOfURL: NSURL, options: NSDataReadingOptions, error: NSErrorPointer)
Added NSData.init(data: NSData)
Added NSData.dataWithContentsOfMappedFile(String) -> AnyObject? [class]
Added NSData.description
Added NSData.enumerateByteRangesUsingBlock((UnsafePointer<Void>, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSData.getBytes(UnsafeMutablePointer<Void>)
Added NSData.getBytes(UnsafeMutablePointer<Void>, length: Int)
Added NSData.getBytes(UnsafeMutablePointer<Void>, range: NSRange)
Added NSData.isEqualToData(NSData) -> Bool
Added NSData.length
Added NSData.rangeOfData(NSData, options: NSDataSearchOptions, range: NSRange) -> NSRange
Added NSData.subdataWithRange(NSRange) -> NSData
Added NSData.writeToFile(String, atomically: Bool) -> Bool
Added NSData.writeToFile(String, options: NSDataWritingOptions, error: NSErrorPointer) -> Bool
Added NSData.writeToURL(NSURL, atomically: Bool) -> Bool
Added NSData.writeToURL(NSURL, options: NSDataWritingOptions, error: NSErrorPointer) -> Bool
Added NSDataBase64DecodingOptions [struct]
Added NSDataBase64DecodingOptions.IgnoreUnknownCharacters
Added NSDataBase64DecodingOptions.init(_: UInt)
Added NSDataBase64DecodingOptions.init(rawValue: UInt)
Added NSDataBase64EncodingOptions [struct]
Added NSDataBase64EncodingOptions.Encoding64CharacterLineLength
Added NSDataBase64EncodingOptions.Encoding76CharacterLineLength
Added NSDataBase64EncodingOptions.EncodingEndLineWithCarriageReturn
Added NSDataBase64EncodingOptions.EncodingEndLineWithLineFeed
Added NSDataBase64EncodingOptions.init(_: UInt)
Added NSDataBase64EncodingOptions.init(rawValue: UInt)
Added NSDataDetector
Added NSDataDetector.checkingTypes
Added NSDataDetector.init(types: NSTextCheckingTypes, error: NSErrorPointer)
Added NSDataReadingOptions [struct]
Added NSDataReadingOptions.DataReadingMapped
Added NSDataReadingOptions.DataReadingMappedAlways
Added NSDataReadingOptions.DataReadingMappedIfSafe
Added NSDataReadingOptions.DataReadingUncached
Added NSDataReadingOptions.MappedRead
Added NSDataReadingOptions.UncachedRead
Added NSDataReadingOptions.init(_: UInt)
Added NSDataReadingOptions.init(rawValue: UInt)
Added NSDataSearchOptions [struct]
Added NSDataSearchOptions.Anchored
Added NSDataSearchOptions.Backwards
Added NSDataSearchOptions.init(_: UInt)
Added NSDataSearchOptions.init(rawValue: UInt)
Added NSDataWritingOptions [struct]
Added NSDataWritingOptions.AtomicWrite
Added NSDataWritingOptions.DataWritingAtomic
Added NSDataWritingOptions.DataWritingFileProtectionComplete
Added NSDataWritingOptions.DataWritingFileProtectionCompleteUnlessOpen
Added NSDataWritingOptions.DataWritingFileProtectionCompleteUntilFirstUserAuthentication
Added NSDataWritingOptions.DataWritingFileProtectionMask
Added NSDataWritingOptions.DataWritingFileProtectionNone
Added NSDataWritingOptions.DataWritingWithoutOverwriting
Added NSDataWritingOptions.init(_: UInt)
Added NSDataWritingOptions.init(rawValue: UInt)
Added NSDate
Added NSDate.init()
Added NSDate.init(coder: NSCoder)
Added NSDate.compare(NSDate) -> NSComparisonResult
Added NSDate.dateByAddingTimeInterval(NSTimeInterval) -> Self!
Added NSDate.dateWithCalendarFormat(String?, timeZone: NSTimeZone?) -> NSCalendarDate
Added NSDate.dateWithNaturalLanguageString(String) -> AnyObject? [class]
Added NSDate.dateWithNaturalLanguageString(String, locale: AnyObject?) -> AnyObject? [class]
Added NSDate.dateWithString(String) -> AnyObject [class]
Added NSDate.description
Added NSDate.descriptionWithCalendarFormat(String?, timeZone: NSTimeZone?, locale: AnyObject?) -> String?
Added NSDate.descriptionWithLocale(AnyObject?) -> String?
Added NSDate.distantFuture() -> AnyObject [class]
Added NSDate.distantPast() -> AnyObject [class]
Added NSDate.earlierDate(NSDate) -> NSDate
Added NSDate.getMirror() -> MirrorType
Added NSDate.isEqualToDate(NSDate) -> Bool
Added NSDate.laterDate(NSDate) -> NSDate
Added NSDate.init(string: String)
Added NSDate.init(timeInterval: NSTimeInterval, sinceDate: NSDate)
Added NSDate.timeIntervalSince1970
Added NSDate.init(timeIntervalSince1970: NSTimeInterval)
Added NSDate.timeIntervalSinceDate(NSDate) -> NSTimeInterval
Added NSDate.timeIntervalSinceNow
Added NSDate.init(timeIntervalSinceNow: NSTimeInterval)
Added NSDate.timeIntervalSinceReferenceDate
Added NSDate.timeIntervalSinceReferenceDate() -> NSTimeInterval [class]
Added NSDate.init(timeIntervalSinceReferenceDate: NSTimeInterval)
Added NSDateComponents
Added NSDateComponents.calendar
Added NSDateComponents.date
Added NSDateComponents.day
Added NSDateComponents.era
Added NSDateComponents.hour
Added NSDateComponents.isValidDateInCalendar(NSCalendar) -> Bool
Added NSDateComponents.leapMonth
Added NSDateComponents.minute
Added NSDateComponents.month
Added NSDateComponents.nanosecond
Added NSDateComponents.quarter
Added NSDateComponents.second
Added NSDateComponents.setValue(Int, forComponent: NSCalendarUnit)
Added NSDateComponents.timeZone
Added NSDateComponents.validDate
Added NSDateComponents.valueForComponent(NSCalendarUnit) -> Int
Added NSDateComponents.weekOfMonth
Added NSDateComponents.weekOfYear
Added NSDateComponents.weekday
Added NSDateComponents.weekdayOrdinal
Added NSDateComponents.year
Added NSDateComponents.yearForWeekOfYear
Added NSDateComponentsFormatter
Added NSDateComponentsFormatter.allowedUnits
Added NSDateComponentsFormatter.allowsFractionalUnits
Added NSDateComponentsFormatter.calendar
Added NSDateComponentsFormatter.collapsesLargestUnit
Added NSDateComponentsFormatter.formattingContext
Added NSDateComponentsFormatter.getObjectValue(AutoreleasingUnsafeMutablePointer<AnyObject?>, forString: String, errorDescription: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
Added NSDateComponentsFormatter.includesApproximationPhrase
Added NSDateComponentsFormatter.includesTimeRemainingPhrase
Added NSDateComponentsFormatter.localizedStringFromDateComponents(NSDateComponents, unitsStyle: NSDateComponentsFormatterUnitsStyle) -> String? [class]
Added NSDateComponentsFormatter.maximumUnitCount
Added NSDateComponentsFormatter.stringForObjectValue(AnyObject) -> String?
Added NSDateComponentsFormatter.stringFromDate(NSDate, toDate: NSDate) -> String?
Added NSDateComponentsFormatter.stringFromDateComponents(NSDateComponents) -> String?
Added NSDateComponentsFormatter.stringFromTimeInterval(NSTimeInterval) -> String?
Added NSDateComponentsFormatter.unitsStyle
Added NSDateComponentsFormatter.zeroFormattingBehavior
Added NSDateComponentsFormatterUnitsStyle [enum]
Added NSDateComponentsFormatterUnitsStyle.Abbreviated
Added NSDateComponentsFormatterUnitsStyle.Full
Added NSDateComponentsFormatterUnitsStyle.Positional
Added NSDateComponentsFormatterUnitsStyle.Short
Added NSDateComponentsFormatterUnitsStyle.SpellOut
Added NSDateComponentsFormatterZeroFormattingBehavior [struct]
Added NSDateComponentsFormatterZeroFormattingBehavior.Default
Added NSDateComponentsFormatterZeroFormattingBehavior.DropAll
Added NSDateComponentsFormatterZeroFormattingBehavior.DropLeading
Added NSDateComponentsFormatterZeroFormattingBehavior.DropMiddle
Added NSDateComponentsFormatterZeroFormattingBehavior.DropTrailing
Added NSDateComponentsFormatterZeroFormattingBehavior.None
Added NSDateComponentsFormatterZeroFormattingBehavior.Pad
Added NSDateComponentsFormatterZeroFormattingBehavior.init(_: UInt)
Added NSDateComponentsFormatterZeroFormattingBehavior.init(rawValue: UInt)
Added NSDateFormatter
Added NSDateFormatter.AMSymbol
Added NSDateFormatter.PMSymbol
Added NSDateFormatter.calendar
Added NSDateFormatter.dateFormat
Added NSDateFormatter.dateFormatFromTemplate(String, options: Int, locale: NSLocale?) -> String? [class]
Added NSDateFormatter.dateFromString(String) -> NSDate?
Added NSDateFormatter.dateStyle
Added NSDateFormatter.defaultDate
Added NSDateFormatter.defaultFormatterBehavior() -> NSDateFormatterBehavior [class]
Added NSDateFormatter.doesRelativeDateFormatting
Added NSDateFormatter.eraSymbols
Added NSDateFormatter.formatterBehavior
Added NSDateFormatter.formattingContext
Added NSDateFormatter.generatesCalendarDates
Added NSDateFormatter.getObjectValue(AutoreleasingUnsafeMutablePointer<AnyObject?>, forString: String, range: UnsafeMutablePointer<NSRange>, error: NSErrorPointer) -> Bool
Added NSDateFormatter.gregorianStartDate
Added NSDateFormatter.lenient
Added NSDateFormatter.locale
Added NSDateFormatter.localizedStringFromDate(NSDate, dateStyle: NSDateFormatterStyle, timeStyle: NSDateFormatterStyle) -> String [class]
Added NSDateFormatter.longEraSymbols
Added NSDateFormatter.monthSymbols
Added NSDateFormatter.quarterSymbols
Added NSDateFormatter.setDefaultFormatterBehavior(NSDateFormatterBehavior) [class]
Added NSDateFormatter.setLocalizedDateFormatFromTemplate(String)
Added NSDateFormatter.shortMonthSymbols
Added NSDateFormatter.shortQuarterSymbols
Added NSDateFormatter.shortStandaloneMonthSymbols
Added NSDateFormatter.shortStandaloneQuarterSymbols
Added NSDateFormatter.shortStandaloneWeekdaySymbols
Added NSDateFormatter.shortWeekdaySymbols
Added NSDateFormatter.standaloneMonthSymbols
Added NSDateFormatter.standaloneQuarterSymbols
Added NSDateFormatter.standaloneWeekdaySymbols
Added NSDateFormatter.stringFromDate(NSDate) -> String
Added NSDateFormatter.timeStyle
Added NSDateFormatter.timeZone
Added NSDateFormatter.twoDigitStartDate
Added NSDateFormatter.veryShortMonthSymbols
Added NSDateFormatter.veryShortStandaloneMonthSymbols
Added NSDateFormatter.veryShortStandaloneWeekdaySymbols
Added NSDateFormatter.veryShortWeekdaySymbols
Added NSDateFormatter.weekdaySymbols
Added NSDateFormatterBehavior [enum]
Added NSDateFormatterBehavior.Behavior10_0
Added NSDateFormatterBehavior.Behavior10_4
Added NSDateFormatterBehavior.BehaviorDefault
Added NSDateFormatterStyle [enum]
Added NSDateFormatterStyle.FullStyle
Added NSDateFormatterStyle.LongStyle
Added NSDateFormatterStyle.MediumStyle
Added NSDateFormatterStyle.NoStyle
Added NSDateFormatterStyle.ShortStyle
Added NSDateIntervalFormatter
Added NSDateIntervalFormatter.calendar
Added NSDateIntervalFormatter.dateStyle
Added NSDateIntervalFormatter.dateTemplate
Added NSDateIntervalFormatter.locale
Added NSDateIntervalFormatter.stringFromDate(NSDate, toDate: NSDate) -> String
Added NSDateIntervalFormatter.timeStyle
Added NSDateIntervalFormatter.timeZone
Added NSDateIntervalFormatterStyle [enum]
Added NSDateIntervalFormatterStyle.FullStyle
Added NSDateIntervalFormatterStyle.LongStyle
Added NSDateIntervalFormatterStyle.MediumStyle
Added NSDateIntervalFormatterStyle.NoStyle
Added NSDateIntervalFormatterStyle.ShortStyle
Added NSDecimalNumber
Added NSDecimalNumber.compare(NSNumber) -> NSComparisonResult
Added NSDecimalNumber.decimalNumberByAdding(NSDecimalNumber) -> NSDecimalNumber
Added NSDecimalNumber.decimalNumberByAdding(NSDecimalNumber, withBehavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
Added NSDecimalNumber.decimalNumberByDividingBy(NSDecimalNumber) -> NSDecimalNumber
Added NSDecimalNumber.decimalNumberByDividingBy(NSDecimalNumber, withBehavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
Added NSDecimalNumber.decimalNumberByMultiplyingBy(NSDecimalNumber) -> NSDecimalNumber
Added NSDecimalNumber.decimalNumberByMultiplyingBy(NSDecimalNumber, withBehavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
Added NSDecimalNumber.decimalNumberByMultiplyingByPowerOf10(Int16) -> NSDecimalNumber
Added NSDecimalNumber.decimalNumberByMultiplyingByPowerOf10(Int16, withBehavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
Added NSDecimalNumber.decimalNumberByRaisingToPower(Int) -> NSDecimalNumber
Added NSDecimalNumber.decimalNumberByRaisingToPower(Int, withBehavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
Added NSDecimalNumber.decimalNumberByRoundingAccordingToBehavior(NSDecimalNumberBehaviors?) -> NSDecimalNumber
Added NSDecimalNumber.decimalNumberBySubtracting(NSDecimalNumber) -> NSDecimalNumber
Added NSDecimalNumber.decimalNumberBySubtracting(NSDecimalNumber, withBehavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
Added NSDecimalNumber.defaultBehavior() -> NSDecimalNumberBehaviors [class]
Added NSDecimalNumber.descriptionWithLocale(AnyObject?) -> String
Added NSDecimalNumber.doubleValue
Added NSDecimalNumber.init(mantissa: UInt64, exponent: Int16, isNegative: Bool)
Added NSDecimalNumber.maximumDecimalNumber() -> NSDecimalNumber [class]
Added NSDecimalNumber.minimumDecimalNumber() -> NSDecimalNumber [class]
Added NSDecimalNumber.notANumber() -> NSDecimalNumber [class]
Added NSDecimalNumber.objCType
Added NSDecimalNumber.one() -> NSDecimalNumber [class]
Added NSDecimalNumber.setDefaultBehavior(NSDecimalNumberBehaviors) [class]
Added NSDecimalNumber.init(string: String?)
Added NSDecimalNumber.init(string: String?, locale: AnyObject?)
Added NSDecimalNumber.zero() -> NSDecimalNumber [class]
Added NSDecimalNumberBehaviors
Added NSDecimalNumberBehaviors.exceptionDuringOperation(Selector, error: NSCalculationError, leftOperand: NSDecimalNumber, rightOperand: NSDecimalNumber) -> NSDecimalNumber?
Added NSDecimalNumberBehaviors.roundingMode() -> NSRoundingMode
Added NSDecimalNumberBehaviors.scale() -> Int16
Added NSDecimalNumberHandler
Added NSDecimalNumberHandler.defaultDecimalNumberHandler() -> NSDecimalNumberHandler [class]
Added NSDecimalNumberHandler.init(roundingMode: NSRoundingMode, scale: Int16, raiseOnExactness: Bool, raiseOnOverflow: Bool, raiseOnUnderflow: Bool, raiseOnDivideByZero: Bool)
Added NSDeleteCommand
Added NSDeleteCommand.keySpecifier
Added NSDeleteCommand.setReceiversSpecifier(NSScriptObjectSpecifier)
Added NSDictionary
Added NSDictionary.init()
Added NSDictionary.allKeys
Added NSDictionary.allKeysForObject(AnyObject) -> [AnyObject]
Added NSDictionary.allValues
Added NSDictionary.init(coder: NSCoder)
Added NSDictionary.init(contentsOfFile: String)
Added NSDictionary.init(contentsOfURL: NSURL)
Added NSDictionary.count
Added NSDictionary.description
Added NSDictionary.descriptionInStringsFileFormat
Added NSDictionary.descriptionWithLocale(AnyObject?) -> String
Added NSDictionary.descriptionWithLocale(AnyObject?, indent: Int) -> String
Added NSDictionary.init(dictionary: [NSObject: AnyObject])
Added NSDictionary.init(dictionary: [NSObject: AnyObject], copyItems: Bool)
Added NSDictionary.init(dictionaryLiteral: (NSCopying, AnyObject))
Added NSDictionary.enumerateKeysAndObjectsUsingBlock((AnyObject!, AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSDictionary.enumerateKeysAndObjectsWithOptions(NSEnumerationOptions, usingBlock:(AnyObject!, AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSDictionary.fileCreationDate() -> NSDate?
Added NSDictionary.fileExtensionHidden() -> Bool
Added NSDictionary.fileGroupOwnerAccountID() -> NSNumber?
Added NSDictionary.fileGroupOwnerAccountName() -> String?
Added NSDictionary.fileHFSCreatorCode() -> OSType
Added NSDictionary.fileHFSTypeCode() -> OSType
Added NSDictionary.fileIsAppendOnly() -> Bool
Added NSDictionary.fileIsImmutable() -> Bool
Added NSDictionary.fileModificationDate() -> NSDate?
Added NSDictionary.fileOwnerAccountID() -> NSNumber?
Added NSDictionary.fileOwnerAccountName() -> String?
Added NSDictionary.filePosixPermissions() -> Int
Added NSDictionary.fileSize() -> UInt64
Added NSDictionary.fileSystemFileNumber() -> Int
Added NSDictionary.fileSystemNumber() -> Int
Added NSDictionary.fileType() -> String?
Added NSDictionary.generate() -> NSDictionary.Generator
Added NSDictionary.getMirror() -> MirrorType
Added NSDictionary.getObjects(AutoreleasingUnsafeMutablePointer<AnyObject?>, andKeys: AutoreleasingUnsafeMutablePointer<AnyObject?>)
Added NSDictionary.isEqualToDictionary([NSObject: AnyObject]) -> Bool
Added NSDictionary.keyEnumerator() -> NSEnumerator
Added NSDictionary.keysOfEntriesPassingTest((AnyObject!, AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSSet
Added NSDictionary.keysOfEntriesWithOptions(NSEnumerationOptions, passingTest:(AnyObject!, AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSSet
Added NSDictionary.keysSortedByValueUsingComparator(NSComparator) -> [AnyObject]
Added NSDictionary.keysSortedByValueUsingSelector(Selector) -> [AnyObject]
Added NSDictionary.keysSortedByValueWithOptions(NSSortOptions, usingComparator: NSComparator) -> [AnyObject]
Added NSDictionary.init(object: AnyObject, forKey: NSCopying)
Added NSDictionary.objectEnumerator() -> NSEnumerator
Added NSDictionary.objectForKey(AnyObject) -> AnyObject?
Added NSDictionary.init(objects: UnsafePointer<AnyObject?>, forKeys: UnsafePointer<NSCopying?>, count: Int)
Added NSDictionary.init(objects: [AnyObject], forKeys:[AnyObject])
Added NSDictionary.init(objectsAndKeys: AnyObject)
Added NSDictionary.objectsForKeys([AnyObject], notFoundMarker: AnyObject) -> [AnyObject]
Added NSDictionary.sharedKeySetForKeys([AnyObject]) -> AnyObject [class]
Added NSDictionary.valueForKey(String) -> AnyObject?
Added NSDictionary.writeToFile(String, atomically: Bool) -> Bool
Added NSDictionary.writeToURL(NSURL, atomically: Bool) -> Bool
Added NSDictionary.Generator
Added NSDictionary.Generator.next() -> (key: AnyObject, value: AnyObject)?
Added NSDirectoryEnumerationOptions [struct]
Added NSDirectoryEnumerationOptions.SkipsHiddenFiles
Added NSDirectoryEnumerationOptions.SkipsPackageDescendants
Added NSDirectoryEnumerationOptions.SkipsSubdirectoryDescendants
Added NSDirectoryEnumerationOptions.init(_: UInt)
Added NSDirectoryEnumerationOptions.init(rawValue: UInt)
Added NSDirectoryEnumerator
Added NSDirectoryEnumerator.directoryAttributes
Added NSDirectoryEnumerator.fileAttributes
Added NSDirectoryEnumerator.level
Added NSDirectoryEnumerator.skipDescendants()
Added NSDirectoryEnumerator.skipDescendents()
Added NSDiscardableContent
Added NSDiscardableContent.beginContentAccess() -> Bool
Added NSDiscardableContent.discardContentIfPossible()
Added NSDiscardableContent.endContentAccess()
Added NSDiscardableContent.isContentDiscarded() -> Bool
Added NSDistributedLock
Added NSDistributedLock.breakLock()
Added NSDistributedLock.lockDate
Added NSDistributedLock.init(path: String)
Added NSDistributedLock.tryLock() -> Bool
Added NSDistributedLock.unlock()
Added NSDistributedNotificationCenter
Added NSDistributedNotificationCenter.addObserver(AnyObject, selector: Selector, name: String?, object: String?)
Added NSDistributedNotificationCenter.addObserver(AnyObject, selector: Selector, name: String?, object: String?, suspensionBehavior: NSNotificationSuspensionBehavior)
Added NSDistributedNotificationCenter.defaultCenter() -> NSDistributedNotificationCenter [class]
Added NSDistributedNotificationCenter.notificationCenterForType(String) -> NSDistributedNotificationCenter [class]
Added NSDistributedNotificationCenter.postNotificationName(String, object: String?)
Added NSDistributedNotificationCenter.postNotificationName(String, object: String?, userInfo:[NSObject: AnyObject]?)
Added NSDistributedNotificationCenter.postNotificationName(String, object: String?, userInfo:[NSObject: AnyObject]?, deliverImmediately: Bool)
Added NSDistributedNotificationCenter.postNotificationName(String, object: String?, userInfo:[NSObject: AnyObject]?, options: Int)
Added NSDistributedNotificationCenter.removeObserver(AnyObject?, name: String?, object: String?)
Added NSDistributedNotificationCenter.suspended
Added NSEdgeInsets [struct]
Added NSEdgeInsets.bottom
Added NSEdgeInsets.left
Added NSEdgeInsets.right
Added NSEdgeInsets.top
Added NSEnergyFormatter
Added NSEnergyFormatter.forFoodEnergyUse
Added NSEnergyFormatter.getObjectValue(AutoreleasingUnsafeMutablePointer<AnyObject?>, forString: String, errorDescription: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
Added NSEnergyFormatter.numberFormatter
Added NSEnergyFormatter.stringFromJoules(Double) -> String
Added NSEnergyFormatter.stringFromValue(Double, unit: NSEnergyFormatterUnit) -> String
Added NSEnergyFormatter.unitStringFromJoules(Double, usedUnit: UnsafeMutablePointer<NSEnergyFormatterUnit>) -> String
Added NSEnergyFormatter.unitStringFromValue(Double, unit: NSEnergyFormatterUnit) -> String
Added NSEnergyFormatter.unitStyle
Added NSEnergyFormatterUnit [enum]
Added NSEnergyFormatterUnit.Calorie
Added NSEnergyFormatterUnit.Joule
Added NSEnergyFormatterUnit.Kilocalorie
Added NSEnergyFormatterUnit.Kilojoule
Added NSEnumerationOptions [struct]
Added NSEnumerationOptions.Concurrent
Added NSEnumerationOptions.Reverse
Added NSEnumerationOptions.init(_: UInt)
Added NSEnumerationOptions.init(rawValue: UInt)
Added NSEnumerator
Added NSEnumerator.allObjects
Added NSEnumerator.nextObject() -> AnyObject?
Added NSError
Added NSError.code
Added NSError.domain
Added NSError.init(domain: String, code: Int, userInfo:[NSObject: AnyObject]?)
Added NSError.helpAnchor
Added NSError.localizedDescription
Added NSError.localizedFailureReason
Added NSError.localizedRecoveryOptions
Added NSError.localizedRecoverySuggestion
Added NSError.recoveryAttempter
Added NSError.userInfo
Added NSException
Added NSException.callStackReturnAddresses
Added NSException.callStackSymbols
Added NSException.name
Added NSException.init(name: String, reason: String?, userInfo:[NSObject: AnyObject]?)
Added NSException.raise()
Added NSException.raise(String, format: String, arguments: CVaListPointer) [class]
Added NSException.reason
Added NSException.userInfo
Added NSExistsCommand
Added NSExpression
Added NSExpression.allowEvaluation()
Added NSExpression.arguments
Added NSExpression.collection
Added NSExpression.constantValue
Added NSExpression.expressionBlock
Added NSExpression.expressionForAnyKey() -> NSExpression [class]
Added NSExpression.expressionForEvaluatedObject() -> NSExpression [class]
Added NSExpression.expressionType
Added NSExpression.init(expressionType: NSExpressionType)
Added NSExpression.expressionValueWithObject(AnyObject?, context: NSMutableDictionary?) -> AnyObject
Added NSExpression.init(forAggregate: [AnyObject])
Added NSExpression.init(forBlock: (AnyObject!,[AnyObject]!, NSMutableDictionary!) -> AnyObject!, arguments:[AnyObject])
Added NSExpression.init(forConstantValue: AnyObject)
Added NSExpression.init(forFunction: NSExpression, selectorName: String, arguments:[AnyObject])
Added NSExpression.init(forFunction: String, arguments:[AnyObject])
Added NSExpression.init(forIntersectSet: NSExpression, with: NSExpression)
Added NSExpression.init(forKeyPath: String)
Added NSExpression.init(forMinusSet: NSExpression, with: NSExpression)
Added NSExpression.init(forSubquery: NSExpression, usingIteratorVariable: String, predicate: AnyObject)
Added NSExpression.init(forUnionSet: NSExpression, with: NSExpression)
Added NSExpression.init(forVariable: String)
Added NSExpression.init(format: String, _: CVarArgType)
Added NSExpression.init(format: String, argumentArray:[AnyObject])
Added NSExpression.init(format: String, arguments: CVaListPointer)
Added NSExpression.function
Added NSExpression.keyPath
Added NSExpression.leftExpression
Added NSExpression.operand
Added NSExpression.predicate
Added NSExpression.rightExpression
Added NSExpression.variable
Added NSExpressionType [enum]
Added NSExpressionType.AggregateExpressionType
Added NSExpressionType.AnyKeyExpressionType
Added NSExpressionType.BlockExpressionType
Added NSExpressionType.ConstantValueExpressionType
Added NSExpressionType.EvaluatedObjectExpressionType
Added NSExpressionType.FunctionExpressionType
Added NSExpressionType.IntersectSetExpressionType
Added NSExpressionType.KeyPathExpressionType
Added NSExpressionType.MinusSetExpressionType
Added NSExpressionType.SubqueryExpressionType
Added NSExpressionType.UnionSetExpressionType
Added NSExpressionType.VariableExpressionType
Added NSExtensionContext
Added NSExtensionContext.cancelRequestWithError(NSError)
Added NSExtensionContext.completeRequestReturningItems([AnyObject]?, completionHandler:((Bool) -> Void)?)
Added NSExtensionContext.inputItems
Added NSExtensionContext.openURL(NSURL, completionHandler:((Bool) -> Void)?)
Added NSExtensionItem
Added NSExtensionItem.attachments
Added NSExtensionItem.attributedContentText
Added NSExtensionItem.attributedTitle
Added NSExtensionItem.userInfo
Added NSExtensionRequestHandling
Added NSExtensionRequestHandling.beginRequestWithExtensionContext(NSExtensionContext)
Added NSFastEnumeration
Added NSFastEnumeration.countByEnumeratingWithState(UnsafeMutablePointer<NSFastEnumerationState>, objects: AutoreleasingUnsafeMutablePointer<AnyObject?>, count: Int) -> Int
Added NSFastEnumerationState [struct]
Added NSFastEnumerationState.init()
Added NSFastEnumerationState.extra
Added NSFastEnumerationState.itemsPtr
Added NSFastEnumerationState.mutationsPtr
Added NSFastEnumerationState.state
Added NSFastGenerator
Added NSFastGenerator.STACK_BUF_SIZE
Added NSFastGenerator.init(_: NSFastEnumeration)
Added NSFastGenerator.count
Added NSFastGenerator.enumerable
Added NSFastGenerator.n
Added NSFastGenerator.next() -> AnyObject?
Added NSFastGenerator.objects
Added NSFastGenerator.refresh()
Added NSFastGenerator.state
Added NSFastGenerator.ObjectsBuffer [struct]
Added NSFastGenerator.ObjectsBuffer.buf
Added NSFileAccessIntent
Added NSFileAccessIntent.URL
Added NSFileAccessIntent.readingIntentWithURL(NSURL, options: NSFileCoordinatorReadingOptions) -> Self! [class]
Added NSFileAccessIntent.writingIntentWithURL(NSURL, options: NSFileCoordinatorWritingOptions) -> Self! [class]
Added NSFileCoordinator
Added NSFileCoordinator.addFilePresenter(NSFilePresenter) [class]
Added NSFileCoordinator.cancel()
Added NSFileCoordinator.coordinateAccessWithIntents([AnyObject], queue: NSOperationQueue, byAccessor:(NSError!) -> Void)
Added NSFileCoordinator.coordinateReadingItemAtURL(NSURL, options: NSFileCoordinatorReadingOptions, error: NSErrorPointer, byAccessor:(NSURL!) -> Void)
Added NSFileCoordinator.coordinateReadingItemAtURL(NSURL, options: NSFileCoordinatorReadingOptions, writingItemAtURL: NSURL, options: NSFileCoordinatorWritingOptions, error: NSErrorPointer, byAccessor:(NSURL!, NSURL!) -> Void)
Added NSFileCoordinator.coordinateWritingItemAtURL(NSURL, options: NSFileCoordinatorWritingOptions, error: NSErrorPointer, byAccessor:(NSURL!) -> Void)
Added NSFileCoordinator.coordinateWritingItemAtURL(NSURL, options: NSFileCoordinatorWritingOptions, writingItemAtURL: NSURL, options: NSFileCoordinatorWritingOptions, error: NSErrorPointer, byAccessor:(NSURL!, NSURL!) -> Void)
Added NSFileCoordinator.init(filePresenter: NSFilePresenter?)
Added NSFileCoordinator.filePresenters() -> [AnyObject] [class]
Added NSFileCoordinator.itemAtURL(NSURL, didMoveToURL: NSURL)
Added NSFileCoordinator.itemAtURL(NSURL, willMoveToURL: NSURL)
Added NSFileCoordinator.prepareForReadingItemsAtURLs([AnyObject], options: NSFileCoordinatorReadingOptions, writingItemsAtURLs:[AnyObject], options: NSFileCoordinatorWritingOptions, error: NSErrorPointer, byAccessor:((() -> Void)!) -> Void)
Added NSFileCoordinator.purposeIdentifier
Added NSFileCoordinator.removeFilePresenter(NSFilePresenter) [class]
Added NSFileCoordinatorReadingOptions [struct]
Added NSFileCoordinatorReadingOptions.ForUploading
Added NSFileCoordinatorReadingOptions.ImmediatelyAvailableMetadataOnly
Added NSFileCoordinatorReadingOptions.ResolvesSymbolicLink
Added NSFileCoordinatorReadingOptions.WithoutChanges
Added NSFileCoordinatorReadingOptions.init(_: UInt)
Added NSFileCoordinatorReadingOptions.init(rawValue: UInt)
Added NSFileCoordinatorWritingOptions [struct]
Added NSFileCoordinatorWritingOptions.ContentIndependentMetadataOnly
Added NSFileCoordinatorWritingOptions.ForDeleting
Added NSFileCoordinatorWritingOptions.ForMerging
Added NSFileCoordinatorWritingOptions.ForMoving
Added NSFileCoordinatorWritingOptions.ForReplacing
Added NSFileCoordinatorWritingOptions.init(_: UInt)
Added NSFileCoordinatorWritingOptions.init(rawValue: UInt)
Added NSFileHandle
Added NSFileHandle.acceptConnectionInBackgroundAndNotify()
Added NSFileHandle.acceptConnectionInBackgroundAndNotifyForModes([AnyObject])
Added NSFileHandle.availableData
Added NSFileHandle.closeFile()
Added NSFileHandle.init(coder: NSCoder)
Added NSFileHandle.fileDescriptor
Added NSFileHandle.init(fileDescriptor: Int32)
Added NSFileHandle.init(fileDescriptor: Int32, closeOnDealloc: Bool)
Added NSFileHandle.fileHandleWithNullDevice() -> NSFileHandle [class]
Added NSFileHandle.fileHandleWithStandardError() -> NSFileHandle [class]
Added NSFileHandle.fileHandleWithStandardInput() -> NSFileHandle [class]
Added NSFileHandle.fileHandleWithStandardOutput() -> NSFileHandle [class]
Added NSFileHandle.init(forReadingAtPath: String)
Added NSFileHandle.init(forReadingFromURL: NSURL, error: NSErrorPointer)
Added NSFileHandle.init(forUpdatingAtPath: String)
Added NSFileHandle.init(forUpdatingURL: NSURL, error: NSErrorPointer)
Added NSFileHandle.init(forWritingAtPath: String)
Added NSFileHandle.init(forWritingToURL: NSURL, error: NSErrorPointer)
Added NSFileHandle.offsetInFile
Added NSFileHandle.readDataOfLength(Int) -> NSData
Added NSFileHandle.readDataToEndOfFile() -> NSData
Added NSFileHandle.readInBackgroundAndNotify()
Added NSFileHandle.readInBackgroundAndNotifyForModes([AnyObject])
Added NSFileHandle.readToEndOfFileInBackgroundAndNotify()
Added NSFileHandle.readToEndOfFileInBackgroundAndNotifyForModes([AnyObject])
Added NSFileHandle.readabilityHandler
Added NSFileHandle.seekToEndOfFile() -> UInt64
Added NSFileHandle.seekToFileOffset(UInt64)
Added NSFileHandle.synchronizeFile()
Added NSFileHandle.truncateFileAtOffset(UInt64)
Added NSFileHandle.waitForDataInBackgroundAndNotify()
Added NSFileHandle.waitForDataInBackgroundAndNotifyForModes([AnyObject])
Added NSFileHandle.writeData(NSData)
Added NSFileHandle.writeabilityHandler
Added NSFileManager
Added NSFileManager.URLForDirectory(NSSearchPathDirectory, inDomain: NSSearchPathDomainMask, appropriateForURL: NSURL?, create: Bool, error: NSErrorPointer) -> NSURL?
Added NSFileManager.URLForPublishingUbiquitousItemAtURL(NSURL, expirationDate: AutoreleasingUnsafeMutablePointer<NSDate?>, error: NSErrorPointer) -> NSURL?
Added NSFileManager.URLForUbiquityContainerIdentifier(String?) -> NSURL?
Added NSFileManager.URLsForDirectory(NSSearchPathDirectory, inDomains: NSSearchPathDomainMask) -> [AnyObject]
Added NSFileManager.attributesOfFileSystemForPath(String, error: NSErrorPointer) -> [NSObject: AnyObject]?
Added NSFileManager.attributesOfItemAtPath(String, error: NSErrorPointer) -> [NSObject: AnyObject]?
Added NSFileManager.changeCurrentDirectoryPath(String) -> Bool
Added NSFileManager.componentsToDisplayForPath(String) -> [AnyObject]?
Added NSFileManager.containerURLForSecurityApplicationGroupIdentifier(String) -> NSURL?
Added NSFileManager.contentsAtPath(String) -> NSData?
Added NSFileManager.contentsEqualAtPath(String, andPath: String) -> Bool
Added NSFileManager.contentsOfDirectoryAtPath(String, error: NSErrorPointer) -> [AnyObject]?
Added NSFileManager.contentsOfDirectoryAtURL(NSURL, includingPropertiesForKeys:[AnyObject]?, options: NSDirectoryEnumerationOptions, error: NSErrorPointer) -> [AnyObject]?
Added NSFileManager.copyItemAtPath(String, toPath: String, error: NSErrorPointer) -> Bool
Added NSFileManager.copyItemAtURL(NSURL, toURL: NSURL, error: NSErrorPointer) -> Bool
Added NSFileManager.createDirectoryAtPath(String, withIntermediateDirectories: Bool, attributes:[NSObject: AnyObject]?, error: NSErrorPointer) -> Bool
Added NSFileManager.createDirectoryAtURL(NSURL, withIntermediateDirectories: Bool, attributes:[NSObject: AnyObject]?, error: NSErrorPointer) -> Bool
Added NSFileManager.createFileAtPath(String, contents: NSData?, attributes:[NSObject: AnyObject]?) -> Bool
Added NSFileManager.createSymbolicLinkAtPath(String, withDestinationPath: String, error: NSErrorPointer) -> Bool
Added NSFileManager.createSymbolicLinkAtURL(NSURL, withDestinationURL: NSURL, error: NSErrorPointer) -> Bool
Added NSFileManager.currentDirectoryPath
Added NSFileManager.defaultManager() -> NSFileManager [class]
Added NSFileManager.delegate
Added NSFileManager.destinationOfSymbolicLinkAtPath(String, error: NSErrorPointer) -> String?
Added NSFileManager.displayNameAtPath(String) -> String
Added NSFileManager.enumeratorAtPath(String) -> NSDirectoryEnumerator?
Added NSFileManager.enumeratorAtURL(NSURL, includingPropertiesForKeys:[AnyObject]?, options: NSDirectoryEnumerationOptions, errorHandler:((NSURL!, NSError!) -> Bool)?) -> NSDirectoryEnumerator?
Added NSFileManager.evictUbiquitousItemAtURL(NSURL, error: NSErrorPointer) -> Bool
Added NSFileManager.fileExistsAtPath(String) -> Bool
Added NSFileManager.fileExistsAtPath(String, isDirectory: UnsafeMutablePointer<ObjCBool>) -> Bool
Added NSFileManager.fileSystemRepresentationWithPath(String) -> UnsafePointer<Int8>
Added NSFileManager.getRelationship(UnsafeMutablePointer<NSURLRelationship>, ofDirectory: NSSearchPathDirectory, inDomain: NSSearchPathDomainMask, toItemAtURL: NSURL, error: NSErrorPointer) -> Bool
Added NSFileManager.getRelationship(UnsafeMutablePointer<NSURLRelationship>, ofDirectoryAtURL: NSURL, toItemAtURL: NSURL, error: NSErrorPointer) -> Bool
Added NSFileManager.isDeletableFileAtPath(String) -> Bool
Added NSFileManager.isExecutableFileAtPath(String) -> Bool
Added NSFileManager.isReadableFileAtPath(String) -> Bool
Added NSFileManager.isUbiquitousItemAtURL(NSURL) -> Bool
Added NSFileManager.isWritableFileAtPath(String) -> Bool
Added NSFileManager.linkItemAtPath(String, toPath: String, error: NSErrorPointer) -> Bool
Added NSFileManager.linkItemAtURL(NSURL, toURL: NSURL, error: NSErrorPointer) -> Bool
Added NSFileManager.mountedVolumeURLsIncludingResourceValuesForKeys([AnyObject]?, options: NSVolumeEnumerationOptions) -> [AnyObject]?
Added NSFileManager.moveItemAtPath(String, toPath: String, error: NSErrorPointer) -> Bool
Added NSFileManager.moveItemAtURL(NSURL, toURL: NSURL, error: NSErrorPointer) -> Bool
Added NSFileManager.removeItemAtPath(String, error: NSErrorPointer) -> Bool
Added NSFileManager.removeItemAtURL(NSURL, error: NSErrorPointer) -> Bool
Added NSFileManager.replaceItemAtURL(NSURL, withItemAtURL: NSURL, backupItemName: String?, options: NSFileManagerItemReplacementOptions, resultingItemURL: AutoreleasingUnsafeMutablePointer<NSURL?>, error: NSErrorPointer) -> Bool
Added NSFileManager.setAttributes([NSObject: AnyObject], ofItemAtPath: String, error: NSErrorPointer) -> Bool
Added NSFileManager.setUbiquitous(Bool, itemAtURL: NSURL, destinationURL: NSURL, error: NSErrorPointer) -> Bool
Added NSFileManager.startDownloadingUbiquitousItemAtURL(NSURL, error: NSErrorPointer) -> Bool
Added NSFileManager.stringWithFileSystemRepresentation(UnsafePointer<Int8>, length: Int) -> String
Added NSFileManager.subpathsAtPath(String) -> [AnyObject]?
Added NSFileManager.subpathsOfDirectoryAtPath(String, error: NSErrorPointer) -> [AnyObject]?
Added NSFileManager.trashItemAtURL(NSURL, resultingItemURL: AutoreleasingUnsafeMutablePointer<NSURL?>, error: NSErrorPointer) -> Bool
Added NSFileManager.ubiquityIdentityToken
Added NSFileManagerDelegate
Added NSFileManagerDelegate.fileManager(NSFileManager, shouldCopyItemAtPath: String, toPath: String) -> Bool
Added NSFileManagerDelegate.fileManager(NSFileManager, shouldCopyItemAtURL: NSURL, toURL: NSURL) -> Bool
Added NSFileManagerDelegate.fileManager(NSFileManager, shouldLinkItemAtPath: String, toPath: String) -> Bool
Added NSFileManagerDelegate.fileManager(NSFileManager, shouldLinkItemAtURL: NSURL, toURL: NSURL) -> Bool
Added NSFileManagerDelegate.fileManager(NSFileManager, shouldMoveItemAtPath: String, toPath: String) -> Bool
Added NSFileManagerDelegate.fileManager(NSFileManager, shouldMoveItemAtURL: NSURL, toURL: NSURL) -> Bool
Added NSFileManagerDelegate.fileManager(NSFileManager, shouldProceedAfterError: NSError, copyingItemAtPath: String, toPath: String) -> Bool
Added NSFileManagerDelegate.fileManager(NSFileManager, shouldProceedAfterError: NSError, copyingItemAtURL: NSURL, toURL: NSURL) -> Bool
Added NSFileManagerDelegate.fileManager(NSFileManager, shouldProceedAfterError: NSError, linkingItemAtPath: String, toPath: String) -> Bool
Added NSFileManagerDelegate.fileManager(NSFileManager, shouldProceedAfterError: NSError, linkingItemAtURL: NSURL, toURL: NSURL) -> Bool
Added NSFileManagerDelegate.fileManager(NSFileManager, shouldProceedAfterError: NSError, movingItemAtPath: String, toPath: String) -> Bool
Added NSFileManagerDelegate.fileManager(NSFileManager, shouldProceedAfterError: NSError, movingItemAtURL: NSURL, toURL: NSURL) -> Bool
Added NSFileManagerDelegate.fileManager(NSFileManager, shouldProceedAfterError: NSError, removingItemAtPath: String) -> Bool
Added NSFileManagerDelegate.fileManager(NSFileManager, shouldProceedAfterError: NSError, removingItemAtURL: NSURL) -> Bool
Added NSFileManagerDelegate.fileManager(NSFileManager, shouldRemoveItemAtPath: String) -> Bool
Added NSFileManagerDelegate.fileManager(NSFileManager, shouldRemoveItemAtURL: NSURL) -> Bool
Added NSFileManagerItemReplacementOptions [struct]
Added NSFileManagerItemReplacementOptions.UsingNewMetadataOnly
Added NSFileManagerItemReplacementOptions.WithoutDeletingBackupItem
Added NSFileManagerItemReplacementOptions.init(_: UInt)
Added NSFileManagerItemReplacementOptions.init(rawValue: UInt)
Added NSFilePresenter
Added NSFilePresenter.accommodatePresentedItemDeletionWithCompletionHandler((NSError!) -> Void)
Added NSFilePresenter.accommodatePresentedSubitemDeletionAtURL(NSURL, completionHandler:(NSError!) -> Void)
Added NSFilePresenter.presentedItemDidChange()
Added NSFilePresenter.presentedItemDidGainVersion(NSFileVersion)
Added NSFilePresenter.presentedItemDidLoseVersion(NSFileVersion)
Added NSFilePresenter.presentedItemDidMoveToURL(NSURL)
Added NSFilePresenter.presentedItemDidResolveConflictVersion(NSFileVersion)
Added NSFilePresenter.presentedItemOperationQueue
Added NSFilePresenter.presentedItemURL
Added NSFilePresenter.presentedSubitemAtURL(NSURL, didGainVersion: NSFileVersion)
Added NSFilePresenter.presentedSubitemAtURL(NSURL, didLoseVersion: NSFileVersion)
Added NSFilePresenter.presentedSubitemAtURL(NSURL, didMoveToURL: NSURL)
Added NSFilePresenter.presentedSubitemAtURL(NSURL, didResolveConflictVersion: NSFileVersion)
Added NSFilePresenter.presentedSubitemDidAppearAtURL(NSURL)
Added NSFilePresenter.presentedSubitemDidChangeAtURL(NSURL)
Added NSFilePresenter.primaryPresentedItemURL
Added NSFilePresenter.relinquishPresentedItemToReader(((() -> Void)!) -> Void)
Added NSFilePresenter.relinquishPresentedItemToWriter(((() -> Void)!) -> Void)
Added NSFilePresenter.savePresentedItemChangesWithCompletionHandler((NSError!) -> Void)
Added NSFileSecurity
Added NSFileSecurity.init(coder: NSCoder)
Added NSFileVersion
Added NSFileVersion.URL
Added NSFileVersion.addVersionOfItemAtURL(NSURL, withContentsOfURL: NSURL, options: NSFileVersionAddingOptions, error: NSErrorPointer) -> NSFileVersion? [class]
Added NSFileVersion.conflict
Added NSFileVersion.currentVersionOfItemAtURL(NSURL) -> NSFileVersion? [class]
Added NSFileVersion.discardable
Added NSFileVersion.getNonlocalVersionsOfItemAtURL(NSURL, completionHandler:([AnyObject]!, NSError!) -> Void) [class]
Added NSFileVersion.hasLocalContents
Added NSFileVersion.hasThumbnail
Added NSFileVersion.localizedName
Added NSFileVersion.localizedNameOfSavingComputer
Added NSFileVersion.modificationDate
Added NSFileVersion.init(ofItemAtURL: NSURL, forPersistentIdentifier: AnyObject)
Added NSFileVersion.otherVersionsOfItemAtURL(NSURL) -> [AnyObject]? [class]
Added NSFileVersion.persistentIdentifier
Added NSFileVersion.removeAndReturnError(NSErrorPointer) -> Bool
Added NSFileVersion.removeOtherVersionsOfItemAtURL(NSURL, error: NSErrorPointer) -> Bool [class]
Added NSFileVersion.replaceItemAtURL(NSURL, options: NSFileVersionReplacingOptions, error: NSErrorPointer) -> NSURL?
Added NSFileVersion.resolved
Added NSFileVersion.temporaryDirectoryURLForNewVersionOfItemAtURL(NSURL) -> NSURL [class]
Added NSFileVersion.unresolvedConflictVersionsOfItemAtURL(NSURL) -> [AnyObject]? [class]
Added NSFileVersionAddingOptions [struct]
Added NSFileVersionAddingOptions.ByMoving
Added NSFileVersionAddingOptions.init(_: UInt)
Added NSFileVersionAddingOptions.init(rawValue: UInt)
Added NSFileVersionReplacingOptions [struct]
Added NSFileVersionReplacingOptions.ByMoving
Added NSFileVersionReplacingOptions.init(_: UInt)
Added NSFileVersionReplacingOptions.init(rawValue: UInt)
Added NSFileWrapper
Added NSFileWrapper.init(URL: NSURL, options: NSFileWrapperReadingOptions, error: NSErrorPointer)
Added NSFileWrapper.addFileWithPath(String) -> String
Added NSFileWrapper.addFileWrapper(NSFileWrapper) -> String
Added NSFileWrapper.addRegularFileWithContents(NSData, preferredFilename: String) -> String
Added NSFileWrapper.addSymbolicLinkWithDestination(String, preferredFilename: String) -> String
Added NSFileWrapper.init(coder: NSCoder)
Added NSFileWrapper.directory
Added NSFileWrapper.init(directoryWithFileWrappers: [NSObject: AnyObject])
Added NSFileWrapper.fileAttributes
Added NSFileWrapper.fileWrappers
Added NSFileWrapper.filename
Added NSFileWrapper.keyForFileWrapper(NSFileWrapper) -> String?
Added NSFileWrapper.matchesContentsOfURL(NSURL) -> Bool
Added NSFileWrapper.needsToBeUpdatedFromPath(String) -> Bool
Added NSFileWrapper.init(path: String)
Added NSFileWrapper.preferredFilename
Added NSFileWrapper.readFromURL(NSURL, options: NSFileWrapperReadingOptions, error: NSErrorPointer) -> Bool
Added NSFileWrapper.regularFile
Added NSFileWrapper.regularFileContents
Added NSFileWrapper.init(regularFileWithContents: NSData)
Added NSFileWrapper.removeFileWrapper(NSFileWrapper)
Added NSFileWrapper.serializedRepresentation
Added NSFileWrapper.init(serializedRepresentation: NSData)
Added NSFileWrapper.symbolicLink
Added NSFileWrapper.symbolicLinkDestination() -> String
Added NSFileWrapper.symbolicLinkDestinationURL
Added NSFileWrapper.init(symbolicLinkWithDestination: String)
Added NSFileWrapper.init(symbolicLinkWithDestinationURL: NSURL)
Added NSFileWrapper.updateFromPath(String) -> Bool
Added NSFileWrapper.writeToFile(String, atomically: Bool, updateFilenames: Bool) -> Bool
Added NSFileWrapper.writeToURL(NSURL, options: NSFileWrapperWritingOptions, originalContentsURL: NSURL?, error: NSErrorPointer) -> Bool
Added NSFileWrapperReadingOptions [struct]
Added NSFileWrapperReadingOptions.Immediate
Added NSFileWrapperReadingOptions.WithoutMapping
Added NSFileWrapperReadingOptions.init(_: UInt)
Added NSFileWrapperReadingOptions.init(rawValue: UInt)
Added NSFileWrapperWritingOptions [struct]
Added NSFileWrapperWritingOptions.Atomic
Added NSFileWrapperWritingOptions.WithNameUpdating
Added NSFileWrapperWritingOptions.init(_: UInt)
Added NSFileWrapperWritingOptions.init(rawValue: UInt)
Added NSFormatter
Added NSFormatter.attributedStringForObjectValue(AnyObject, withDefaultAttributes:[NSObject: AnyObject]?) -> NSAttributedString?
Added NSFormatter.editingStringForObjectValue(AnyObject) -> String
Added NSFormatter.getObjectValue(AutoreleasingUnsafeMutablePointer<AnyObject?>, forString: String, errorDescription: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
Added NSFormatter.isPartialStringValid(AutoreleasingUnsafeMutablePointer<NSString?>, proposedSelectedRange: NSRangePointer, originalString: String, originalSelectedRange: NSRange, errorDescription: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
Added NSFormatter.isPartialStringValid(String, newEditingString: AutoreleasingUnsafeMutablePointer<NSString?>, errorDescription: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
Added NSFormatter.stringForObjectValue(AnyObject) -> String?
Added NSFormattingContext [enum]
Added NSFormattingContext.BeginningOfSentence
Added NSFormattingContext.Dynamic
Added NSFormattingContext.ListItem
Added NSFormattingContext.MiddleOfSentence
Added NSFormattingContext.Standalone
Added NSFormattingContext.Unknown
Added NSFormattingUnitStyle [enum]
Added NSFormattingUnitStyle.Long
Added NSFormattingUnitStyle.Medium
Added NSFormattingUnitStyle.Short
Added NSGetCommand
Added NSHTTPCookie
Added NSHTTPCookie.HTTPOnly
Added NSHTTPCookie.comment
Added NSHTTPCookie.commentURL
Added NSHTTPCookie.cookiesWithResponseHeaderFields([NSObject: AnyObject], forURL: NSURL) -> [AnyObject] [class]
Added NSHTTPCookie.domain
Added NSHTTPCookie.expiresDate
Added NSHTTPCookie.name
Added NSHTTPCookie.path
Added NSHTTPCookie.portList
Added NSHTTPCookie.properties
Added NSHTTPCookie.init(properties: [NSObject: AnyObject])
Added NSHTTPCookie.requestHeaderFieldsWithCookies([AnyObject]) -> [NSObject: AnyObject] [class]
Added NSHTTPCookie.secure
Added NSHTTPCookie.sessionOnly
Added NSHTTPCookie.value
Added NSHTTPCookie.version
Added NSHTTPCookieAcceptPolicy [enum]
Added NSHTTPCookieAcceptPolicy.Always
Added NSHTTPCookieAcceptPolicy.Never
Added NSHTTPCookieAcceptPolicy.OnlyFromMainDocumentDomain
Added NSHTTPCookieStorage
Added NSHTTPCookieStorage.cookieAcceptPolicy
Added NSHTTPCookieStorage.cookies
Added NSHTTPCookieStorage.cookiesForURL(NSURL) -> [AnyObject]?
Added NSHTTPCookieStorage.deleteCookie(NSHTTPCookie)
Added NSHTTPCookieStorage.getCookiesForTask(NSURLSessionTask, completionHandler:(([AnyObject]!) -> Void)!)
Added NSHTTPCookieStorage.removeCookiesSinceDate(NSDate)
Added NSHTTPCookieStorage.setCookie(NSHTTPCookie)
Added NSHTTPCookieStorage.setCookies([AnyObject], forURL: NSURL?, mainDocumentURL: NSURL?)
Added NSHTTPCookieStorage.sharedHTTPCookieStorage() -> NSHTTPCookieStorage [class]
Added NSHTTPCookieStorage.sortedCookiesUsingDescriptors([AnyObject]) -> [AnyObject]
Added NSHTTPCookieStorage.storeCookies([AnyObject], forTask: NSURLSessionTask)
Added NSHTTPURLResponse
Added NSHTTPURLResponse.init(URL: NSURL, statusCode: Int, HTTPVersion: String?, headerFields:[NSObject: AnyObject]?)
Added NSHTTPURLResponse.allHeaderFields
Added NSHTTPURLResponse.localizedStringForStatusCode(Int) -> String [class]
Added NSHTTPURLResponse.statusCode
Added NSHashEnumerator [struct]
Added NSHashTable
Added NSHashTable.addObject(AnyObject)
Added NSHashTable.allObjects
Added NSHashTable.anyObject
Added NSHashTable.containsObject(AnyObject) -> Bool
Added NSHashTable.count
Added NSHashTable.intersectHashTable(NSHashTable)
Added NSHashTable.intersectsHashTable(NSHashTable) -> Bool
Added NSHashTable.isEqualToHashTable(NSHashTable) -> Bool
Added NSHashTable.isSubsetOfHashTable(NSHashTable) -> Bool
Added NSHashTable.member(AnyObject) -> AnyObject?
Added NSHashTable.minusHashTable(NSHashTable)
Added NSHashTable.objectEnumerator() -> NSEnumerator
Added NSHashTable.init(options: NSPointerFunctionsOptions)
Added NSHashTable.init(options: NSPointerFunctionsOptions, capacity: Int)
Added NSHashTable.pointerFunctions
Added NSHashTable.init(pointerFunctions: NSPointerFunctions, capacity: Int)
Added NSHashTable.removeAllObjects()
Added NSHashTable.removeObject(AnyObject)
Added NSHashTable.setRepresentation
Added NSHashTable.unionHashTable(NSHashTable)
Added NSHashTable.weakObjectsHashTable() -> NSHashTable [class]
Added NSHashTableCallBacks [struct]
Added NSHashTableCallBacks.describe
Added NSHashTableCallBacks.hash
Added NSHashTableCallBacks.isEqual
Added NSHashTableCallBacks.release
Added NSHashTableCallBacks.retain
Added NSHost
Added NSHost.address
Added NSHost.init(address: String)
Added NSHost.addresses
Added NSHost.currentHost() -> Self! [class]
Added NSHost.isEqualToHost(NSHost) -> Bool
Added NSHost.localizedName
Added NSHost.name
Added NSHost.init(name: String?)
Added NSHost.names
Added NSIndexPath
Added NSIndexPath.compare(NSIndexPath) -> NSComparisonResult
Added NSIndexPath.getIndexes(UnsafeMutablePointer<Int>)
Added NSIndexPath.init(index: Int)
Added NSIndexPath.indexAtPosition(Int) -> Int
Added NSIndexPath.indexPathByAddingIndex(Int) -> NSIndexPath
Added NSIndexPath.indexPathByRemovingLastIndex() -> NSIndexPath
Added NSIndexPath.init(indexes: UnsafePointer<Int>, length: Int)
Added NSIndexPath.length
Added NSIndexSet
Added NSIndexSet.containsIndex(Int) -> Bool
Added NSIndexSet.containsIndexes(NSIndexSet) -> Bool
Added NSIndexSet.containsIndexesInRange(NSRange) -> Bool
Added NSIndexSet.count
Added NSIndexSet.countOfIndexesInRange(NSRange) -> Int
Added NSIndexSet.enumerateIndexesInRange(NSRange, options: NSEnumerationOptions, usingBlock:((Int, UnsafeMutablePointer<ObjCBool>) -> Void)?)
Added NSIndexSet.enumerateIndexesUsingBlock((Int, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSIndexSet.enumerateIndexesWithOptions(NSEnumerationOptions, usingBlock:(Int, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSIndexSet.enumerateRangesInRange(NSRange, options: NSEnumerationOptions, usingBlock:(NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSIndexSet.enumerateRangesUsingBlock((NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSIndexSet.enumerateRangesWithOptions(NSEnumerationOptions, usingBlock:(NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSIndexSet.firstIndex
Added NSIndexSet.getIndexes(UnsafeMutablePointer<Int>, maxCount: Int, inIndexRange: NSRangePointer) -> Int
Added NSIndexSet.init(index: Int)
Added NSIndexSet.indexGreaterThanIndex(Int) -> Int
Added NSIndexSet.indexGreaterThanOrEqualToIndex(Int) -> Int
Added NSIndexSet.indexInRange(NSRange, options: NSEnumerationOptions, passingTest:(Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
Added NSIndexSet.indexLessThanIndex(Int) -> Int
Added NSIndexSet.indexLessThanOrEqualToIndex(Int) -> Int
Added NSIndexSet.indexPassingTest((Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
Added NSIndexSet.init(indexSet: NSIndexSet)
Added NSIndexSet.indexWithOptions(NSEnumerationOptions, passingTest:(Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
Added NSIndexSet.init(indexesInRange: NSRange)
Added NSIndexSet.indexesInRange(NSRange, options: NSEnumerationOptions, passingTest:(Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
Added NSIndexSet.indexesPassingTest((Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
Added NSIndexSet.indexesWithOptions(NSEnumerationOptions, passingTest:(Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
Added NSIndexSet.intersectsIndexesInRange(NSRange) -> Bool
Added NSIndexSet.isEqualToIndexSet(NSIndexSet) -> Bool
Added NSIndexSet.lastIndex
Added NSIndexSpecifier
Added NSIndexSpecifier.init(containerClassDescription: NSScriptClassDescription, containerSpecifier: NSScriptObjectSpecifier?, key: String, index: Int)
Added NSIndexSpecifier.index
Added NSInputStream
Added NSInputStream.init(URL: NSURL)
Added NSInputStream.init(data: NSData)
Added NSInputStream.init(fileAtPath: String)
Added NSInputStream.getBuffer(UnsafeMutablePointer<UnsafeMutablePointer<UInt8>>, length: UnsafeMutablePointer<Int>) -> Bool
Added NSInputStream.hasBytesAvailable
Added NSInputStream.read(UnsafeMutablePointer<UInt8>, maxLength: Int) -> Int
Added NSInsertionPosition [enum]
Added NSInsertionPosition.PositionAfter
Added NSInsertionPosition.PositionBefore
Added NSInsertionPosition.PositionBeginning
Added NSInsertionPosition.PositionEnd
Added NSInsertionPosition.PositionReplace
Added NSItemProvider
Added NSItemProvider.init(contentsOfURL: NSURL!)
Added NSItemProvider.hasItemConformingToTypeIdentifier(String) -> Bool
Added NSItemProvider.init(item: NSSecureCoding?, typeIdentifier: String?)
Added NSItemProvider.loadItemForTypeIdentifier(String, options:[NSObject: AnyObject]?, completionHandler: NSItemProviderCompletionHandler?)
Added NSItemProvider.loadPreviewImageWithOptions([NSObject: AnyObject]!, completionHandler: NSItemProviderCompletionHandler!)
Added NSItemProvider.previewImageHandler
Added NSItemProvider.registerItemForTypeIdentifier(String, loadHandler: NSItemProviderLoadHandler)
Added NSItemProvider.registeredTypeIdentifiers
Added NSItemProviderErrorCode [enum]
Added NSItemProviderErrorCode.ItemUnavailableError
Added NSItemProviderErrorCode.UnexpectedValueClassError
Added NSItemProviderErrorCode.UnknownError
Added NSJSONReadingOptions [struct]
Added NSJSONReadingOptions.AllowFragments
Added NSJSONReadingOptions.MutableContainers
Added NSJSONReadingOptions.MutableLeaves
Added NSJSONReadingOptions.init(_: UInt)
Added NSJSONReadingOptions.init(rawValue: UInt)
Added NSJSONSerialization
Added NSJSONSerialization.JSONObjectWithData(NSData, options: NSJSONReadingOptions, error: NSErrorPointer) -> AnyObject? [class]
Added NSJSONSerialization.JSONObjectWithStream(NSInputStream, options: NSJSONReadingOptions, error: NSErrorPointer) -> AnyObject? [class]
Added NSJSONSerialization.dataWithJSONObject(AnyObject, options: NSJSONWritingOptions, error: NSErrorPointer) -> NSData? [class]
Added NSJSONSerialization.isValidJSONObject(AnyObject) -> Bool [class]
Added NSJSONSerialization.writeJSONObject(AnyObject, toStream: NSOutputStream, options: NSJSONWritingOptions, error: NSErrorPointer) -> Int [class]
Added NSJSONWritingOptions [struct]
Added NSJSONWritingOptions.PrettyPrinted
Added NSJSONWritingOptions.init(_: UInt)
Added NSJSONWritingOptions.init(rawValue: UInt)
Added NSKeyValueChange [enum]
Added NSKeyValueChange.Insertion
Added NSKeyValueChange.Removal
Added NSKeyValueChange.Replacement
Added NSKeyValueChange.Setting
Added NSKeyValueObservingOptions [struct]
Added NSKeyValueObservingOptions.Initial
Added NSKeyValueObservingOptions.New
Added NSKeyValueObservingOptions.Old
Added NSKeyValueObservingOptions.Prior
Added NSKeyValueObservingOptions.init(_: UInt)
Added NSKeyValueObservingOptions.init(rawValue: UInt)
Added NSKeyValueSetMutationKind [enum]
Added NSKeyValueSetMutationKind.IntersectSetMutation
Added NSKeyValueSetMutationKind.MinusSetMutation
Added NSKeyValueSetMutationKind.SetSetMutation
Added NSKeyValueSetMutationKind.UnionSetMutation
Added NSKeyedArchiver
Added NSKeyedArchiver.archiveRootObject(AnyObject, toFile: String) -> Bool [class]
Added NSKeyedArchiver.archivedDataWithRootObject(AnyObject) -> NSData [class]
Added NSKeyedArchiver.classNameForClass(AnyClass) -> String? [class]
Added NSKeyedArchiver.classNameForClass(AnyClass) -> String?
Added NSKeyedArchiver.delegate
Added NSKeyedArchiver.encodeBool(Bool, forKey: String)
Added NSKeyedArchiver.encodeBytes(UnsafePointer<UInt8>, length: Int, forKey: String)
Added NSKeyedArchiver.encodeConditionalObject(AnyObject?, forKey: String)
Added NSKeyedArchiver.encodeDouble(Double, forKey: String)
Added NSKeyedArchiver.encodeFloat(Float, forKey: String)
Added NSKeyedArchiver.encodeInt(Int32, forKey: String)
Added NSKeyedArchiver.encodeInt32(Int32, forKey: String)
Added NSKeyedArchiver.encodeInt64(Int64, forKey: String)
Added NSKeyedArchiver.encodeObject(AnyObject?, forKey: String)
Added NSKeyedArchiver.finishEncoding()
Added NSKeyedArchiver.init(forWritingWithMutableData: NSMutableData)
Added NSKeyedArchiver.outputFormat
Added NSKeyedArchiver.setClassName(String?, forClass: AnyClass) [class]
Added NSKeyedArchiver.setClassName(String?, forClass: AnyClass)
Added NSKeyedArchiver.setRequiresSecureCoding(Bool)
Added NSKeyedArchiverDelegate
Added NSKeyedArchiverDelegate.archiver(NSKeyedArchiver, didEncodeObject: AnyObject?)
Added NSKeyedArchiverDelegate.archiver(NSKeyedArchiver, willEncodeObject: AnyObject) -> AnyObject?
Added NSKeyedArchiverDelegate.archiver(NSKeyedArchiver, willReplaceObject: AnyObject, withObject: AnyObject)
Added NSKeyedArchiverDelegate.archiverDidFinish(NSKeyedArchiver)
Added NSKeyedArchiverDelegate.archiverWillFinish(NSKeyedArchiver)
Added NSKeyedUnarchiver
Added NSKeyedUnarchiver.classForClassName(String) -> AnyClass? [class]
Added NSKeyedUnarchiver.classForClassName(String) -> AnyClass?
Added NSKeyedUnarchiver.containsValueForKey(String) -> Bool
Added NSKeyedUnarchiver.decodeBoolForKey(String) -> Bool
Added NSKeyedUnarchiver.decodeBytesForKey(String, returnedLength: UnsafeMutablePointer<Int>) -> UnsafePointer<UInt8>
Added NSKeyedUnarchiver.decodeDoubleForKey(String) -> Double
Added NSKeyedUnarchiver.decodeFloatForKey(String) -> Float
Added NSKeyedUnarchiver.decodeInt32ForKey(String) -> Int32
Added NSKeyedUnarchiver.decodeInt64ForKey(String) -> Int64
Added NSKeyedUnarchiver.decodeIntForKey(String) -> Int32
Added NSKeyedUnarchiver.decodeObjectForKey(String) -> AnyObject?
Added NSKeyedUnarchiver.delegate
Added NSKeyedUnarchiver.finishDecoding()
Added NSKeyedUnarchiver.init(forReadingWithData: NSData)
Added NSKeyedUnarchiver.setClass(AnyClass?, forClassName: String) [class]
Added NSKeyedUnarchiver.setClass(AnyClass?, forClassName: String)
Added NSKeyedUnarchiver.setRequiresSecureCoding(Bool)
Added NSKeyedUnarchiver.unarchiveObjectWithData(NSData) -> AnyObject? [class]
Added NSKeyedUnarchiver.unarchiveObjectWithFile(String) -> AnyObject? [class]
Added NSKeyedUnarchiverDelegate
Added NSKeyedUnarchiverDelegate.unarchiver(NSKeyedUnarchiver, cannotDecodeObjectOfClassName: String, originalClasses:[AnyObject]) -> AnyClass
Added NSKeyedUnarchiverDelegate.unarchiver(NSKeyedUnarchiver, didDecodeObject: AnyObject?) -> AnyObject?
Added NSKeyedUnarchiverDelegate.unarchiver(NSKeyedUnarchiver, willReplaceObject: AnyObject, withObject: AnyObject)
Added NSKeyedUnarchiverDelegate.unarchiverDidFinish(NSKeyedUnarchiver)
Added NSKeyedUnarchiverDelegate.unarchiverWillFinish(NSKeyedUnarchiver)
Added NSLengthFormatter
Added NSLengthFormatter.forPersonHeightUse
Added NSLengthFormatter.getObjectValue(AutoreleasingUnsafeMutablePointer<AnyObject?>, forString: String, errorDescription: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
Added NSLengthFormatter.numberFormatter
Added NSLengthFormatter.stringFromMeters(Double) -> String
Added NSLengthFormatter.stringFromValue(Double, unit: NSLengthFormatterUnit) -> String
Added NSLengthFormatter.unitStringFromMeters(Double, usedUnit: UnsafeMutablePointer<NSLengthFormatterUnit>) -> String
Added NSLengthFormatter.unitStringFromValue(Double, unit: NSLengthFormatterUnit) -> String
Added NSLengthFormatter.unitStyle
Added NSLengthFormatterUnit [enum]
Added NSLengthFormatterUnit.Centimeter
Added NSLengthFormatterUnit.Foot
Added NSLengthFormatterUnit.Inch
Added NSLengthFormatterUnit.Kilometer
Added NSLengthFormatterUnit.Meter
Added NSLengthFormatterUnit.Mile
Added NSLengthFormatterUnit.Millimeter
Added NSLengthFormatterUnit.Yard
Added NSLinguisticTagger
Added NSLinguisticTagger.availableTagSchemesForLanguage(String) -> [AnyObject] [class]
Added NSLinguisticTagger.enumerateTagsInRange(NSRange, scheme: String, options: NSLinguisticTaggerOptions, usingBlock:(String!, NSRange, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSLinguisticTagger.orthographyAtIndex(Int, effectiveRange: NSRangePointer) -> NSOrthography?
Added NSLinguisticTagger.possibleTagsAtIndex(Int, scheme: String, tokenRange: NSRangePointer, sentenceRange: NSRangePointer, scores: AutoreleasingUnsafeMutablePointer<NSArray?>) -> [AnyObject]?
Added NSLinguisticTagger.sentenceRangeForRange(NSRange) -> NSRange
Added NSLinguisticTagger.setOrthography(NSOrthography?, range: NSRange)
Added NSLinguisticTagger.string
Added NSLinguisticTagger.stringEditedInRange(NSRange, changeInLength: Int)
Added NSLinguisticTagger.tagAtIndex(Int, scheme: String, tokenRange: NSRangePointer, sentenceRange: NSRangePointer) -> String?
Added NSLinguisticTagger.tagSchemes
Added NSLinguisticTagger.init(tagSchemes: [AnyObject], options: Int)
Added NSLinguisticTagger.tagsInRange(NSRange, scheme: String, options: NSLinguisticTaggerOptions, tokenRanges: AutoreleasingUnsafeMutablePointer<NSArray?>) -> [AnyObject]
Added NSLinguisticTaggerOptions [struct]
Added NSLinguisticTaggerOptions.JoinNames
Added NSLinguisticTaggerOptions.OmitOther
Added NSLinguisticTaggerOptions.OmitPunctuation
Added NSLinguisticTaggerOptions.OmitWhitespace
Added NSLinguisticTaggerOptions.OmitWords
Added NSLinguisticTaggerOptions.init(_: UInt)
Added NSLinguisticTaggerOptions.init(rawValue: UInt)
Added NSLocale
Added NSLocale.ISOCountryCodes() -> [AnyObject] [class]
Added NSLocale.ISOCurrencyCodes() -> [AnyObject] [class]
Added NSLocale.ISOLanguageCodes() -> [AnyObject] [class]
Added NSLocale.autoupdatingCurrentLocale() -> NSLocale [class]
Added NSLocale.availableLocaleIdentifiers() -> [AnyObject] [class]
Added NSLocale.canonicalLanguageIdentifierFromString(String) -> String [class]
Added NSLocale.canonicalLocaleIdentifierFromString(String) -> String [class]
Added NSLocale.characterDirectionForLanguage(String) -> NSLocaleLanguageDirection [class]
Added NSLocale.init(coder: NSCoder)
Added NSLocale.commonISOCurrencyCodes() -> [AnyObject] [class]
Added NSLocale.componentsFromLocaleIdentifier(String) -> [NSObject: AnyObject] [class]
Added NSLocale.currentLocale() -> NSLocale [class]
Added NSLocale.displayNameForKey(AnyObject, value: AnyObject) -> String?
Added NSLocale.lineDirectionForLanguage(String) -> NSLocaleLanguageDirection [class]
Added NSLocale.localeIdentifier
Added NSLocale.init(localeIdentifier: String)
Added NSLocale.localeIdentifierFromComponents([NSObject: AnyObject]) -> String [class]
Added NSLocale.localeIdentifierFromWindowsLocaleCode(UInt32) -> String? [class]
Added NSLocale.objectForKey(AnyObject) -> AnyObject?
Added NSLocale.preferredLanguages() -> [AnyObject] [class]
Added NSLocale.systemLocale() -> NSLocale [class]
Added NSLocale.windowsLocaleCodeFromLocaleIdentifier(String) -> UInt32 [class]
Added NSLocaleLanguageDirection [enum]
Added NSLocaleLanguageDirection.BottomToTop
Added NSLocaleLanguageDirection.LeftToRight
Added NSLocaleLanguageDirection.RightToLeft
Added NSLocaleLanguageDirection.TopToBottom
Added NSLocaleLanguageDirection.Unknown
Added NSLock
Added NSLock.lockBeforeDate(NSDate) -> Bool
Added NSLock.name
Added NSLock.tryLock() -> Bool
Added NSLocking
Added NSLocking.lock()
Added NSLocking.unlock()
Added NSLogicalTest
Added NSLogicalTest.init(andTestWithTests: [AnyObject]!)
Added NSLogicalTest.init(notTestWithTest: NSScriptWhoseTest!)
Added NSLogicalTest.init(orTestWithTests: [AnyObject]!)
Added NSMachPort
Added NSMachPort.delegate() -> NSMachPortDelegate?
Added NSMachPort.machPort
Added NSMachPort.init(machPort: UInt32)
Added NSMachPort.init(machPort: UInt32, options: Int)
Added NSMachPort.portWithMachPort(UInt32) -> NSPort [class]
Added NSMachPort.portWithMachPort(UInt32, options: Int) -> NSPort [class]
Added NSMachPort.removeFromRunLoop(NSRunLoop, forMode: String)
Added NSMachPort.scheduleInRunLoop(NSRunLoop, forMode: String)
Added NSMachPort.setDelegate(NSMachPortDelegate?)
Added NSMachPortDelegate
Added NSMachPortDelegate.handleMachMessage(UnsafeMutablePointer<Void>)
Added NSMapEnumerator [struct]
Added NSMapTable
Added NSMapTable.count
Added NSMapTable.dictionaryRepresentation() -> [NSObject: AnyObject]
Added NSMapTable.keyEnumerator() -> NSEnumerator
Added NSMapTable.init(keyOptions: NSPointerFunctionsOptions, valueOptions: NSPointerFunctionsOptions)
Added NSMapTable.init(keyOptions: NSPointerFunctionsOptions, valueOptions: NSPointerFunctionsOptions, capacity: Int)
Added NSMapTable.keyPointerFunctions
Added NSMapTable.init(keyPointerFunctions: NSPointerFunctions, valuePointerFunctions: NSPointerFunctions, capacity: Int)
Added NSMapTable.objectEnumerator() -> NSEnumerator
Added NSMapTable.objectForKey(AnyObject) -> AnyObject?
Added NSMapTable.removeAllObjects()
Added NSMapTable.removeObjectForKey(AnyObject)
Added NSMapTable.setObject(AnyObject, forKey: AnyObject)
Added NSMapTable.strongToStrongObjectsMapTable() -> NSMapTable [class]
Added NSMapTable.strongToWeakObjectsMapTable() -> NSMapTable [class]
Added NSMapTable.valuePointerFunctions
Added NSMapTable.weakToStrongObjectsMapTable() -> NSMapTable [class]
Added NSMapTable.weakToWeakObjectsMapTable() -> NSMapTable [class]
Added NSMapTableKeyCallBacks [struct]
Added NSMapTableKeyCallBacks.describe
Added NSMapTableKeyCallBacks.hash
Added NSMapTableKeyCallBacks.isEqual
Added NSMapTableKeyCallBacks.notAKeyMarker
Added NSMapTableKeyCallBacks.release
Added NSMapTableKeyCallBacks.retain
Added NSMapTableValueCallBacks [struct]
Added NSMapTableValueCallBacks.describe
Added NSMapTableValueCallBacks.release
Added NSMapTableValueCallBacks.retain
Added NSMassFormatter
Added NSMassFormatter.forPersonMassUse
Added NSMassFormatter.getObjectValue(AutoreleasingUnsafeMutablePointer<AnyObject?>, forString: String, errorDescription: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
Added NSMassFormatter.numberFormatter
Added NSMassFormatter.stringFromKilograms(Double) -> String
Added NSMassFormatter.stringFromValue(Double, unit: NSMassFormatterUnit) -> String
Added NSMassFormatter.unitStringFromKilograms(Double, usedUnit: UnsafeMutablePointer<NSMassFormatterUnit>) -> String
Added NSMassFormatter.unitStringFromValue(Double, unit: NSMassFormatterUnit) -> String
Added NSMassFormatter.unitStyle
Added NSMassFormatterUnit [enum]
Added NSMassFormatterUnit.Gram
Added NSMassFormatterUnit.Kilogram
Added NSMassFormatterUnit.Ounce
Added NSMassFormatterUnit.Pound
Added NSMassFormatterUnit.Stone
Added NSMatchingFlags [struct]
Added NSMatchingFlags.Completed
Added NSMatchingFlags.HitEnd
Added NSMatchingFlags.InternalError
Added NSMatchingFlags.Progress
Added NSMatchingFlags.RequiredEnd
Added NSMatchingFlags.init(_: UInt)
Added NSMatchingFlags.init(rawValue: UInt)
Added NSMatchingOptions [struct]
Added NSMatchingOptions.Anchored
Added NSMatchingOptions.ReportCompletion
Added NSMatchingOptions.ReportProgress
Added NSMatchingOptions.WithTransparentBounds
Added NSMatchingOptions.WithoutAnchoringBounds
Added NSMatchingOptions.init(_: UInt)
Added NSMatchingOptions.init(rawValue: UInt)
Added NSMessagePort
Added NSMetadataItem
Added NSMetadataItem.init(URL: NSURL)
Added NSMetadataItem.attributes
Added NSMetadataItem.valueForAttribute(String) -> AnyObject?
Added NSMetadataItem.valuesForAttributes([AnyObject]) -> [NSObject: AnyObject]?
Added NSMetadataQuery
Added NSMetadataQuery.delegate
Added NSMetadataQuery.disableUpdates()
Added NSMetadataQuery.enableUpdates()
Added NSMetadataQuery.enumerateResultsUsingBlock((AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSMetadataQuery.enumerateResultsWithOptions(NSEnumerationOptions, usingBlock:(AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSMetadataQuery.gathering
Added NSMetadataQuery.groupedResults
Added NSMetadataQuery.groupingAttributes
Added NSMetadataQuery.indexOfResult(AnyObject) -> Int
Added NSMetadataQuery.notificationBatchingInterval
Added NSMetadataQuery.operationQueue
Added NSMetadataQuery.predicate
Added NSMetadataQuery.resultAtIndex(Int) -> AnyObject
Added NSMetadataQuery.resultCount
Added NSMetadataQuery.results
Added NSMetadataQuery.searchItems
Added NSMetadataQuery.searchScopes
Added NSMetadataQuery.sortDescriptors
Added NSMetadataQuery.startQuery() -> Bool
Added NSMetadataQuery.started
Added NSMetadataQuery.stopQuery()
Added NSMetadataQuery.stopped
Added NSMetadataQuery.valueListAttributes
Added NSMetadataQuery.valueLists
Added NSMetadataQuery.valueOfAttribute(String, forResultAtIndex: Int) -> AnyObject?
Added NSMetadataQueryAttributeValueTuple
Added NSMetadataQueryAttributeValueTuple.attribute
Added NSMetadataQueryAttributeValueTuple.count
Added NSMetadataQueryAttributeValueTuple.value
Added NSMetadataQueryDelegate
Added NSMetadataQueryDelegate.metadataQuery(NSMetadataQuery, replacementObjectForResultObject: NSMetadataItem) -> AnyObject
Added NSMetadataQueryDelegate.metadataQuery(NSMetadataQuery, replacementValueForAttribute: String, value: AnyObject) -> AnyObject
Added NSMetadataQueryResultGroup
Added NSMetadataQueryResultGroup.attribute
Added NSMetadataQueryResultGroup.resultAtIndex(Int) -> AnyObject!
Added NSMetadataQueryResultGroup.resultCount
Added NSMetadataQueryResultGroup.results
Added NSMetadataQueryResultGroup.subgroups
Added NSMetadataQueryResultGroup.value
Added NSMiddleSpecifier
Added NSMoveCommand
Added NSMoveCommand.keySpecifier
Added NSMoveCommand.setReceiversSpecifier(NSScriptObjectSpecifier)
Added NSMutableArray
Added NSMutableArray.init()
Added NSMutableArray.addObject(AnyObject)
Added NSMutableArray.addObjectsFromArray([AnyObject])
Added NSMutableArray.init(capacity: Int)
Added NSMutableArray.init(coder: NSCoder)
Added NSMutableArray.init(contentsOfFile: String)
Added NSMutableArray.init(contentsOfURL: NSURL)
Added NSMutableArray.exchangeObjectAtIndex(Int, withObjectAtIndex: Int)
Added NSMutableArray.filterUsingPredicate(NSPredicate)
Added NSMutableArray.insertObject(AnyObject, atIndex: Int)
Added NSMutableArray.insertObjects([AnyObject], atIndexes: NSIndexSet)
Added NSMutableArray.removeAllObjects()
Added NSMutableArray.removeLastObject()
Added NSMutableArray.removeObject(AnyObject)
Added NSMutableArray.removeObject(AnyObject, inRange: NSRange)
Added NSMutableArray.removeObjectAtIndex(Int)
Added NSMutableArray.removeObjectIdenticalTo(AnyObject)
Added NSMutableArray.removeObjectIdenticalTo(AnyObject, inRange: NSRange)
Added NSMutableArray.removeObjectsAtIndexes(NSIndexSet)
Added NSMutableArray.removeObjectsInArray([AnyObject])
Added NSMutableArray.removeObjectsInRange(NSRange)
Added NSMutableArray.replaceObjectAtIndex(Int, withObject: AnyObject)
Added NSMutableArray.replaceObjectsAtIndexes(NSIndexSet, withObjects:[AnyObject])
Added NSMutableArray.replaceObjectsInRange(NSRange, withObjectsFromArray:[AnyObject])
Added NSMutableArray.replaceObjectsInRange(NSRange, withObjectsFromArray:[AnyObject], range: NSRange)
Added NSMutableArray.setArray([AnyObject])
Added NSMutableArray.sortUsingComparator(NSComparator)
Added NSMutableArray.sortUsingDescriptors([AnyObject])
Added NSMutableArray.sortUsingFunction(CFunctionPointer<((AnyObject!, AnyObject!, UnsafeMutablePointer<Void>) -> Int)>, context: UnsafeMutablePointer<Void>)
Added NSMutableArray.sortUsingSelector(Selector)
Added NSMutableArray.sortWithOptions(NSSortOptions, usingComparator: NSComparator)
Added NSMutableAttributedString
Added NSMutableAttributedString.addAttribute(String, value: AnyObject, range: NSRange)
Added NSMutableAttributedString.addAttributes([NSObject: AnyObject], range: NSRange)
Added NSMutableAttributedString.appendAttributedString(NSAttributedString)
Added NSMutableAttributedString.beginEditing()
Added NSMutableAttributedString.deleteCharactersInRange(NSRange)
Added NSMutableAttributedString.endEditing()
Added NSMutableAttributedString.insertAttributedString(NSAttributedString, atIndex: Int)
Added NSMutableAttributedString.mutableString
Added NSMutableAttributedString.removeAttribute(String, range: NSRange)
Added NSMutableAttributedString.replaceCharactersInRange(NSRange, withAttributedString: NSAttributedString)
Added NSMutableAttributedString.replaceCharactersInRange(NSRange, withString: String)
Added NSMutableAttributedString.setAttributedString(NSAttributedString)
Added NSMutableAttributedString.setAttributes([NSObject: AnyObject]?, range: NSRange)
Added NSMutableCharacterSet
Added NSMutableCharacterSet.addCharactersInRange(NSRange)
Added NSMutableCharacterSet.addCharactersInString(String)
Added NSMutableCharacterSet.alphanumericCharacterSet() -> NSMutableCharacterSet [class]
Added NSMutableCharacterSet.init(bitmapRepresentation: NSData)
Added NSMutableCharacterSet.capitalizedLetterCharacterSet() -> NSMutableCharacterSet [class]
Added NSMutableCharacterSet.init(charactersInString: String)
Added NSMutableCharacterSet.init(contentsOfFile: String)
Added NSMutableCharacterSet.controlCharacterSet() -> NSMutableCharacterSet [class]
Added NSMutableCharacterSet.decimalDigitCharacterSet() -> NSMutableCharacterSet [class]
Added NSMutableCharacterSet.decomposableCharacterSet() -> NSMutableCharacterSet [class]
Added NSMutableCharacterSet.formIntersectionWithCharacterSet(NSCharacterSet)
Added NSMutableCharacterSet.formUnionWithCharacterSet(NSCharacterSet)
Added NSMutableCharacterSet.illegalCharacterSet() -> NSMutableCharacterSet [class]
Added NSMutableCharacterSet.invert()
Added NSMutableCharacterSet.letterCharacterSet() -> NSMutableCharacterSet [class]
Added NSMutableCharacterSet.lowercaseLetterCharacterSet() -> NSMutableCharacterSet [class]
Added NSMutableCharacterSet.newlineCharacterSet() -> NSMutableCharacterSet [class]
Added NSMutableCharacterSet.nonBaseCharacterSet() -> NSMutableCharacterSet [class]
Added NSMutableCharacterSet.punctuationCharacterSet() -> NSMutableCharacterSet [class]
Added NSMutableCharacterSet.init(range: NSRange)
Added NSMutableCharacterSet.removeCharactersInRange(NSRange)
Added NSMutableCharacterSet.removeCharactersInString(String)
Added NSMutableCharacterSet.symbolCharacterSet() -> NSMutableCharacterSet [class]
Added NSMutableCharacterSet.uppercaseLetterCharacterSet() -> NSMutableCharacterSet [class]
Added NSMutableCharacterSet.whitespaceAndNewlineCharacterSet() -> NSMutableCharacterSet [class]
Added NSMutableCharacterSet.whitespaceCharacterSet() -> NSMutableCharacterSet [class]
Added NSMutableCopying
Added NSMutableCopying.mutableCopyWithZone(NSZone) -> AnyObject?
Added NSMutableData
Added NSMutableData.appendBytes(UnsafePointer<Void>, length: Int)
Added NSMutableData.appendData(NSData)
Added NSMutableData.init(capacity: Int)
Added NSMutableData.increaseLengthBy(Int)
Added NSMutableData.length
Added NSMutableData.init(length: Int)
Added NSMutableData.mutableBytes
Added NSMutableData.replaceBytesInRange(NSRange, withBytes: UnsafePointer<Void>)
Added NSMutableData.replaceBytesInRange(NSRange, withBytes: UnsafePointer<Void>, length: Int)
Added NSMutableData.resetBytesInRange(NSRange)
Added NSMutableData.setData(NSData)
Added NSMutableDictionary
Added NSMutableDictionary.init()
Added NSMutableDictionary.addEntriesFromDictionary([NSObject: AnyObject])
Added NSMutableDictionary.init(capacity: Int)
Added NSMutableDictionary.init(coder: NSCoder)
Added NSMutableDictionary.init(contentsOfFile: String)
Added NSMutableDictionary.init(contentsOfURL: NSURL)
Added NSMutableDictionary.removeAllObjects()
Added NSMutableDictionary.removeObjectForKey(AnyObject)
Added NSMutableDictionary.removeObjectsForKeys([AnyObject])
Added NSMutableDictionary.setDictionary([NSObject: AnyObject])
Added NSMutableDictionary.setObject(AnyObject, forKey: NSCopying)
Added NSMutableDictionary.setValue(AnyObject?, forKey: String)
Added NSMutableDictionary.init(sharedKeySet: AnyObject)
Added NSMutableIndexSet
Added NSMutableIndexSet.addIndex(Int)
Added NSMutableIndexSet.addIndexes(NSIndexSet)
Added NSMutableIndexSet.addIndexesInRange(NSRange)
Added NSMutableIndexSet.removeAllIndexes()
Added NSMutableIndexSet.removeIndex(Int)
Added NSMutableIndexSet.removeIndexes(NSIndexSet)
Added NSMutableIndexSet.removeIndexesInRange(NSRange)
Added NSMutableIndexSet.shiftIndexesStartingAtIndex(Int, by: Int)
Added NSMutableOrderedSet
Added NSMutableOrderedSet.init()
Added NSMutableOrderedSet.addObject(AnyObject)
Added NSMutableOrderedSet.addObjects(UnsafePointer<AnyObject?>, count: Int)
Added NSMutableOrderedSet.addObjectsFromArray([AnyObject])
Added NSMutableOrderedSet.init(capacity: Int)
Added NSMutableOrderedSet.init(coder: NSCoder)
Added NSMutableOrderedSet.exchangeObjectAtIndex(Int, withObjectAtIndex: Int)
Added NSMutableOrderedSet.filterUsingPredicate(NSPredicate)
Added NSMutableOrderedSet.insertObject(AnyObject, atIndex: Int)
Added NSMutableOrderedSet.insertObjects([AnyObject], atIndexes: NSIndexSet)
Added NSMutableOrderedSet.intersectOrderedSet(NSOrderedSet)
Added NSMutableOrderedSet.intersectSet(NSSet)
Added NSMutableOrderedSet.minusOrderedSet(NSOrderedSet)
Added NSMutableOrderedSet.minusSet(NSSet)
Added NSMutableOrderedSet.moveObjectsAtIndexes(NSIndexSet, toIndex: Int)
Added NSMutableOrderedSet.removeAllObjects()
Added NSMutableOrderedSet.removeObject(AnyObject)
Added NSMutableOrderedSet.removeObjectAtIndex(Int)
Added NSMutableOrderedSet.removeObjectsAtIndexes(NSIndexSet)
Added NSMutableOrderedSet.removeObjectsInArray([AnyObject])
Added NSMutableOrderedSet.removeObjectsInRange(NSRange)
Added NSMutableOrderedSet.replaceObjectAtIndex(Int, withObject: AnyObject)
Added NSMutableOrderedSet.replaceObjectsAtIndexes(NSIndexSet, withObjects:[AnyObject])
Added NSMutableOrderedSet.replaceObjectsInRange(NSRange, withObjects: UnsafePointer<AnyObject?>, count: Int)
Added NSMutableOrderedSet.setObject(AnyObject, atIndex: Int)
Added NSMutableOrderedSet.sortRange(NSRange, options: NSSortOptions, usingComparator: NSComparator)
Added NSMutableOrderedSet.sortUsingComparator(NSComparator)
Added NSMutableOrderedSet.sortUsingDescriptors([AnyObject])
Added NSMutableOrderedSet.sortWithOptions(NSSortOptions, usingComparator: NSComparator)
Added NSMutableOrderedSet.unionOrderedSet(NSOrderedSet)
Added NSMutableOrderedSet.unionSet(NSSet)
Added NSMutableSet
Added NSMutableSet.init()
Added NSMutableSet.addObject(AnyObject)
Added NSMutableSet.addObjectsFromArray([AnyObject])
Added NSMutableSet.init(capacity: Int)
Added NSMutableSet.init(coder: NSCoder)
Added NSMutableSet.filterUsingPredicate(NSPredicate)
Added NSMutableSet.intersectSet(NSSet)
Added NSMutableSet.minusSet(NSSet)
Added NSMutableSet.removeAllObjects()
Added NSMutableSet.removeObject(AnyObject)
Added NSMutableSet.setSet(NSSet)
Added NSMutableSet.unionSet(NSSet)
Added NSMutableString
Added NSMutableString.appendFormat(NSString, _: CVarArgType)
Added NSMutableString.appendString(String)
Added NSMutableString.init(capacity: Int)
Added NSMutableString.deleteCharactersInRange(NSRange)
Added NSMutableString.insertString(String, atIndex: Int)
Added NSMutableString.replaceCharactersInRange(NSRange, withString: String)
Added NSMutableString.replaceOccurrencesOfString(String, withString: String, options: NSStringCompareOptions, range: NSRange) -> Int
Added NSMutableString.setString(String)
Added NSMutableURLRequest
Added NSMutableURLRequest.HTTPBody
Added NSMutableURLRequest.HTTPBodyStream
Added NSMutableURLRequest.HTTPMethod
Added NSMutableURLRequest.HTTPShouldHandleCookies
Added NSMutableURLRequest.HTTPShouldUsePipelining
Added NSMutableURLRequest.URL
Added NSMutableURLRequest.addValue(String?, forHTTPHeaderField: String)
Added NSMutableURLRequest.allHTTPHeaderFields
Added NSMutableURLRequest.allowsCellularAccess
Added NSMutableURLRequest.cachePolicy
Added NSMutableURLRequest.mainDocumentURL
Added NSMutableURLRequest.networkServiceType
Added NSMutableURLRequest.setValue(String?, forHTTPHeaderField: String)
Added NSMutableURLRequest.timeoutInterval
Added NSNameSpecifier
Added NSNameSpecifier.init(coder: NSCoder)
Added NSNameSpecifier.init(containerClassDescription: NSScriptClassDescription, containerSpecifier: NSScriptObjectSpecifier, key: String, name: String)
Added NSNameSpecifier.name
Added NSNetService
Added NSNetService.TXTRecordData() -> NSData!
Added NSNetService.addresses
Added NSNetService.dataFromTXTRecordDictionary([NSObject: AnyObject]) -> NSData [class]
Added NSNetService.delegate
Added NSNetService.dictionaryFromTXTRecordData(NSData) -> [NSObject: AnyObject] [class]
Added NSNetService.domain
Added NSNetService.init(domain: String, type: String, name: String)
Added NSNetService.init(domain: String, type: String, name: String, port: Int32)
Added NSNetService.getInputStream(UnsafeMutablePointer<NSInputStream?>, outputStream: UnsafeMutablePointer<NSOutputStream?>) -> Bool
Added NSNetService.hostName
Added NSNetService.includesPeerToPeer
Added NSNetService.name
Added NSNetService.port
Added NSNetService.publish()
Added NSNetService.publishWithOptions(NSNetServiceOptions)
Added NSNetService.removeFromRunLoop(NSRunLoop, forMode: String)
Added NSNetService.resolveWithTimeout(NSTimeInterval)
Added NSNetService.scheduleInRunLoop(NSRunLoop, forMode: String)
Added NSNetService.setTXTRecordData(NSData!) -> Bool
Added NSNetService.startMonitoring()
Added NSNetService.stop()
Added NSNetService.stopMonitoring()
Added NSNetService.type
Added NSNetServiceBrowser
Added NSNetServiceBrowser.init()
Added NSNetServiceBrowser.delegate
Added NSNetServiceBrowser.includesPeerToPeer
Added NSNetServiceBrowser.removeFromRunLoop(NSRunLoop, forMode: String)
Added NSNetServiceBrowser.scheduleInRunLoop(NSRunLoop, forMode: String)
Added NSNetServiceBrowser.searchForBrowsableDomains()
Added NSNetServiceBrowser.searchForRegistrationDomains()
Added NSNetServiceBrowser.searchForServicesOfType(String, inDomain: String)
Added NSNetServiceBrowser.stop()
Added NSNetServiceBrowserDelegate
Added NSNetServiceBrowserDelegate.netServiceBrowser(NSNetServiceBrowser, didFindDomain: String, moreComing: Bool)
Added NSNetServiceBrowserDelegate.netServiceBrowser(NSNetServiceBrowser, didFindService: NSNetService, moreComing: Bool)
Added NSNetServiceBrowserDelegate.netServiceBrowser(NSNetServiceBrowser, didNotSearch:[NSObject: AnyObject])
Added NSNetServiceBrowserDelegate.netServiceBrowser(NSNetServiceBrowser, didRemoveDomain: String, moreComing: Bool)
Added NSNetServiceBrowserDelegate.netServiceBrowser(NSNetServiceBrowser, didRemoveService: NSNetService, moreComing: Bool)
Added NSNetServiceBrowserDelegate.netServiceBrowserDidStopSearch(NSNetServiceBrowser)
Added NSNetServiceBrowserDelegate.netServiceBrowserWillSearch(NSNetServiceBrowser)
Added NSNetServiceDelegate
Added NSNetServiceDelegate.netService(NSNetService, didAcceptConnectionWithInputStream: NSInputStream, outputStream: NSOutputStream)
Added NSNetServiceDelegate.netService(NSNetService, didNotPublish:[NSObject: AnyObject])
Added NSNetServiceDelegate.netService(NSNetService, didNotResolve:[NSObject: AnyObject])
Added NSNetServiceDelegate.netService(NSNetService, didUpdateTXTRecordData: NSData)
Added NSNetServiceDelegate.netServiceDidPublish(NSNetService)
Added NSNetServiceDelegate.netServiceDidResolveAddress(NSNetService)
Added NSNetServiceDelegate.netServiceDidStop(NSNetService)
Added NSNetServiceDelegate.netServiceWillPublish(NSNetService)
Added NSNetServiceDelegate.netServiceWillResolve(NSNetService)
Added NSNetServiceOptions [struct]
Added NSNetServiceOptions.ListenForConnections
Added NSNetServiceOptions.NoAutoRename
Added NSNetServiceOptions.init(_: UInt)
Added NSNetServiceOptions.init(rawValue: UInt)
Added NSNetServicesError [enum]
Added NSNetServicesError.ActivityInProgress
Added NSNetServicesError.BadArgumentError
Added NSNetServicesError.CancelledError
Added NSNetServicesError.CollisionError
Added NSNetServicesError.InvalidError
Added NSNetServicesError.NotFoundError
Added NSNetServicesError.TimeoutError
Added NSNetServicesError.UnknownError
Added NSNotification
Added NSNotification.init()
Added NSNotification.init(coder: NSCoder)
Added NSNotification.name
Added NSNotification.init(name: String, object: AnyObject?)
Added NSNotification.init(name: String, object: AnyObject?, userInfo:[NSObject: AnyObject]?)
Added NSNotification.object
Added NSNotification.userInfo
Added NSNotificationCenter
Added NSNotificationCenter.addObserver(AnyObject, selector: Selector, name: String?, object: AnyObject?)
Added NSNotificationCenter.addObserverForName(String?, object: AnyObject?, queue: NSOperationQueue?, usingBlock:(NSNotification!) -> Void) -> NSObjectProtocol
Added NSNotificationCenter.defaultCenter() -> NSNotificationCenter [class]
Added NSNotificationCenter.postNotification(NSNotification)
Added NSNotificationCenter.postNotificationName(String, object: AnyObject?)
Added NSNotificationCenter.postNotificationName(String, object: AnyObject?, userInfo:[NSObject: AnyObject]?)
Added NSNotificationCenter.removeObserver(AnyObject)
Added NSNotificationCenter.removeObserver(AnyObject, name: String?, object: AnyObject?)
Added NSNotificationCoalescing [enum]
Added NSNotificationCoalescing.CoalescingOnName
Added NSNotificationCoalescing.CoalescingOnSender
Added NSNotificationCoalescing.NoCoalescing
Added NSNotificationQueue
Added NSNotificationQueue.defaultQueue() -> NSNotificationQueue [class]
Added NSNotificationQueue.dequeueNotificationsMatching(NSNotification, coalesceMask: Int)
Added NSNotificationQueue.enqueueNotification(NSNotification, postingStyle: NSPostingStyle)
Added NSNotificationQueue.enqueueNotification(NSNotification, postingStyle: NSPostingStyle, coalesceMask: Int, forModes:[AnyObject]?)
Added NSNotificationQueue.init(notificationCenter: NSNotificationCenter)
Added NSNotificationSuspensionBehavior [enum]
Added NSNotificationSuspensionBehavior.Coalesce
Added NSNotificationSuspensionBehavior.DeliverImmediately
Added NSNotificationSuspensionBehavior.Drop
Added NSNotificationSuspensionBehavior.Hold
Added NSNull
Added NSNumber
Added NSNumber.init(bool: Bool)
Added NSNumber.boolValue
Added NSNumber.init(booleanLiteral: Bool)
Added NSNumber.init(char: Int8)
Added NSNumber.charValue
Added NSNumber.init(coder: NSCoder)
Added NSNumber.compare(NSNumber) -> NSComparisonResult
Added NSNumber.descriptionWithLocale(AnyObject?) -> String
Added NSNumber.init(double: Double)
Added NSNumber.doubleValue
Added NSNumber.init(float: Float)
Added NSNumber.init(floatLiteral: Double)
Added NSNumber.floatValue
Added NSNumber.init(int: Int32)
Added NSNumber.intValue
Added NSNumber.init(integer: Int)
Added NSNumber.init(integerLiteral: Int)
Added NSNumber.integerValue
Added NSNumber.isEqualToNumber(NSNumber) -> Bool
Added NSNumber.init(long: Int)
Added NSNumber.init(longLong: Int64)
Added NSNumber.longLongValue
Added NSNumber.longValue
Added NSNumber.init(short: Int16)
Added NSNumber.shortValue
Added NSNumber.stringValue
Added NSNumber.init(unsignedChar: UInt8)
Added NSNumber.unsignedCharValue
Added NSNumber.init(unsignedInt: UInt32)
Added NSNumber.unsignedIntValue
Added NSNumber.init(unsignedInteger: Int)
Added NSNumber.unsignedIntegerValue
Added NSNumber.init(unsignedLong: UInt)
Added NSNumber.init(unsignedLongLong: UInt64)
Added NSNumber.unsignedLongLongValue
Added NSNumber.unsignedLongValue
Added NSNumber.init(unsignedShort: UInt16)
Added NSNumber.unsignedShortValue
Added NSNumberFormatter
Added NSNumberFormatter.allowsFloats
Added NSNumberFormatter.alwaysShowsDecimalSeparator
Added NSNumberFormatter.attributedStringForNil
Added NSNumberFormatter.attributedStringForNotANumber
Added NSNumberFormatter.attributedStringForZero
Added NSNumberFormatter.currencyCode
Added NSNumberFormatter.currencyDecimalSeparator
Added NSNumberFormatter.currencyGroupingSeparator
Added NSNumberFormatter.currencySymbol
Added NSNumberFormatter.decimalSeparator
Added NSNumberFormatter.defaultFormatterBehavior() -> NSNumberFormatterBehavior [class]
Added NSNumberFormatter.exponentSymbol
Added NSNumberFormatter.format
Added NSNumberFormatter.formatWidth
Added NSNumberFormatter.formatterBehavior
Added NSNumberFormatter.formattingContext
Added NSNumberFormatter.generatesDecimalNumbers
Added NSNumberFormatter.getObjectValue(AutoreleasingUnsafeMutablePointer<AnyObject?>, forString: String, range: UnsafeMutablePointer<NSRange>, error: NSErrorPointer) -> Bool
Added NSNumberFormatter.groupingSeparator
Added NSNumberFormatter.groupingSize
Added NSNumberFormatter.hasThousandSeparators
Added NSNumberFormatter.internationalCurrencySymbol
Added NSNumberFormatter.lenient
Added NSNumberFormatter.locale
Added NSNumberFormatter.localizedStringFromNumber(NSNumber, numberStyle: NSNumberFormatterStyle) -> String [class]
Added NSNumberFormatter.localizesFormat
Added NSNumberFormatter.maximum
Added NSNumberFormatter.maximumFractionDigits
Added NSNumberFormatter.maximumIntegerDigits
Added NSNumberFormatter.maximumSignificantDigits
Added NSNumberFormatter.minimum
Added NSNumberFormatter.minimumFractionDigits
Added NSNumberFormatter.minimumIntegerDigits
Added NSNumberFormatter.minimumSignificantDigits
Added NSNumberFormatter.minusSign
Added NSNumberFormatter.multiplier
Added NSNumberFormatter.negativeFormat
Added NSNumberFormatter.negativeInfinitySymbol
Added NSNumberFormatter.negativePrefix
Added NSNumberFormatter.negativeSuffix
Added NSNumberFormatter.nilSymbol
Added NSNumberFormatter.notANumberSymbol
Added NSNumberFormatter.numberFromString(String) -> NSNumber?
Added NSNumberFormatter.numberStyle
Added NSNumberFormatter.paddingCharacter
Added NSNumberFormatter.paddingPosition
Added NSNumberFormatter.partialStringValidationEnabled
Added NSNumberFormatter.perMillSymbol
Added NSNumberFormatter.percentSymbol
Added NSNumberFormatter.plusSign
Added NSNumberFormatter.positiveFormat
Added NSNumberFormatter.positiveInfinitySymbol
Added NSNumberFormatter.positivePrefix
Added NSNumberFormatter.positiveSuffix
Added NSNumberFormatter.roundingBehavior
Added NSNumberFormatter.roundingIncrement
Added NSNumberFormatter.roundingMode
Added NSNumberFormatter.secondaryGroupingSize
Added NSNumberFormatter.setDefaultFormatterBehavior(NSNumberFormatterBehavior) [class]
Added NSNumberFormatter.stringFromNumber(NSNumber) -> String?
Added NSNumberFormatter.textAttributesForNegativeInfinity
Added NSNumberFormatter.textAttributesForNegativeValues
Added NSNumberFormatter.textAttributesForNil
Added NSNumberFormatter.textAttributesForNotANumber
Added NSNumberFormatter.textAttributesForPositiveInfinity
Added NSNumberFormatter.textAttributesForPositiveValues
Added NSNumberFormatter.textAttributesForZero
Added NSNumberFormatter.thousandSeparator
Added NSNumberFormatter.usesGroupingSeparator
Added NSNumberFormatter.usesSignificantDigits
Added NSNumberFormatter.zeroSymbol
Added NSNumberFormatterBehavior [enum]
Added NSNumberFormatterBehavior.Behavior10_0
Added NSNumberFormatterBehavior.Behavior10_4
Added NSNumberFormatterBehavior.BehaviorDefault
Added NSNumberFormatterPadPosition [enum]
Added NSNumberFormatterPadPosition.AfterPrefix
Added NSNumberFormatterPadPosition.AfterSuffix
Added NSNumberFormatterPadPosition.BeforePrefix
Added NSNumberFormatterPadPosition.BeforeSuffix
Added NSNumberFormatterRoundingMode [enum]
Added NSNumberFormatterRoundingMode.RoundCeiling
Added NSNumberFormatterRoundingMode.RoundDown
Added NSNumberFormatterRoundingMode.RoundFloor
Added NSNumberFormatterRoundingMode.RoundHalfDown
Added NSNumberFormatterRoundingMode.RoundHalfEven
Added NSNumberFormatterRoundingMode.RoundHalfUp
Added NSNumberFormatterRoundingMode.RoundUp
Added NSNumberFormatterStyle [enum]
Added NSNumberFormatterStyle.CurrencyStyle
Added NSNumberFormatterStyle.DecimalStyle
Added NSNumberFormatterStyle.NoStyle
Added NSNumberFormatterStyle.PercentStyle
Added NSNumberFormatterStyle.ScientificStyle
Added NSNumberFormatterStyle.SpellOutStyle
Added NSObject.accessInstanceVariablesDirectly() -> Bool [class]
Added NSObject.addObserver(NSObject, forKeyPath: String, options: NSKeyValueObservingOptions, context: UnsafeMutablePointer<Void>)
Added NSObject.attemptRecoveryFromError(NSError!, optionIndex: Int) -> Bool
Added NSObject.attemptRecoveryFromError(NSError!, optionIndex: Int, delegate: AnyObject!, didRecoverSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSObject.attributeKeys
Added NSObject.autoContentAccessingProxy
Added NSObject.automaticallyNotifiesObserversForKey(String) -> Bool [class]
Added NSObject.awakeAfterUsingCoder(NSCoder) -> AnyObject?
Added NSObject.cancelPreviousPerformRequestsWithTarget(AnyObject) [class]
Added NSObject.cancelPreviousPerformRequestsWithTarget(AnyObject, selector: Selector, object: AnyObject?) [class]
Added NSObject.classCode
Added NSObject.classDescription
Added NSObject.classFallbacksForKeyedArchiver() -> [AnyObject] [class]
Added NSObject.classForArchiver
Added NSObject.classForCoder
Added NSObject.classForKeyedArchiver
Added NSObject.classForKeyedUnarchiver() -> AnyClass [class]
Added NSObject.className
Added NSObject.coerceValue(AnyObject!, forKey: String!) -> AnyObject!
Added NSObject.copyScriptingValue(AnyObject!, forKey: String, withProperties:[NSObject: AnyObject]!) -> AnyObject?
Added NSObject.dictionaryWithValuesForKeys([AnyObject]) -> [NSObject: AnyObject]
Added NSObject.didChange(NSKeyValueChange, valuesAtIndexes: NSIndexSet, forKey: String)
Added NSObject.didChangeValueForKey(String)
Added NSObject.didChangeValueForKey(String, withSetMutation: NSKeyValueSetMutationKind, usingObjects: NSSet)
Added NSObject.doesContain(AnyObject) -> Bool
Added NSObject.encode() -> [Word]
Added NSObject.hashValue
Added NSObject.indicesOfObjectsByEvaluatingObjectSpecifier(NSScriptObjectSpecifier) -> [AnyObject]?
Added NSObject.insertValue(AnyObject!, inPropertyWithKey: String!)
Added NSObject.insertValue(AnyObject, atIndex: Int, inPropertyWithKey: String)
Added NSObject.inverseForRelationshipKey(String!) -> String!
Added NSObject.isCaseInsensitiveLike(String!) -> Bool
Added NSObject.isEqualTo(AnyObject?) -> Bool
Added NSObject.isGreaterThan(AnyObject!) -> Bool
Added NSObject.isGreaterThanOrEqualTo(AnyObject!) -> Bool
Added NSObject.isLessThan(AnyObject!) -> Bool
Added NSObject.isLessThanOrEqualTo(AnyObject!) -> Bool
Added NSObject.isLike(String!) -> Bool
Added NSObject.isNotEqualTo(AnyObject!) -> Bool
Added NSObject.keyPathsForValuesAffectingValueForKey(String) -> NSSet [class]
Added NSObject.mutableArrayValueForKey(String) -> NSMutableArray
Added NSObject.mutableArrayValueForKeyPath(String) -> NSMutableArray
Added NSObject.mutableOrderedSetValueForKey(String) -> NSMutableOrderedSet
Added NSObject.mutableOrderedSetValueForKeyPath(String) -> NSMutableOrderedSet
Added NSObject.mutableSetValueForKey(String) -> NSMutableSet
Added NSObject.mutableSetValueForKeyPath(String) -> NSMutableSet
Added NSObject.newScriptingObjectOfClass(AnyClass!, forValueForKey: String, withContentsValue: AnyObject?, properties:[NSObject: AnyObject]!) -> AnyObject?
Added NSObject.objectSpecifier
Added NSObject.observationInfo
Added NSObject.observeValueForKeyPath(String, ofObject: AnyObject, change:[NSObject: AnyObject], context: UnsafeMutablePointer<Void>)
Added NSObject.removeObserver(NSObject, forKeyPath: String)
Added NSObject.removeObserver(NSObject, forKeyPath: String, context: UnsafeMutablePointer<Void>)
Added NSObject.removeValueAtIndex(Int, fromPropertyWithKey: String)
Added NSObject.replaceValueAtIndex(Int, inPropertyWithKey: String, withValue: AnyObject!)
Added NSObject.replacementObjectForArchiver(NSArchiver) -> AnyObject?
Added NSObject.replacementObjectForCoder(NSCoder) -> AnyObject?
Added NSObject.replacementObjectForKeyedArchiver(NSKeyedArchiver) -> AnyObject?
Added NSObject.scriptingBeginsWith(AnyObject!) -> Bool
Added NSObject.scriptingContains(AnyObject!) -> Bool
Added NSObject.scriptingEndsWith(AnyObject!) -> Bool
Added NSObject.scriptingIsEqualTo(AnyObject!) -> Bool
Added NSObject.scriptingIsGreaterThan(AnyObject!) -> Bool
Added NSObject.scriptingIsGreaterThanOrEqualTo(AnyObject!) -> Bool
Added NSObject.scriptingIsLessThan(AnyObject!) -> Bool
Added NSObject.scriptingIsLessThanOrEqualTo(AnyObject!) -> Bool
Added NSObject.scriptingProperties
Added NSObject.scriptingValueForSpecifier(NSScriptObjectSpecifier!) -> AnyObject!
Added NSObject.setNilValueForKey(String)
Added NSObject.setValue(AnyObject?, forKey: String)
Added NSObject.setValue(AnyObject?, forKeyPath: String)
Added NSObject.setValue(AnyObject?, forUndefinedKey: String)
Added NSObject.setValuesForKeysWithDictionary([NSObject: AnyObject])
Added NSObject.setVersion(Int) [class]
Added NSObject.toManyRelationshipKeys
Added NSObject.toOneRelationshipKeys
Added NSObject.validateValue(AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey: String, error: NSErrorPointer) -> Bool
Added NSObject.validateValue(AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath: String, error: NSErrorPointer) -> Bool
Added NSObject.valueAtIndex(Int, inPropertyWithKey: String) -> AnyObject?
Added NSObject.valueForKey(String) -> AnyObject?
Added NSObject.valueForKeyPath(String) -> AnyObject?
Added NSObject.valueForUndefinedKey(String) -> AnyObject?
Added NSObject.valueWithName(String!, inPropertyWithKey: String!) -> AnyObject!
Added NSObject.valueWithUniqueID(AnyObject!, inPropertyWithKey: String!) -> AnyObject!
Added NSObject.version() -> Int [class]
Added NSObject.willChange(NSKeyValueChange, valuesAtIndexes: NSIndexSet, forKey: String)
Added NSObject.willChangeValueForKey(String)
Added NSObject.willChangeValueForKey(String, withSetMutation: NSKeyValueSetMutationKind, usingObjects: NSSet)
Added NSOperatingSystemVersion [struct]
Added NSOperatingSystemVersion.majorVersion
Added NSOperatingSystemVersion.minorVersion
Added NSOperatingSystemVersion.patchVersion
Added NSOperation
Added NSOperation.addDependency(NSOperation)
Added NSOperation.asynchronous
Added NSOperation.cancel()
Added NSOperation.cancelled
Added NSOperation.completionBlock
Added NSOperation.concurrent
Added NSOperation.dependencies
Added NSOperation.executing
Added NSOperation.finished
Added NSOperation.main()
Added NSOperation.name
Added NSOperation.qualityOfService
Added NSOperation.queuePriority
Added NSOperation.ready
Added NSOperation.removeDependency(NSOperation)
Added NSOperation.start()
Added NSOperation.threadPriority
Added NSOperation.waitUntilFinished()
Added NSOperationQueue
Added NSOperationQueue.addOperation(NSOperation)
Added NSOperationQueue.addOperationWithBlock(() -> Void)
Added NSOperationQueue.addOperations([AnyObject], waitUntilFinished: Bool)
Added NSOperationQueue.cancelAllOperations()
Added NSOperationQueue.currentQueue() -> NSOperationQueue? [class]
Added NSOperationQueue.mainQueue() -> NSOperationQueue [class]
Added NSOperationQueue.maxConcurrentOperationCount
Added NSOperationQueue.name
Added NSOperationQueue.operationCount
Added NSOperationQueue.operations
Added NSOperationQueue.qualityOfService
Added NSOperationQueue.suspended
Added NSOperationQueue.underlyingQueue
Added NSOperationQueue.waitUntilAllOperationsAreFinished()
Added NSOperationQueuePriority [enum]
Added NSOperationQueuePriority.High
Added NSOperationQueuePriority.Low
Added NSOperationQueuePriority.Normal
Added NSOperationQueuePriority.VeryHigh
Added NSOperationQueuePriority.VeryLow
Added NSOrderedSet
Added NSOrderedSet.init()
Added NSOrderedSet.addObserver(NSObject, forKeyPath: String, options: NSKeyValueObservingOptions, context: UnsafeMutablePointer<Void>)
Added NSOrderedSet.array
Added NSOrderedSet.init(array: [AnyObject])
Added NSOrderedSet.init(array: [AnyObject], copyItems: Bool)
Added NSOrderedSet.init(array: [AnyObject], range: NSRange, copyItems: Bool)
Added NSOrderedSet.init(coder: NSCoder)
Added NSOrderedSet.containsObject(AnyObject) -> Bool
Added NSOrderedSet.count
Added NSOrderedSet.description
Added NSOrderedSet.descriptionWithLocale(AnyObject?) -> String?
Added NSOrderedSet.descriptionWithLocale(AnyObject?, indent: Int) -> String
Added NSOrderedSet.enumerateObjectsAtIndexes(NSIndexSet, options: NSEnumerationOptions, usingBlock:(AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSOrderedSet.enumerateObjectsUsingBlock((AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSOrderedSet.enumerateObjectsWithOptions(NSEnumerationOptions, usingBlock:(AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSOrderedSet.filteredOrderedSetUsingPredicate(NSPredicate) -> NSOrderedSet
Added NSOrderedSet.firstObject
Added NSOrderedSet.getObjects(AutoreleasingUnsafeMutablePointer<AnyObject?>, range: NSRange)
Added NSOrderedSet.indexOfObject(AnyObject) -> Int
Added NSOrderedSet.indexOfObject(AnyObject, inSortedRange: NSRange, options: NSBinarySearchingOptions, usingComparator: NSComparator) -> Int
Added NSOrderedSet.indexOfObjectAtIndexes(NSIndexSet, options: NSEnumerationOptions, passingTest:(AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
Added NSOrderedSet.indexOfObjectPassingTest((AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
Added NSOrderedSet.indexOfObjectWithOptions(NSEnumerationOptions, passingTest:(AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
Added NSOrderedSet.indexesOfObjectsAtIndexes(NSIndexSet, options: NSEnumerationOptions, passingTest:(AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
Added NSOrderedSet.indexesOfObjectsPassingTest((AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
Added NSOrderedSet.indexesOfObjectsWithOptions(NSEnumerationOptions, passingTest:(AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
Added NSOrderedSet.intersectsOrderedSet(NSOrderedSet) -> Bool
Added NSOrderedSet.intersectsSet(NSSet) -> Bool
Added NSOrderedSet.isEqualToOrderedSet(NSOrderedSet) -> Bool
Added NSOrderedSet.isSubsetOfOrderedSet(NSOrderedSet) -> Bool
Added NSOrderedSet.isSubsetOfSet(NSSet) -> Bool
Added NSOrderedSet.lastObject
Added NSOrderedSet.init(object: AnyObject)
Added NSOrderedSet.objectAtIndex(Int) -> AnyObject
Added NSOrderedSet.objectEnumerator() -> NSEnumerator
Added NSOrderedSet.init(objects: AnyObject)
Added NSOrderedSet.init(objects: UnsafePointer<AnyObject?>, count: Int)
Added NSOrderedSet.objectsAtIndexes(NSIndexSet) -> [AnyObject]
Added NSOrderedSet.init(orderedSet: NSOrderedSet)
Added NSOrderedSet.init(orderedSet: NSOrderedSet, copyItems: Bool)
Added NSOrderedSet.init(orderedSet: NSOrderedSet, range: NSRange, copyItems: Bool)
Added NSOrderedSet.init(orderedSet: NSOrderedSet?)
Added NSOrderedSet.removeObserver(NSObject, forKeyPath: String)
Added NSOrderedSet.removeObserver(NSObject, forKeyPath: String, context: UnsafeMutablePointer<Void>)
Added NSOrderedSet.reverseObjectEnumerator() -> NSEnumerator
Added NSOrderedSet.reversedOrderedSet
Added NSOrderedSet.set
Added NSOrderedSet.init(set: NSSet)
Added NSOrderedSet.init(set: NSSet, copyItems: Bool)
Added NSOrderedSet.init(set: NSSet?)
Added NSOrderedSet.init(set: NSSet?, copyItems: Bool)
Added NSOrderedSet.setValue(AnyObject?, forKey: String)
Added NSOrderedSet.sortedArrayUsingComparator(NSComparator) -> [AnyObject]
Added NSOrderedSet.sortedArrayUsingDescriptors([AnyObject]) -> [AnyObject]
Added NSOrderedSet.sortedArrayWithOptions(NSSortOptions, usingComparator: NSComparator) -> [AnyObject]
Added NSOrderedSet.valueForKey(String) -> AnyObject
Added NSOrthography
Added NSOrthography.allLanguages
Added NSOrthography.allScripts
Added NSOrthography.init(coder: NSCoder)
Added NSOrthography.dominantLanguage
Added NSOrthography.dominantLanguageForScript(String) -> String
Added NSOrthography.dominantScript
Added NSOrthography.init(dominantScript: String, languageMap:[NSObject: AnyObject])
Added NSOrthography.languageMap
Added NSOrthography.languagesForScript(String) -> [AnyObject]?
Added NSOutputStream
Added NSOutputStream.init(URL: NSURL, append: Bool)
Added NSOutputStream.hasSpaceAvailable
Added NSOutputStream.outputStreamToMemory() -> Self! [class]
Added NSOutputStream.init(toBuffer: UnsafeMutablePointer<UInt8>, capacity: Int)
Added NSOutputStream.init(toFileAtPath: String, append: Bool)
Added NSOutputStream.init(toMemory: ())
Added NSOutputStream.write(UnsafePointer<UInt8>, maxLength: Int) -> Int
Added NSPipe
Added NSPipe.fileHandleForReading
Added NSPipe.fileHandleForWriting
Added NSPointerArray
Added NSPointerArray.addPointer(UnsafeMutablePointer<Void>)
Added NSPointerArray.allObjects
Added NSPointerArray.compact()
Added NSPointerArray.count
Added NSPointerArray.insertPointer(UnsafeMutablePointer<Void>, atIndex: Int)
Added NSPointerArray.init(options: NSPointerFunctionsOptions)
Added NSPointerArray.pointerAtIndex(Int) -> UnsafeMutablePointer<Void>
Added NSPointerArray.pointerFunctions
Added NSPointerArray.init(pointerFunctions: NSPointerFunctions)
Added NSPointerArray.removePointerAtIndex(Int)
Added NSPointerArray.replacePointerAtIndex(Int, withPointer: UnsafeMutablePointer<Void>)
Added NSPointerArray.strongObjectsPointerArray() -> NSPointerArray [class]
Added NSPointerArray.weakObjectsPointerArray() -> NSPointerArray [class]
Added NSPointerFunctions
Added NSPointerFunctions.acquireFunction
Added NSPointerFunctions.descriptionFunction
Added NSPointerFunctions.hashFunction
Added NSPointerFunctions.isEqualFunction
Added NSPointerFunctions.init(options: NSPointerFunctionsOptions)
Added NSPointerFunctions.relinquishFunction
Added NSPointerFunctions.sizeFunction
Added NSPointerFunctions.usesStrongWriteBarrier
Added NSPointerFunctions.usesWeakReadAndWriteBarriers
Added NSPort
Added NSPort.delegate() -> NSPortDelegate?
Added NSPort.invalidate()
Added NSPort.removeFromRunLoop(NSRunLoop, forMode: String)
Added NSPort.reservedSpaceLength
Added NSPort.scheduleInRunLoop(NSRunLoop, forMode: String)
Added NSPort.sendBeforeDate(NSDate, components: NSMutableArray, from: NSPort, reserved: Int) -> Bool
Added NSPort.sendBeforeDate(NSDate, msgid: Int, components: NSMutableArray, from: NSPort, reserved: Int) -> Bool
Added NSPort.setDelegate(NSPortDelegate?)
Added NSPort.valid
Added NSPortDelegate
Added NSPortDelegate.handlePortMessage(NSPortMessage!)
Added NSPortMessage
Added NSPortMessage.components
Added NSPortMessage.msgid
Added NSPortMessage.receivePort
Added NSPortMessage.sendBeforeDate(NSDate) -> Bool
Added NSPortMessage.sendPort
Added NSPortMessage.init(sendPort: NSPort, receivePort: NSPort, components:[AnyObject])
Added NSPositionalSpecifier
Added NSPositionalSpecifier.evaluate()
Added NSPositionalSpecifier.insertionContainer
Added NSPositionalSpecifier.insertionIndex
Added NSPositionalSpecifier.insertionKey
Added NSPositionalSpecifier.insertionReplaces
Added NSPositionalSpecifier.objectSpecifier
Added NSPositionalSpecifier.position
Added NSPositionalSpecifier.init(position: NSInsertionPosition, objectSpecifier: NSScriptObjectSpecifier)
Added NSPositionalSpecifier.setInsertionClassDescription(NSScriptClassDescription)
Added NSPostingStyle [enum]
Added NSPostingStyle.PostASAP
Added NSPostingStyle.PostNow
Added NSPostingStyle.PostWhenIdle
Added NSPredicate
Added NSPredicate.allowEvaluation()
Added NSPredicate.init(block: (AnyObject!,[NSObject: AnyObject]!) -> Bool)
Added NSPredicate.evaluateWithObject(AnyObject) -> Bool
Added NSPredicate.evaluateWithObject(AnyObject, substitutionVariables:[NSObject: AnyObject]?) -> Bool
Added NSPredicate.init(format: String, _: CVarArgType)
Added NSPredicate.init(format: String, argumentArray:[AnyObject]?)
Added NSPredicate.init(format: String, arguments: CVaListPointer)
Added NSPredicate.init(fromMetadataQueryString: String)
Added NSPredicate.predicateFormat
Added NSPredicate.predicateWithSubstitutionVariables([NSObject: AnyObject]) -> Self!
Added NSPredicate.init(value: Bool)
Added NSPredicateOperatorType [enum]
Added NSPredicateOperatorType.BeginsWithPredicateOperatorType
Added NSPredicateOperatorType.BetweenPredicateOperatorType
Added NSPredicateOperatorType.ContainsPredicateOperatorType
Added NSPredicateOperatorType.CustomSelectorPredicateOperatorType
Added NSPredicateOperatorType.EndsWithPredicateOperatorType
Added NSPredicateOperatorType.EqualToPredicateOperatorType
Added NSPredicateOperatorType.GreaterThanOrEqualToPredicateOperatorType
Added NSPredicateOperatorType.GreaterThanPredicateOperatorType
Added NSPredicateOperatorType.InPredicateOperatorType
Added NSPredicateOperatorType.LessThanOrEqualToPredicateOperatorType
Added NSPredicateOperatorType.LessThanPredicateOperatorType
Added NSPredicateOperatorType.LikePredicateOperatorType
Added NSPredicateOperatorType.MatchesPredicateOperatorType
Added NSPredicateOperatorType.NotEqualToPredicateOperatorType
Added NSProcessInfo
Added NSProcessInfo.activeProcessorCount
Added NSProcessInfo.arguments
Added NSProcessInfo.automaticTerminationSupportEnabled
Added NSProcessInfo.beginActivityWithOptions(NSActivityOptions, reason: String) -> NSObjectProtocol
Added NSProcessInfo.disableAutomaticTermination(String)
Added NSProcessInfo.disableSuddenTermination()
Added NSProcessInfo.enableAutomaticTermination(String)
Added NSProcessInfo.enableSuddenTermination()
Added NSProcessInfo.endActivity(NSObjectProtocol)
Added NSProcessInfo.environment
Added NSProcessInfo.globallyUniqueString
Added NSProcessInfo.hostName
Added NSProcessInfo.isOperatingSystemAtLeastVersion(NSOperatingSystemVersion) -> Bool
Added NSProcessInfo.operatingSystem() -> Int
Added NSProcessInfo.operatingSystemName() -> String
Added NSProcessInfo.operatingSystemVersion
Added NSProcessInfo.operatingSystemVersionString
Added NSProcessInfo.performActivityWithOptions(NSActivityOptions, reason: String, usingBlock:() -> Void)
Added NSProcessInfo.physicalMemory
Added NSProcessInfo.processIdentifier
Added NSProcessInfo.processInfo() -> NSProcessInfo [class]
Added NSProcessInfo.processName
Added NSProcessInfo.processorCount
Added NSProcessInfo.systemUptime
Added NSProgress
Added NSProgress.addSubscriberForFileURL(NSURL, withPublishingHandler: NSProgressPublishingHandler) -> AnyObject [class]
Added NSProgress.becomeCurrentWithPendingUnitCount(Int64)
Added NSProgress.cancel()
Added NSProgress.cancellable
Added NSProgress.cancellationHandler
Added NSProgress.cancelled
Added NSProgress.completedUnitCount
Added NSProgress.currentProgress() -> NSProgress? [class]
Added NSProgress.fractionCompleted
Added NSProgress.indeterminate
Added NSProgress.kind
Added NSProgress.localizedAdditionalDescription
Added NSProgress.localizedDescription
Added NSProgress.old
Added NSProgress.init(parent: NSProgress?, userInfo:[NSObject: AnyObject]?)
Added NSProgress.pausable
Added NSProgress.pause()
Added NSProgress.paused
Added NSProgress.pausingHandler
Added NSProgress.publish()
Added NSProgress.removeSubscriber(AnyObject) [class]
Added NSProgress.resignCurrent()
Added NSProgress.setUserInfoObject(AnyObject?, forKey: String)
Added NSProgress.totalUnitCount
Added NSProgress.init(totalUnitCount: Int64)
Added NSProgress.unpublish()
Added NSProgress.userInfo
Added NSPropertyListFormat [enum]
Added NSPropertyListFormat.BinaryFormat_v1_0
Added NSPropertyListFormat.OpenStepFormat
Added NSPropertyListFormat.XMLFormat_v1_0
Added NSPropertyListMutabilityOptions [struct]
Added NSPropertyListMutabilityOptions.Immutable
Added NSPropertyListMutabilityOptions.MutableContainers
Added NSPropertyListMutabilityOptions.MutableContainersAndLeaves
Added NSPropertyListMutabilityOptions.init(_: UInt)
Added NSPropertyListMutabilityOptions.init(rawValue: UInt)
Added NSPropertyListSerialization
Added NSPropertyListSerialization.dataFromPropertyList(AnyObject, format: NSPropertyListFormat, errorDescription: UnsafeMutablePointer<NSString?>) -> NSData? [class]
Added NSPropertyListSerialization.dataWithPropertyList(AnyObject, format: NSPropertyListFormat, options: NSPropertyListWriteOptions, error: NSErrorPointer) -> NSData? [class]
Added NSPropertyListSerialization.propertyList(AnyObject, isValidForFormat: NSPropertyListFormat) -> Bool [class]
Added NSPropertyListSerialization.propertyListFromData(NSData, mutabilityOption: NSPropertyListMutabilityOptions, format: UnsafeMutablePointer<NSPropertyListFormat>, errorDescription: UnsafeMutablePointer<NSString?>) -> AnyObject? [class]
Added NSPropertyListSerialization.propertyListWithData(NSData, options: NSPropertyListReadOptions, format: UnsafeMutablePointer<NSPropertyListFormat>, error: NSErrorPointer) -> AnyObject? [class]
Added NSPropertyListSerialization.propertyListWithStream(NSInputStream, options: NSPropertyListReadOptions, format: UnsafeMutablePointer<NSPropertyListFormat>, error: NSErrorPointer) -> AnyObject? [class]
Added NSPropertyListSerialization.writePropertyList(AnyObject, toStream: NSOutputStream, format: NSPropertyListFormat, options: NSPropertyListWriteOptions, error: NSErrorPointer) -> Int [class]
Added NSPropertySpecifier
Added NSProtocolChecker
Added NSProtocolChecker.protocol
Added NSProtocolChecker.target
Added NSProtocolChecker.init(target: NSObject, protocol: Protocol)
Added NSProxy
Added NSProxy.alloc() -> Self! [class]
Added NSProxy.class() -> AnyClass [class]
Added NSProxy.dealloc()
Added NSProxy.debugDescription
Added NSProxy.description
Added NSProxy.finalize()
Added NSProxy.forwardInvocation(NSInvocation)
Added NSProxy.respondsToSelector(Selector) -> Bool [class]
Added NSPurgeableData
Added NSQualityOfService [enum]
Added NSQualityOfService.Background
Added NSQualityOfService.Default
Added NSQualityOfService.UserInitiated
Added NSQualityOfService.UserInteractive
Added NSQualityOfService.Utility
Added NSQuitCommand
Added NSQuitCommand.saveOptions
Added NSRandomSpecifier
Added NSRange.init(_: Range<Int>)
Added NSRange.getMirror() -> MirrorType
Added NSRange.toRange() -> Range<Int>?
Added NSRangeSpecifier
Added NSRangeSpecifier.init(coder: NSCoder)
Added NSRangeSpecifier.init(containerClassDescription: NSScriptClassDescription, containerSpecifier: NSScriptObjectSpecifier, key: String, startSpecifier: NSScriptObjectSpecifier?, endSpecifier: NSScriptObjectSpecifier?)
Added NSRangeSpecifier.endSpecifier
Added NSRangeSpecifier.startSpecifier
Added NSRecursiveLock
Added NSRecursiveLock.lockBeforeDate(NSDate) -> Bool
Added NSRecursiveLock.name
Added NSRecursiveLock.tryLock() -> Bool
Added NSRegularExpression
Added NSRegularExpression.enumerateMatchesInString(String, options: NSMatchingOptions, range: NSRange, usingBlock:(NSTextCheckingResult!, NSMatchingFlags, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSRegularExpression.escapedPatternForString(String) -> String [class]
Added NSRegularExpression.escapedTemplateForString(String) -> String [class]
Added NSRegularExpression.firstMatchInString(String, options: NSMatchingOptions, range: NSRange) -> NSTextCheckingResult?
Added NSRegularExpression.matchesInString(String, options: NSMatchingOptions, range: NSRange) -> [AnyObject]
Added NSRegularExpression.numberOfCaptureGroups
Added NSRegularExpression.numberOfMatchesInString(String, options: NSMatchingOptions, range: NSRange) -> Int
Added NSRegularExpression.options
Added NSRegularExpression.pattern
Added NSRegularExpression.init(pattern: String, options: NSRegularExpressionOptions, error: NSErrorPointer)
Added NSRegularExpression.rangeOfFirstMatchInString(String, options: NSMatchingOptions, range: NSRange) -> NSRange
Added NSRegularExpression.replaceMatchesInString(NSMutableString, options: NSMatchingOptions, range: NSRange, withTemplate: String) -> Int
Added NSRegularExpression.replacementStringForResult(NSTextCheckingResult, inString: String, offset: Int, template: String) -> String
Added NSRegularExpression.stringByReplacingMatchesInString(String, options: NSMatchingOptions, range: NSRange, withTemplate: String) -> String
Added NSRegularExpressionOptions [struct]
Added NSRegularExpressionOptions.AllowCommentsAndWhitespace
Added NSRegularExpressionOptions.AnchorsMatchLines
Added NSRegularExpressionOptions.CaseInsensitive
Added NSRegularExpressionOptions.DotMatchesLineSeparators
Added NSRegularExpressionOptions.IgnoreMetacharacters
Added NSRegularExpressionOptions.UseUnicodeWordBoundaries
Added NSRegularExpressionOptions.UseUnixLineSeparators
Added NSRegularExpressionOptions.init(_: UInt)
Added NSRegularExpressionOptions.init(rawValue: UInt)
Added NSRelativePosition [enum]
Added NSRelativePosition.After
Added NSRelativePosition.Before
Added NSRelativeSpecifier
Added NSRelativeSpecifier.baseSpecifier
Added NSRelativeSpecifier.init(coder: NSCoder)
Added NSRelativeSpecifier.init(containerClassDescription: NSScriptClassDescription, containerSpecifier: NSScriptObjectSpecifier, key: String, relativePosition: NSRelativePosition, baseSpecifier: NSScriptObjectSpecifier?)
Added NSRelativeSpecifier.relativePosition
Added NSRoundingMode [enum]
Added NSRoundingMode.RoundBankers
Added NSRoundingMode.RoundDown
Added NSRoundingMode.RoundPlain
Added NSRoundingMode.RoundUp
Added NSRunLoop
Added NSRunLoop.acceptInputForMode(String, beforeDate: NSDate)
Added NSRunLoop.addPort(NSPort, forMode: String)
Added NSRunLoop.addTimer(NSTimer, forMode: String)
Added NSRunLoop.cancelPerformSelector(Selector, target: AnyObject, argument: AnyObject?)
Added NSRunLoop.cancelPerformSelectorsWithTarget(AnyObject)
Added NSRunLoop.currentMode
Added NSRunLoop.currentRunLoop() -> NSRunLoop [class]
Added NSRunLoop.getCFRunLoop() -> CFRunLoop
Added NSRunLoop.limitDateForMode(String) -> NSDate?
Added NSRunLoop.mainRunLoop() -> NSRunLoop [class]
Added NSRunLoop.removePort(NSPort, forMode: String)
Added NSRunLoop.run()
Added NSRunLoop.runMode(String, beforeDate: NSDate) -> Bool
Added NSRunLoop.runUntilDate(NSDate)
Added NSSaveOptions [enum]
Added NSSaveOptions.Ask
Added NSSaveOptions.No
Added NSSaveOptions.Yes
Added NSScanner
Added NSScanner.atEnd
Added NSScanner.caseSensitive
Added NSScanner.charactersToBeSkipped
Added NSScanner.locale
Added NSScanner.localizedScannerWithString(String) -> AnyObject [class]
Added NSScanner.scanCharactersFromSet(NSCharacterSet, intoString: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
Added NSScanner.scanDecimal(COpaquePointer) -> Bool
Added NSScanner.scanDouble(UnsafeMutablePointer<Double>) -> Bool
Added NSScanner.scanFloat(UnsafeMutablePointer<Float>) -> Bool
Added NSScanner.scanHexDouble(UnsafeMutablePointer<Double>) -> Bool
Added NSScanner.scanHexFloat(UnsafeMutablePointer<Float>) -> Bool
Added NSScanner.scanHexInt(UnsafeMutablePointer<UInt32>) -> Bool
Added NSScanner.scanHexLongLong(UnsafeMutablePointer<UInt64>) -> Bool
Added NSScanner.scanInt(UnsafeMutablePointer<Int32>) -> Bool
Added NSScanner.scanInteger(UnsafeMutablePointer<Int>) -> Bool
Added NSScanner.scanLocation
Added NSScanner.scanLongLong(UnsafeMutablePointer<Int64>) -> Bool
Added NSScanner.scanString(String, intoString: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
Added NSScanner.scanUnsignedLongLong(UnsafeMutablePointer<UInt64>) -> Bool
Added NSScanner.scanUpToCharactersFromSet(NSCharacterSet, intoString: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
Added NSScanner.scanUpToString(String, intoString: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
Added NSScanner.string
Added NSScanner.init(string: String)
Added NSScriptClassDescription
Added NSScriptClassDescription.appleEventCode
Added NSScriptClassDescription.appleEventCodeForKey(String) -> FourCharCode
Added NSScriptClassDescription.classDescriptionForKey(String) -> NSScriptClassDescription?
Added NSScriptClassDescription.className
Added NSScriptClassDescription.defaultSubcontainerAttributeKey
Added NSScriptClassDescription.init(forClass: AnyClass!)
Added NSScriptClassDescription.hasOrderedToManyRelationshipForKey(String) -> Bool
Added NSScriptClassDescription.hasPropertyForKey(String) -> Bool
Added NSScriptClassDescription.hasReadablePropertyForKey(String) -> Bool
Added NSScriptClassDescription.hasWritablePropertyForKey(String) -> Bool
Added NSScriptClassDescription.implementationClassName
Added NSScriptClassDescription.isLocationRequiredToCreateForKey(String) -> Bool
Added NSScriptClassDescription.keyWithAppleEventCode(FourCharCode) -> String?
Added NSScriptClassDescription.matchesAppleEventCode(FourCharCode) -> Bool
Added NSScriptClassDescription.selectorForCommand(NSScriptCommandDescription) -> Selector
Added NSScriptClassDescription.suiteName
Added NSScriptClassDescription.init(suiteName: String, className: String, dictionary:[NSObject: AnyObject]?)
Added NSScriptClassDescription.superclassDescription
Added NSScriptClassDescription.supportsCommand(NSScriptCommandDescription) -> Bool
Added NSScriptClassDescription.typeForKey(String) -> String?
Added NSScriptCoercionHandler
Added NSScriptCoercionHandler.coerceValue(AnyObject, toClass: AnyClass) -> AnyObject?
Added NSScriptCoercionHandler.registerCoercer(AnyObject, selector: Selector, toConvertFromClass: AnyClass, toClass: AnyClass)
Added NSScriptCoercionHandler.sharedCoercionHandler() -> NSScriptCoercionHandler [class]
Added NSScriptCommand
Added NSScriptCommand.appleEvent
Added NSScriptCommand.arguments
Added NSScriptCommand.init(coder: NSCoder)
Added NSScriptCommand.commandDescription
Added NSScriptCommand.init(commandDescription: NSScriptCommandDescription)
Added NSScriptCommand.currentCommand() -> NSScriptCommand? [class]
Added NSScriptCommand.directParameter
Added NSScriptCommand.evaluatedArguments
Added NSScriptCommand.evaluatedReceivers
Added NSScriptCommand.executeCommand() -> AnyObject?
Added NSScriptCommand.performDefaultImplementation() -> AnyObject?
Added NSScriptCommand.receiversSpecifier
Added NSScriptCommand.resumeExecutionWithResult(AnyObject?)
Added NSScriptCommand.scriptErrorExpectedTypeDescriptor
Added NSScriptCommand.scriptErrorNumber
Added NSScriptCommand.scriptErrorOffendingObjectDescriptor
Added NSScriptCommand.scriptErrorString
Added NSScriptCommand.suspendExecution()
Added NSScriptCommand.wellFormed
Added NSScriptCommandDescription
Added NSScriptCommandDescription.appleEventClassCode
Added NSScriptCommandDescription.appleEventCode
Added NSScriptCommandDescription.appleEventCodeForArgumentWithName(String) -> FourCharCode
Added NSScriptCommandDescription.appleEventCodeForReturnType
Added NSScriptCommandDescription.argumentNames
Added NSScriptCommandDescription.init(coder: NSCoder)
Added NSScriptCommandDescription.commandClassName
Added NSScriptCommandDescription.commandName
Added NSScriptCommandDescription.createCommandInstance() -> NSScriptCommand
Added NSScriptCommandDescription.createCommandInstanceWithZone(NSZone) -> NSScriptCommand
Added NSScriptCommandDescription.isOptionalArgumentWithName(String) -> Bool
Added NSScriptCommandDescription.returnType
Added NSScriptCommandDescription.suiteName
Added NSScriptCommandDescription.init(suiteName: String, commandName: String, dictionary:[NSObject: AnyObject]?)
Added NSScriptCommandDescription.typeForArgumentWithName(String) -> String?
Added NSScriptExecutionContext
Added NSScriptExecutionContext.objectBeingTested
Added NSScriptExecutionContext.rangeContainerObject
Added NSScriptExecutionContext.sharedScriptExecutionContext() -> NSScriptExecutionContext [class]
Added NSScriptExecutionContext.topLevelObject
Added NSScriptObjectSpecifier
Added NSScriptObjectSpecifier.childSpecifier
Added NSScriptObjectSpecifier.init(coder: NSCoder)
Added NSScriptObjectSpecifier.containerClassDescription
Added NSScriptObjectSpecifier.init(containerClassDescription: NSScriptClassDescription, containerSpecifier: NSScriptObjectSpecifier, key: String)
Added NSScriptObjectSpecifier.containerIsObjectBeingTested
Added NSScriptObjectSpecifier.containerIsRangeContainerObject
Added NSScriptObjectSpecifier.containerSpecifier
Added NSScriptObjectSpecifier.init(containerSpecifier: NSScriptObjectSpecifier, key: String)
Added NSScriptObjectSpecifier.descriptor
Added NSScriptObjectSpecifier.init(descriptor: NSAppleEventDescriptor)
Added NSScriptObjectSpecifier.evaluationErrorNumber
Added NSScriptObjectSpecifier.evaluationErrorSpecifier
Added NSScriptObjectSpecifier.indicesOfObjectsByEvaluatingWithContainer(AnyObject, count: UnsafeMutablePointer<Int>) -> UnsafeMutablePointer<Int>
Added NSScriptObjectSpecifier.key
Added NSScriptObjectSpecifier.keyClassDescription
Added NSScriptObjectSpecifier.objectsByEvaluatingSpecifier
Added NSScriptObjectSpecifier.objectsByEvaluatingWithContainers(AnyObject) -> AnyObject?
Added NSScriptSuiteRegistry
Added NSScriptSuiteRegistry.aeteResource(String) -> NSData?
Added NSScriptSuiteRegistry.appleEventCodeForSuite(String) -> FourCharCode
Added NSScriptSuiteRegistry.bundleForSuite(String) -> NSBundle?
Added NSScriptSuiteRegistry.classDescriptionWithAppleEventCode(FourCharCode) -> NSScriptClassDescription?
Added NSScriptSuiteRegistry.classDescriptionsInSuite(String) -> [NSObject: AnyObject]?
Added NSScriptSuiteRegistry.commandDescriptionWithAppleEventClass(FourCharCode, andAppleEventCode: FourCharCode) -> NSScriptCommandDescription?
Added NSScriptSuiteRegistry.commandDescriptionsInSuite(String) -> [NSObject: AnyObject]?
Added NSScriptSuiteRegistry.loadSuiteWithDictionary([NSObject: AnyObject], fromBundle: NSBundle)
Added NSScriptSuiteRegistry.loadSuitesFromBundle(NSBundle)
Added NSScriptSuiteRegistry.registerClassDescription(NSScriptClassDescription)
Added NSScriptSuiteRegistry.registerCommandDescription(NSScriptCommandDescription)
Added NSScriptSuiteRegistry.setSharedScriptSuiteRegistry(NSScriptSuiteRegistry) [class]
Added NSScriptSuiteRegistry.sharedScriptSuiteRegistry() -> NSScriptSuiteRegistry [class]
Added NSScriptSuiteRegistry.suiteForAppleEventCode(FourCharCode) -> String?
Added NSScriptSuiteRegistry.suiteNames
Added NSScriptWhoseTest
Added NSScriptWhoseTest.init()
Added NSScriptWhoseTest.init(coder: NSCoder)
Added NSScriptWhoseTest.isTrue() -> Bool
Added NSSearchPathDirectory [enum]
Added NSSearchPathDirectory.AdminApplicationDirectory
Added NSSearchPathDirectory.AllApplicationsDirectory
Added NSSearchPathDirectory.AllLibrariesDirectory
Added NSSearchPathDirectory.ApplicationDirectory
Added NSSearchPathDirectory.ApplicationScriptsDirectory
Added NSSearchPathDirectory.ApplicationSupportDirectory
Added NSSearchPathDirectory.AutosavedInformationDirectory
Added NSSearchPathDirectory.CachesDirectory
Added NSSearchPathDirectory.CoreServiceDirectory
Added NSSearchPathDirectory.DemoApplicationDirectory
Added NSSearchPathDirectory.DesktopDirectory
Added NSSearchPathDirectory.DeveloperApplicationDirectory
Added NSSearchPathDirectory.DeveloperDirectory
Added NSSearchPathDirectory.DocumentDirectory
Added NSSearchPathDirectory.DocumentationDirectory
Added NSSearchPathDirectory.DownloadsDirectory
Added NSSearchPathDirectory.InputMethodsDirectory
Added NSSearchPathDirectory.ItemReplacementDirectory
Added NSSearchPathDirectory.LibraryDirectory
Added NSSearchPathDirectory.MoviesDirectory
Added NSSearchPathDirectory.MusicDirectory
Added NSSearchPathDirectory.PicturesDirectory
Added NSSearchPathDirectory.PreferencePanesDirectory
Added NSSearchPathDirectory.PrinterDescriptionDirectory
Added NSSearchPathDirectory.SharedPublicDirectory
Added NSSearchPathDirectory.TrashDirectory
Added NSSearchPathDirectory.UserDirectory
Added NSSearchPathDomainMask [struct]
Added NSSearchPathDomainMask.AllDomainsMask
Added NSSearchPathDomainMask.LocalDomainMask
Added NSSearchPathDomainMask.NetworkDomainMask
Added NSSearchPathDomainMask.SystemDomainMask
Added NSSearchPathDomainMask.UserDomainMask
Added NSSearchPathDomainMask.init(_: UInt)
Added NSSearchPathDomainMask.init(rawValue: UInt)
Added NSSecureCoding
Added NSSecureCoding.supportsSecureCoding() -> Bool [class]
Added NSSet
Added NSSet.init()
Added NSSet.addObserver(NSObject, forKeyPath: String, options: NSKeyValueObservingOptions, context: UnsafeMutablePointer<Void>)
Added NSSet.allObjects
Added NSSet.anyObject() -> AnyObject?
Added NSSet.init(array: [AnyObject])
Added NSSet.init(coder: NSCoder)
Added NSSet.containsObject(AnyObject) -> Bool
Added NSSet.count
Added NSSet.description
Added NSSet.descriptionWithLocale(AnyObject?) -> String
Added NSSet.enumerateObjectsUsingBlock((AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSSet.enumerateObjectsWithOptions(NSEnumerationOptions, usingBlock:(AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSSet.filteredSetUsingPredicate(NSPredicate) -> NSSet
Added NSSet.generate() -> NSFastGenerator
Added NSSet.getMirror() -> MirrorType
Added NSSet.intersectsSet(NSSet) -> Bool
Added NSSet.isEqualToSet(NSSet) -> Bool
Added NSSet.isSubsetOfSet(NSSet) -> Bool
Added NSSet.member(AnyObject) -> AnyObject?
Added NSSet.init(object: AnyObject)
Added NSSet.objectEnumerator() -> NSEnumerator
Added NSSet.init(objects: AnyObject)
Added NSSet.init(objects: UnsafePointer<AnyObject?>, count: Int)
Added NSSet.objectsPassingTest((AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSSet
Added NSSet.objectsWithOptions(NSEnumerationOptions, passingTest:(AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSSet
Added NSSet.removeObserver(NSObject, forKeyPath: String)
Added NSSet.removeObserver(NSObject, forKeyPath: String, context: UnsafeMutablePointer<Void>)
Added NSSet.init(set: NSSet)
Added NSSet.init(set: NSSet, copyItems: Bool)
Added NSSet.setByAddingObject(AnyObject) -> NSSet
Added NSSet.setByAddingObjectsFromArray([AnyObject]) -> NSSet
Added NSSet.setByAddingObjectsFromSet(NSSet) -> NSSet
Added NSSet.setValue(AnyObject?, forKey: String)
Added NSSet.sortedArrayUsingDescriptors([AnyObject]) -> [AnyObject]
Added NSSet.valueForKey(String) -> AnyObject
Added NSSetCommand
Added NSSetCommand.keySpecifier
Added NSSetCommand.setReceiversSpecifier(NSScriptObjectSpecifier)
Added NSSimpleCString
Added NSSocketPort
Added NSSocketPort.init()
Added NSSocketPort.init(TCPPort: UInt16)
Added NSSocketPort.address
Added NSSocketPort.protocol
Added NSSocketPort.protocolFamily
Added NSSocketPort.init(protocolFamily: Int32, socketType: Int32, protocol: Int32, address: NSData)
Added NSSocketPort.init(protocolFamily: Int32, socketType: Int32, protocol: Int32, socket: NSSocketNativeHandle)
Added NSSocketPort.init(remoteWithProtocolFamily: Int32, socketType: Int32, protocol: Int32, address: NSData)
Added NSSocketPort.init(remoteWithTCPPort: UInt16, host: String?)
Added NSSocketPort.socket
Added NSSocketPort.socketType
Added NSSortDescriptor
Added NSSortDescriptor.allowEvaluation()
Added NSSortDescriptor.ascending
Added NSSortDescriptor.comparator
Added NSSortDescriptor.compareObject(AnyObject, toObject: AnyObject) -> NSComparisonResult
Added NSSortDescriptor.key
Added NSSortDescriptor.init(key: String, ascending: Bool)
Added NSSortDescriptor.init(key: String, ascending: Bool, comparator: NSComparator)
Added NSSortDescriptor.init(key: String, ascending: Bool, selector: Selector)
Added NSSortDescriptor.reversedSortDescriptor
Added NSSortDescriptor.selector
Added NSSortOptions [struct]
Added NSSortOptions.Concurrent
Added NSSortOptions.Stable
Added NSSortOptions.init(_: UInt)
Added NSSortOptions.init(rawValue: UInt)
Added NSSpecifierTest
Added NSSpecifierTest.init(coder: NSCoder)
Added NSSpecifierTest.init(objectSpecifier: NSScriptObjectSpecifier?, comparisonOperator: NSTestComparisonOperation, testObject: AnyObject?)
Added NSSpellServer
Added NSSpellServer.delegate
Added NSSpellServer.isWordInUserDictionaries(String, caseSensitive: Bool) -> Bool
Added NSSpellServer.registerLanguage(String?, byVendor: String?) -> Bool
Added NSSpellServer.run()
Added NSSpellServerDelegate
Added NSSpellServerDelegate.spellServer(NSSpellServer, checkGrammarInString: String, language: String?, details: AutoreleasingUnsafeMutablePointer<NSArray?>) -> NSRange
Added NSSpellServerDelegate.spellServer(NSSpellServer, checkString: String, offset: Int, types: NSTextCheckingTypes, options:[NSObject: AnyObject]?, orthography: NSOrthography?, wordCount: UnsafeMutablePointer<Int>) -> [AnyObject]?
Added NSSpellServerDelegate.spellServer(NSSpellServer, didForgetWord: String, inLanguage: String)
Added NSSpellServerDelegate.spellServer(NSSpellServer, didLearnWord: String, inLanguage: String)
Added NSSpellServerDelegate.spellServer(NSSpellServer, findMisspelledWordInString: String, language: String, wordCount: UnsafeMutablePointer<Int>, countOnly: Bool) -> NSRange
Added NSSpellServerDelegate.spellServer(NSSpellServer, recordResponse: Int, toCorrection: String, forWord: String, language: String)
Added NSSpellServerDelegate.spellServer(NSSpellServer, suggestCompletionsForPartialWordRange: NSRange, inString: String, language: String) -> [AnyObject]?
Added NSSpellServerDelegate.spellServer(NSSpellServer, suggestGuessesForWord: String, inLanguage: String) -> [AnyObject]?
Added NSStream
Added NSStream.close()
Added NSStream.delegate
Added NSStream.getBoundStreamsWithBufferSize(Int, inputStream: AutoreleasingUnsafeMutablePointer<NSInputStream?>, outputStream: AutoreleasingUnsafeMutablePointer<NSOutputStream?>) [class]
Added NSStream.getStreamsToHost(NSHost, port: Int, inputStream: AutoreleasingUnsafeMutablePointer<NSInputStream?>, outputStream: AutoreleasingUnsafeMutablePointer<NSOutputStream?>) [class]
Added NSStream.getStreamsToHostWithName(String, port: Int, inputStream: AutoreleasingUnsafeMutablePointer<NSInputStream?>, outputStream: AutoreleasingUnsafeMutablePointer<NSOutputStream?>) [class]
Added NSStream.open()
Added NSStream.propertyForKey(String) -> AnyObject?
Added NSStream.removeFromRunLoop(NSRunLoop, forMode: String)
Added NSStream.scheduleInRunLoop(NSRunLoop, forMode: String)
Added NSStream.setProperty(AnyObject?, forKey: String) -> Bool
Added NSStream.streamError
Added NSStream.streamStatus
Added NSStreamDelegate
Added NSStreamDelegate.stream(NSStream, handleEvent: NSStreamEvent)
Added NSStreamEvent [struct]
Added NSStreamEvent.EndEncountered
Added NSStreamEvent.ErrorOccurred
Added NSStreamEvent.HasBytesAvailable
Added NSStreamEvent.HasSpaceAvailable
Added NSStreamEvent.None
Added NSStreamEvent.OpenCompleted
Added NSStreamEvent.init(_: UInt)
Added NSStreamEvent.init(rawValue: UInt)
Added NSStreamStatus [enum]
Added NSStreamStatus.AtEnd
Added NSStreamStatus.Closed
Added NSStreamStatus.Error
Added NSStreamStatus.NotOpen
Added NSStreamStatus.Open
Added NSStreamStatus.Opening
Added NSStreamStatus.Reading
Added NSStreamStatus.Writing
Added NSString
Added NSString.init()
Added NSString.init(CString: UnsafePointer<Int8>, encoding: UInt)
Added NSString.UTF8String
Added NSString.init(UTF8String: UnsafePointer<Int8>)
Added NSString.absolutePath
Added NSString.availableStringEncodings() -> UnsafePointer<UInt> [class]
Added NSString.boolValue
Added NSString.init(bytes: UnsafePointer<Void>, length: Int, encoding: UInt)
Added NSString.init(bytesNoCopy: UnsafeMutablePointer<Void>, length: Int, encoding: UInt, freeWhenDone: Bool)
Added NSString.cStringUsingEncoding(UInt) -> UnsafePointer<Int8>
Added NSString.canBeConvertedToEncoding(UInt) -> Bool
Added NSString.capitalizedString
Added NSString.capitalizedStringWithLocale(NSLocale?) -> String
Added NSString.caseInsensitiveCompare(String) -> NSComparisonResult
Added NSString.characterAtIndex(Int) -> unichar
Added NSString.init(characters: UnsafePointer<unichar>, length: Int)
Added NSString.init(charactersNoCopy: UnsafeMutablePointer<unichar>, length: Int, freeWhenDone: Bool)
Added NSString.init(coder: NSCoder)
Added NSString.commonPrefixWithString(String, options: NSStringCompareOptions) -> String
Added NSString.compare(String) -> NSComparisonResult
Added NSString.compare(String, options: NSStringCompareOptions) -> NSComparisonResult
Added NSString.compare(String, options: NSStringCompareOptions, range: NSRange) -> NSComparisonResult
Added NSString.compare(String, options: NSStringCompareOptions, range: NSRange, locale: AnyObject?) -> NSComparisonResult
Added NSString.completePathIntoString(AutoreleasingUnsafeMutablePointer<NSString?>, caseSensitive: Bool, matchesIntoArray: AutoreleasingUnsafeMutablePointer<NSArray?>, filterTypes:[AnyObject]?) -> Int
Added NSString.componentsSeparatedByCharactersInSet(NSCharacterSet) -> [AnyObject]
Added NSString.componentsSeparatedByString(String) -> [AnyObject]
Added NSString.containsString(String) -> Bool
Added NSString.init(contentsOfFile: String, encoding: UInt, error: NSErrorPointer)
Added NSString.init(contentsOfFile: String, usedEncoding: UnsafeMutablePointer<UInt>, error: NSErrorPointer)
Added NSString.init(contentsOfURL: NSURL, encoding: UInt, error: NSErrorPointer)
Added NSString.init(contentsOfURL: NSURL, usedEncoding: UnsafeMutablePointer<UInt>, error: NSErrorPointer)
Added NSString.init(data: NSData, encoding: UInt)
Added NSString.dataUsingEncoding(UInt) -> NSData?
Added NSString.dataUsingEncoding(UInt, allowLossyConversion: Bool) -> NSData?
Added NSString.decomposedStringWithCanonicalMapping
Added NSString.decomposedStringWithCompatibilityMapping
Added NSString.defaultCStringEncoding() -> UInt [class]
Added NSString.description
Added NSString.doubleValue
Added NSString.enumerateLinesUsingBlock((String!, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSString.enumerateLinguisticTagsInRange(NSRange, scheme: String, options: NSLinguisticTaggerOptions, orthography: NSOrthography?, usingBlock:(String!, NSRange, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSString.enumerateSubstringsInRange(NSRange, options: NSStringEnumerationOptions, usingBlock:(String!, NSRange, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSString.init(extendedGraphemeClusterLiteral: StaticString)
Added NSString.fastestEncoding
Added NSString.fileSystemRepresentation
Added NSString.floatValue
Added NSString.init(format: NSString, _: CVarArgType)
Added NSString.init(format: NSString, locale: NSLocale?, _: CVarArgType)
Added NSString.init(format: String, arguments: CVaListPointer)
Added NSString.init(format: String, locale: AnyObject?, arguments: CVaListPointer)
Added NSString.getBytes(UnsafeMutablePointer<Void>, maxLength: Int, usedLength: UnsafeMutablePointer<Int>, encoding: UInt, options: NSStringEncodingConversionOptions, range: NSRange, remainingRange: NSRangePointer) -> Bool
Added NSString.getCString(UnsafeMutablePointer<Int8>, maxLength: Int, encoding: UInt) -> Bool
Added NSString.getCharacters(UnsafeMutablePointer<unichar>)
Added NSString.getCharacters(UnsafeMutablePointer<unichar>, range: NSRange)
Added NSString.getFileSystemRepresentation(UnsafeMutablePointer<Int8>, maxLength: Int) -> Bool
Added NSString.getLineStart(UnsafeMutablePointer<Int>, end: UnsafeMutablePointer<Int>, contentsEnd: UnsafeMutablePointer<Int>, forRange: NSRange)
Added NSString.getMirror() -> MirrorType
Added NSString.getParagraphStart(UnsafeMutablePointer<Int>, end: UnsafeMutablePointer<Int>, contentsEnd: UnsafeMutablePointer<Int>, forRange: NSRange)
Added NSString.hasPrefix(String) -> Bool
Added NSString.hasSuffix(String) -> Bool
Added NSString.hash
Added NSString.intValue
Added NSString.integerValue
Added NSString.isEqualToString(String) -> Bool
Added NSString.lastPathComponent
Added NSString.length
Added NSString.lengthOfBytesUsingEncoding(UInt) -> Int
Added NSString.lineRangeForRange(NSRange) -> NSRange
Added NSString.linguisticTagsInRange(NSRange, scheme: String, options: NSLinguisticTaggerOptions, orthography: NSOrthography?, tokenRanges: AutoreleasingUnsafeMutablePointer<NSArray?>) -> [AnyObject]
Added NSString.localizedCaseInsensitiveCompare(String) -> NSComparisonResult
Added NSString.localizedCaseInsensitiveContainsString(String) -> Bool
Added NSString.localizedCompare(String) -> NSComparisonResult
Added NSString.localizedNameOfStringEncoding(UInt) -> String [class]
Added NSString.localizedStandardCompare(String) -> NSComparisonResult
Added NSString.localizedStringWithFormat(NSString, _: CVarArgType) -> Self [class]
Added NSString.longLongValue
Added NSString.lowercaseString
Added NSString.lowercaseStringWithLocale(NSLocale?) -> String
Added NSString.maximumLengthOfBytesUsingEncoding(UInt) -> Int
Added NSString.paragraphRangeForRange(NSRange) -> NSRange
Added NSString.pathComponents
Added NSString.pathExtension
Added NSString.pathWithComponents([AnyObject]) -> String [class]
Added NSString.precomposedStringWithCanonicalMapping
Added NSString.precomposedStringWithCompatibilityMapping
Added NSString.propertyList() -> AnyObject
Added NSString.propertyListFromStringsFileFormat() -> [NSObject: AnyObject]?
Added NSString.rangeOfCharacterFromSet(NSCharacterSet) -> NSRange
Added NSString.rangeOfCharacterFromSet(NSCharacterSet, options: NSStringCompareOptions) -> NSRange
Added NSString.rangeOfCharacterFromSet(NSCharacterSet, options: NSStringCompareOptions, range: NSRange) -> NSRange
Added NSString.rangeOfComposedCharacterSequenceAtIndex(Int) -> NSRange
Added NSString.rangeOfComposedCharacterSequencesForRange(NSRange) -> NSRange
Added NSString.rangeOfString(String) -> NSRange
Added NSString.rangeOfString(String, options: NSStringCompareOptions) -> NSRange
Added NSString.rangeOfString(String, options: NSStringCompareOptions, range: NSRange) -> NSRange
Added NSString.rangeOfString(String, options: NSStringCompareOptions, range: NSRange, locale: NSLocale?) -> NSRange
Added NSString.smallestEncoding
Added NSString.init(string: String)
Added NSString.stringByAbbreviatingWithTildeInPath
Added NSString.stringByAddingPercentEncodingWithAllowedCharacters(NSCharacterSet) -> String?
Added NSString.stringByAddingPercentEscapesUsingEncoding(UInt) -> String?
Added NSString.stringByAppendingFormat(NSString, _: CVarArgType) -> NSString
Added NSString.stringByAppendingPathComponent(String) -> String
Added NSString.stringByAppendingPathExtension(String) -> String?
Added NSString.stringByAppendingString(String) -> String
Added NSString.stringByDeletingLastPathComponent
Added NSString.stringByDeletingPathExtension
Added NSString.stringByExpandingTildeInPath
Added NSString.stringByFoldingWithOptions(NSStringCompareOptions, locale: NSLocale?) -> String
Added NSString.stringByPaddingToLength(Int, withString: String, startingAtIndex: Int) -> String
Added NSString.stringByRemovingPercentEncoding
Added NSString.stringByReplacingCharactersInRange(NSRange, withString: String) -> String
Added NSString.stringByReplacingOccurrencesOfString(String, withString: String) -> String
Added NSString.stringByReplacingOccurrencesOfString(String, withString: String, options: NSStringCompareOptions, range: NSRange) -> String
Added NSString.stringByReplacingPercentEscapesUsingEncoding(UInt) -> String?
Added NSString.stringByResolvingSymlinksInPath
Added NSString.stringByStandardizingPath
Added NSString.stringByTrimmingCharactersInSet(NSCharacterSet) -> String
Added NSString.stringEncodingForData(NSData, encodingOptions:[NSObject: AnyObject]?, convertedString: AutoreleasingUnsafeMutablePointer<NSString?>, usedLossyConversion: UnsafeMutablePointer<ObjCBool>) -> UInt [class]
Added NSString.init(stringLiteral: StaticString)
Added NSString.stringsByAppendingPaths([AnyObject]) -> [AnyObject]
Added NSString.substringFromIndex(Int) -> String
Added NSString.substringToIndex(Int) -> String
Added NSString.substringWithRange(NSRange) -> String
Added NSString.init(unicodeScalarLiteral: StaticString)
Added NSString.uppercaseString
Added NSString.uppercaseStringWithLocale(NSLocale?) -> String
Added NSString.writeToFile(String, atomically: Bool, encoding: UInt, error: NSErrorPointer) -> Bool
Added NSString.writeToURL(NSURL, atomically: Bool, encoding: UInt, error: NSErrorPointer) -> Bool
Added NSStringCompareOptions [struct]
Added NSStringCompareOptions.AnchoredSearch
Added NSStringCompareOptions.BackwardsSearch
Added NSStringCompareOptions.CaseInsensitiveSearch
Added NSStringCompareOptions.DiacriticInsensitiveSearch
Added NSStringCompareOptions.ForcedOrderingSearch
Added NSStringCompareOptions.LiteralSearch
Added NSStringCompareOptions.NumericSearch
Added NSStringCompareOptions.RegularExpressionSearch
Added NSStringCompareOptions.WidthInsensitiveSearch
Added NSStringCompareOptions.init(_: UInt)
Added NSStringCompareOptions.init(rawValue: UInt)
Added NSStringEncodingConversionOptions [struct]
Added NSStringEncodingConversionOptions.AllowLossy
Added NSStringEncodingConversionOptions.ExternalRepresentation
Added NSStringEncodingConversionOptions.init(_: UInt)
Added NSStringEncodingConversionOptions.init(rawValue: UInt)
Added NSStringEnumerationOptions [struct]
Added NSStringEnumerationOptions.ByComposedCharacterSequences
Added NSStringEnumerationOptions.ByLines
Added NSStringEnumerationOptions.ByParagraphs
Added NSStringEnumerationOptions.BySentences
Added NSStringEnumerationOptions.ByWords
Added NSStringEnumerationOptions.Localized
Added NSStringEnumerationOptions.Reverse
Added NSStringEnumerationOptions.SubstringNotRequired
Added NSStringEnumerationOptions.init(_: UInt)
Added NSStringEnumerationOptions.init(rawValue: UInt)
Added NSSwappedDouble [struct]
Added NSSwappedDouble.v
Added NSSwappedFloat [struct]
Added NSSwappedFloat.v
Added NSTask
Added NSTask.init()
Added NSTask.arguments
Added NSTask.currentDirectoryPath
Added NSTask.environment
Added NSTask.interrupt()
Added NSTask.launch()
Added NSTask.launchPath
Added NSTask.launchedTaskWithLaunchPath(String, arguments:[AnyObject]) -> NSTask [class]
Added NSTask.processIdentifier
Added NSTask.qualityOfService
Added NSTask.resume() -> Bool
Added NSTask.running
Added NSTask.standardError
Added NSTask.standardInput
Added NSTask.standardOutput
Added NSTask.suspend() -> Bool
Added NSTask.terminate()
Added NSTask.terminationHandler
Added NSTask.terminationReason
Added NSTask.terminationStatus
Added NSTask.waitUntilExit()
Added NSTaskTerminationReason [enum]
Added NSTaskTerminationReason.Exit
Added NSTaskTerminationReason.UncaughtSignal
Added NSTestComparisonOperation [enum]
Added NSTestComparisonOperation.BeginsWithComparison
Added NSTestComparisonOperation.ContainsComparison
Added NSTestComparisonOperation.EndsWithComparison
Added NSTestComparisonOperation.EqualToComparison
Added NSTestComparisonOperation.GreaterThanComparison
Added NSTestComparisonOperation.GreaterThanOrEqualToComparison
Added NSTestComparisonOperation.LessThanComparison
Added NSTestComparisonOperation.LessThanOrEqualToComparison
Added NSTextCheckingResult
Added NSTextCheckingResult.URL
Added NSTextCheckingResult.addressCheckingResultWithRange(NSRange, components:[NSObject: AnyObject]) -> NSTextCheckingResult [class]
Added NSTextCheckingResult.addressComponents
Added NSTextCheckingResult.alternativeStrings
Added NSTextCheckingResult.components
Added NSTextCheckingResult.correctionCheckingResultWithRange(NSRange, replacementString: String) -> NSTextCheckingResult [class]
Added NSTextCheckingResult.correctionCheckingResultWithRange(NSRange, replacementString: String, alternativeStrings:[AnyObject]) -> NSTextCheckingResult [class]
Added NSTextCheckingResult.dashCheckingResultWithRange(NSRange, replacementString: String) -> NSTextCheckingResult [class]
Added NSTextCheckingResult.date
Added NSTextCheckingResult.dateCheckingResultWithRange(NSRange, date: NSDate) -> NSTextCheckingResult [class]
Added NSTextCheckingResult.dateCheckingResultWithRange(NSRange, date: NSDate, timeZone: NSTimeZone, duration: NSTimeInterval) -> NSTextCheckingResult [class]
Added NSTextCheckingResult.duration
Added NSTextCheckingResult.grammarCheckingResultWithRange(NSRange, details:[AnyObject]) -> NSTextCheckingResult [class]
Added NSTextCheckingResult.grammarDetails
Added NSTextCheckingResult.linkCheckingResultWithRange(NSRange, URL: NSURL) -> NSTextCheckingResult [class]
Added NSTextCheckingResult.numberOfRanges
Added NSTextCheckingResult.orthography
Added NSTextCheckingResult.orthographyCheckingResultWithRange(NSRange, orthography: NSOrthography) -> NSTextCheckingResult [class]
Added NSTextCheckingResult.phoneNumber
Added NSTextCheckingResult.phoneNumberCheckingResultWithRange(NSRange, phoneNumber: String) -> NSTextCheckingResult [class]
Added NSTextCheckingResult.quoteCheckingResultWithRange(NSRange, replacementString: String) -> NSTextCheckingResult [class]
Added NSTextCheckingResult.range
Added NSTextCheckingResult.rangeAtIndex(Int) -> NSRange
Added NSTextCheckingResult.regularExpression
Added NSTextCheckingResult.regularExpressionCheckingResultWithRanges(NSRangePointer, count: Int, regularExpression: NSRegularExpression) -> NSTextCheckingResult [class]
Added NSTextCheckingResult.replacementCheckingResultWithRange(NSRange, replacementString: String) -> NSTextCheckingResult [class]
Added NSTextCheckingResult.replacementString
Added NSTextCheckingResult.resultByAdjustingRangesWithOffset(Int) -> NSTextCheckingResult
Added NSTextCheckingResult.resultType
Added NSTextCheckingResult.spellCheckingResultWithRange(NSRange) -> NSTextCheckingResult [class]
Added NSTextCheckingResult.timeZone
Added NSTextCheckingResult.transitInformationCheckingResultWithRange(NSRange, components:[NSObject: AnyObject]) -> NSTextCheckingResult [class]
Added NSTextCheckingType [struct]
Added NSTextCheckingType.Address
Added NSTextCheckingType.Correction
Added NSTextCheckingType.Dash
Added NSTextCheckingType.Date
Added NSTextCheckingType.Grammar
Added NSTextCheckingType.Link
Added NSTextCheckingType.Orthography
Added NSTextCheckingType.PhoneNumber
Added NSTextCheckingType.Quote
Added NSTextCheckingType.RegularExpression
Added NSTextCheckingType.Replacement
Added NSTextCheckingType.Spelling
Added NSTextCheckingType.TransitInformation
Added NSTextCheckingType.init(_: UInt64)
Added NSTextCheckingType.init(rawValue: UInt64)
Added NSThread
Added NSThread.init()
Added NSThread.callStackReturnAddresses() -> [AnyObject] [class]
Added NSThread.callStackSymbols() -> [AnyObject] [class]
Added NSThread.cancel()
Added NSThread.cancelled
Added NSThread.currentThread() -> NSThread [class]
Added NSThread.detachNewThreadSelector(Selector, toTarget: AnyObject, withObject: AnyObject?) [class]
Added NSThread.executing
Added NSThread.exit() [class]
Added NSThread.finished
Added NSThread.isMainThread
Added NSThread.isMainThread() -> Bool [class]
Added NSThread.isMultiThreaded() -> Bool [class]
Added NSThread.main()
Added NSThread.mainThread() -> NSThread [class]
Added NSThread.name
Added NSThread.qualityOfService
Added NSThread.setThreadPriority(Double) -> Bool [class]
Added NSThread.sleepForTimeInterval(NSTimeInterval) [class]
Added NSThread.sleepUntilDate(NSDate) [class]
Added NSThread.stackSize
Added NSThread.start()
Added NSThread.init(target: AnyObject, selector: Selector, object: AnyObject?)
Added NSThread.threadDictionary
Added NSThread.threadPriority
Added NSThread.threadPriority() -> Double [class]
Added NSTimeZone
Added NSTimeZone.abbreviation
Added NSTimeZone.init(abbreviation: String)
Added NSTimeZone.abbreviationDictionary() -> [NSObject: AnyObject] [class]
Added NSTimeZone.abbreviationForDate(NSDate) -> String?
Added NSTimeZone.data
Added NSTimeZone.daylightSavingTime
Added NSTimeZone.daylightSavingTimeOffset
Added NSTimeZone.daylightSavingTimeOffsetForDate(NSDate) -> NSTimeInterval
Added NSTimeZone.defaultTimeZone() -> NSTimeZone [class]
Added NSTimeZone.description
Added NSTimeZone.init(forSecondsFromGMT: Int)
Added NSTimeZone.isDaylightSavingTimeForDate(NSDate) -> Bool
Added NSTimeZone.isEqualToTimeZone(NSTimeZone) -> Bool
Added NSTimeZone.knownTimeZoneNames() -> [AnyObject] [class]
Added NSTimeZone.localTimeZone() -> NSTimeZone [class]
Added NSTimeZone.localizedName(NSTimeZoneNameStyle, locale: NSLocale?) -> String?
Added NSTimeZone.name
Added NSTimeZone.init(name: String)
Added NSTimeZone.init(name: String, data: NSData?)
Added NSTimeZone.nextDaylightSavingTimeTransition
Added NSTimeZone.nextDaylightSavingTimeTransitionAfterDate(NSDate) -> NSDate?
Added NSTimeZone.resetSystemTimeZone() [class]
Added NSTimeZone.secondsFromGMT
Added NSTimeZone.secondsFromGMTForDate(NSDate) -> Int
Added NSTimeZone.setAbbreviationDictionary([NSObject: AnyObject]) [class]
Added NSTimeZone.setDefaultTimeZone(NSTimeZone) [class]
Added NSTimeZone.systemTimeZone() -> NSTimeZone [class]
Added NSTimeZone.timeZoneDataVersion() -> String [class]
Added NSTimeZoneNameStyle [enum]
Added NSTimeZoneNameStyle.DaylightSaving
Added NSTimeZoneNameStyle.Generic
Added NSTimeZoneNameStyle.ShortDaylightSaving
Added NSTimeZoneNameStyle.ShortGeneric
Added NSTimeZoneNameStyle.ShortStandard
Added NSTimeZoneNameStyle.Standard
Added NSTimer
Added NSTimer.fire()
Added NSTimer.fireDate
Added NSTimer.init(fireDate: NSDate, interval: NSTimeInterval, target: AnyObject, selector: Selector, userInfo: AnyObject?, repeats: Bool)
Added NSTimer.invalidate()
Added NSTimer.scheduledTimerWithTimeInterval(NSTimeInterval, invocation: NSInvocation, repeats: Bool) -> NSTimer [class]
Added NSTimer.scheduledTimerWithTimeInterval(NSTimeInterval, target: AnyObject, selector: Selector, userInfo: AnyObject?, repeats: Bool) -> NSTimer [class]
Added NSTimer.timeInterval
Added NSTimer.init(timeInterval: NSTimeInterval, invocation: NSInvocation, repeats: Bool)
Added NSTimer.init(timeInterval: NSTimeInterval, target: AnyObject, selector: Selector, userInfo: AnyObject?, repeats: Bool)
Added NSTimer.tolerance
Added NSTimer.userInfo
Added NSTimer.valid
Added NSURL
Added NSURL.URLByAppendingPathComponent(String) -> NSURL
Added NSURL.URLByAppendingPathComponent(String, isDirectory: Bool) -> NSURL
Added NSURL.URLByAppendingPathExtension(String) -> NSURL
Added NSURL.URLByDeletingLastPathComponent
Added NSURL.URLByDeletingPathExtension
Added NSURL.URLByResolvingSymlinksInPath
Added NSURL.URLByStandardizingPath
Added NSURL.absoluteString
Added NSURL.absoluteURL
Added NSURL.baseURL
Added NSURL.bookmarkDataWithContentsOfURL(NSURL, error: NSErrorPointer) -> NSData? [class]
Added NSURL.bookmarkDataWithOptions(NSURLBookmarkCreationOptions, includingResourceValuesForKeys:[AnyObject]?, relativeToURL: NSURL?, error: NSErrorPointer) -> NSData?
Added NSURL.init(byResolvingAliasFileAtURL: NSURL, options: NSURLBookmarkResolutionOptions, error: NSErrorPointer)
Added NSURL.init(byResolvingBookmarkData: NSData, options: NSURLBookmarkResolutionOptions, relativeToURL: NSURL?, bookmarkDataIsStale: UnsafeMutablePointer<ObjCBool>, error: NSErrorPointer)
Added NSURL.checkPromisedItemIsReachableAndReturnError(NSErrorPointer) -> Bool
Added NSURL.checkResourceIsReachableAndReturnError(NSErrorPointer) -> Bool
Added NSURL.filePathURL
Added NSURL.fileReferenceURL() -> NSURL?
Added NSURL.fileSystemRepresentation
Added NSURL.fileURL
Added NSURL.init(fileURLWithFileSystemRepresentation: UnsafePointer<Int8>, isDirectory: Bool, relativeToURL: NSURL?)
Added NSURL.fileURLWithFileSystemRepresentation(UnsafePointer<Int8>, isDirectory: Bool, relativeToURL: NSURL?) -> NSURL? [class]
Added NSURL.init(fileURLWithPath: String)
Added NSURL.fileURLWithPath(String) -> NSURL? [class]
Added NSURL.init(fileURLWithPath: String, isDirectory: Bool)
Added NSURL.fileURLWithPath(String, isDirectory: Bool) -> NSURL? [class]
Added NSURL.fileURLWithPathComponents([AnyObject]) -> NSURL? [class]
Added NSURL.fragment
Added NSURL.getFileSystemRepresentation(UnsafeMutablePointer<Int8>, maxLength: Int) -> Bool
Added NSURL.getMirror() -> MirrorType
Added NSURL.getPromisedItemResourceValue(AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey: String, error: NSErrorPointer) -> Bool
Added NSURL.getResourceValue(AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey: String, error: NSErrorPointer) -> Bool
Added NSURL.host
Added NSURL.isFileReferenceURL() -> Bool
Added NSURL.lastPathComponent
Added NSURL.parameterString
Added NSURL.password
Added NSURL.path
Added NSURL.pathComponents
Added NSURL.pathExtension
Added NSURL.port
Added NSURL.promisedItemResourceValuesForKeys([AnyObject], error: NSErrorPointer) -> [NSObject: AnyObject]?
Added NSURL.query
Added NSURL.relativePath
Added NSURL.relativeString
Added NSURL.removeAllCachedResourceValues()
Added NSURL.removeCachedResourceValueForKey(String)
Added NSURL.resourceSpecifier
Added NSURL.resourceValuesForKeys([AnyObject], error: NSErrorPointer) -> [NSObject: AnyObject]?
Added NSURL.resourceValuesForKeys([AnyObject], fromBookmarkData: NSData) -> [NSObject: AnyObject]? [class]
Added NSURL.scheme
Added NSURL.init(scheme: String, host: String?, path: String)
Added NSURL.setResourceValue(AnyObject?, forKey: String, error: NSErrorPointer) -> Bool
Added NSURL.setResourceValues([NSObject: AnyObject], error: NSErrorPointer) -> Bool
Added NSURL.setTemporaryResourceValue(AnyObject?, forKey: String)
Added NSURL.standardizedURL
Added NSURL.startAccessingSecurityScopedResource() -> Bool
Added NSURL.stopAccessingSecurityScopedResource()
Added NSURL.init(string: String)
Added NSURL.init(string: String, relativeToURL: NSURL?)
Added NSURL.user
Added NSURL.writeBookmarkData(NSData, toURL: NSURL, options: NSURLBookmarkFileCreationOptions, error: NSErrorPointer) -> Bool [class]
Added NSURLAuthenticationChallenge
Added NSURLAuthenticationChallenge.init(authenticationChallenge: NSURLAuthenticationChallenge, sender: NSURLAuthenticationChallengeSender)
Added NSURLAuthenticationChallenge.error
Added NSURLAuthenticationChallenge.failureResponse
Added NSURLAuthenticationChallenge.previousFailureCount
Added NSURLAuthenticationChallenge.proposedCredential
Added NSURLAuthenticationChallenge.protectionSpace
Added NSURLAuthenticationChallenge.init(protectionSpace: NSURLProtectionSpace, proposedCredential: NSURLCredential?, previousFailureCount: Int, failureResponse: NSURLResponse?, error: NSError?, sender: NSURLAuthenticationChallengeSender)
Added NSURLAuthenticationChallenge.sender
Added NSURLAuthenticationChallengeSender
Added NSURLAuthenticationChallengeSender.cancelAuthenticationChallenge(NSURLAuthenticationChallenge)
Added NSURLAuthenticationChallengeSender.continueWithoutCredentialForAuthenticationChallenge(NSURLAuthenticationChallenge)
Added NSURLAuthenticationChallengeSender.performDefaultHandlingForAuthenticationChallenge(NSURLAuthenticationChallenge)
Added NSURLAuthenticationChallengeSender.rejectProtectionSpaceAndContinueWithChallenge(NSURLAuthenticationChallenge)
Added NSURLAuthenticationChallengeSender.useCredential(NSURLCredential, forAuthenticationChallenge: NSURLAuthenticationChallenge)
Added NSURLBookmarkCreationOptions [struct]
Added NSURLBookmarkCreationOptions.MinimalBookmark
Added NSURLBookmarkCreationOptions.PreferFileIDResolution
Added NSURLBookmarkCreationOptions.SecurityScopeAllowOnlyReadAccess
Added NSURLBookmarkCreationOptions.SuitableForBookmarkFile
Added NSURLBookmarkCreationOptions.WithSecurityScope
Added NSURLBookmarkCreationOptions.init(_: UInt)
Added NSURLBookmarkCreationOptions.init(rawValue: UInt)
Added NSURLBookmarkResolutionOptions [struct]
Added NSURLBookmarkResolutionOptions.WithSecurityScope
Added NSURLBookmarkResolutionOptions.WithoutMounting
Added NSURLBookmarkResolutionOptions.WithoutUI
Added NSURLBookmarkResolutionOptions.init(_: UInt)
Added NSURLBookmarkResolutionOptions.init(rawValue: UInt)
Added NSURLCache
Added NSURLCache.cachedResponseForRequest(NSURLRequest) -> NSCachedURLResponse?
Added NSURLCache.currentDiskUsage
Added NSURLCache.currentMemoryUsage
Added NSURLCache.diskCapacity
Added NSURLCache.getCachedResponseForDataTask(NSURLSessionDataTask, completionHandler:(NSCachedURLResponse!) -> Void)
Added NSURLCache.memoryCapacity
Added NSURLCache.init(memoryCapacity: Int, diskCapacity: Int, diskPath: String?)
Added NSURLCache.removeAllCachedResponses()
Added NSURLCache.removeCachedResponseForDataTask(NSURLSessionDataTask)
Added NSURLCache.removeCachedResponseForRequest(NSURLRequest)
Added NSURLCache.removeCachedResponsesSinceDate(NSDate)
Added NSURLCache.setSharedURLCache(NSURLCache) [class]
Added NSURLCache.sharedURLCache() -> NSURLCache [class]
Added NSURLCache.storeCachedResponse(NSCachedURLResponse, forDataTask: NSURLSessionDataTask)
Added NSURLCache.storeCachedResponse(NSCachedURLResponse, forRequest: NSURLRequest)
Added NSURLCacheStoragePolicy [enum]
Added NSURLCacheStoragePolicy.Allowed
Added NSURLCacheStoragePolicy.AllowedInMemoryOnly
Added NSURLCacheStoragePolicy.NotAllowed
Added NSURLComponents
Added NSURLComponents.init()
Added NSURLComponents.URL
Added NSURLComponents.init(URL: NSURL, resolvingAgainstBaseURL: Bool)
Added NSURLComponents.URLRelativeToURL(NSURL?) -> NSURL?
Added NSURLComponents.fragment
Added NSURLComponents.host
Added NSURLComponents.password
Added NSURLComponents.path
Added NSURLComponents.percentEncodedFragment
Added NSURLComponents.percentEncodedHost
Added NSURLComponents.percentEncodedPassword
Added NSURLComponents.percentEncodedPath
Added NSURLComponents.percentEncodedQuery
Added NSURLComponents.percentEncodedUser
Added NSURLComponents.port
Added NSURLComponents.query
Added NSURLComponents.queryItems
Added NSURLComponents.scheme
Added NSURLComponents.string
Added NSURLComponents.init(string: String)
Added NSURLComponents.user
Added NSURLConnection
Added NSURLConnection.canHandleRequest(NSURLRequest) -> Bool [class]
Added NSURLConnection.cancel()
Added NSURLConnection.currentRequest
Added NSURLConnection.originalRequest
Added NSURLConnection.init(request: NSURLRequest, delegate: AnyObject?)
Added NSURLConnection.init(request: NSURLRequest, delegate: AnyObject?, startImmediately: Bool)
Added NSURLConnection.scheduleInRunLoop(NSRunLoop, forMode: String)
Added NSURLConnection.sendAsynchronousRequest(NSURLRequest, queue: NSOperationQueue!, completionHandler:(NSURLResponse!, NSData!, NSError!) -> Void) [class]
Added NSURLConnection.sendSynchronousRequest(NSURLRequest, returningResponse: AutoreleasingUnsafeMutablePointer<NSURLResponse?>, error: NSErrorPointer) -> NSData? [class]
Added NSURLConnection.setDelegateQueue(NSOperationQueue!)
Added NSURLConnection.start()
Added NSURLConnection.unscheduleFromRunLoop(NSRunLoop, forMode: String)
Added NSURLConnectionDataDelegate
Added NSURLConnectionDataDelegate.connection(NSURLConnection, didReceiveData: NSData)
Added NSURLConnectionDataDelegate.connection(NSURLConnection, didReceiveResponse: NSURLResponse)
Added NSURLConnectionDataDelegate.connection(NSURLConnection, didSendBodyData: Int, totalBytesWritten: Int, totalBytesExpectedToWrite: Int)
Added NSURLConnectionDataDelegate.connection(NSURLConnection, needNewBodyStream: NSURLRequest) -> NSInputStream?
Added NSURLConnectionDataDelegate.connection(NSURLConnection, willCacheResponse: NSCachedURLResponse) -> NSCachedURLResponse?
Added NSURLConnectionDataDelegate.connection(NSURLConnection, willSendRequest: NSURLRequest, redirectResponse: NSURLResponse?) -> NSURLRequest?
Added NSURLConnectionDataDelegate.connectionDidFinishLoading(NSURLConnection)
Added NSURLConnectionDelegate
Added NSURLConnectionDelegate.connection(NSURLConnection, canAuthenticateAgainstProtectionSpace: NSURLProtectionSpace) -> Bool
Added NSURLConnectionDelegate.connection(NSURLConnection, didCancelAuthenticationChallenge: NSURLAuthenticationChallenge)
Added NSURLConnectionDelegate.connection(NSURLConnection, didFailWithError: NSError)
Added NSURLConnectionDelegate.connection(NSURLConnection, didReceiveAuthenticationChallenge: NSURLAuthenticationChallenge)
Added NSURLConnectionDelegate.connection(NSURLConnection, willSendRequestForAuthenticationChallenge: NSURLAuthenticationChallenge)
Added NSURLConnectionDelegate.connectionShouldUseCredentialStorage(NSURLConnection) -> Bool
Added NSURLConnectionDownloadDelegate
Added NSURLConnectionDownloadDelegate.connection(NSURLConnection, didWriteData: Int64, totalBytesWritten: Int64, expectedTotalBytes: Int64)
Added NSURLConnectionDownloadDelegate.connectionDidFinishDownloading(NSURLConnection, destinationURL: NSURL)
Added NSURLConnectionDownloadDelegate.connectionDidResumeDownloading(NSURLConnection, totalBytesWritten: Int64, expectedTotalBytes: Int64)
Added NSURLCredential
Added NSURLCredential.certificates
Added NSURLCredential.init(forTrust: SecTrust!)
Added NSURLCredential.hasPassword
Added NSURLCredential.identity
Added NSURLCredential.init(identity: SecIdentity!, certificates:[AnyObject], persistence: NSURLCredentialPersistence)
Added NSURLCredential.init(identity: SecIdentity, certificates:[AnyObject], persistence: NSURLCredentialPersistence)
Added NSURLCredential.password
Added NSURLCredential.persistence
Added NSURLCredential.init(trust: SecTrust!)
Added NSURLCredential.user
Added NSURLCredential.init(user: String, password: String, persistence: NSURLCredentialPersistence)
Added NSURLCredentialPersistence [enum]
Added NSURLCredentialPersistence.ForSession
Added NSURLCredentialPersistence.None
Added NSURLCredentialPersistence.Permanent
Added NSURLCredentialPersistence.Synchronizable
Added NSURLCredentialStorage
Added NSURLCredentialStorage.allCredentials
Added NSURLCredentialStorage.credentialsForProtectionSpace(NSURLProtectionSpace) -> [NSObject: AnyObject]?
Added NSURLCredentialStorage.defaultCredentialForProtectionSpace(NSURLProtectionSpace) -> NSURLCredential?
Added NSURLCredentialStorage.getCredentialsForProtectionSpace(NSURLProtectionSpace, task: NSURLSessionTask?, completionHandler:(([NSObject: AnyObject]!) -> Void)!)
Added NSURLCredentialStorage.getDefaultCredentialForProtectionSpace(NSURLProtectionSpace, task: NSURLSessionTask?, completionHandler:((NSURLCredential!) -> Void)!)
Added NSURLCredentialStorage.removeCredential(NSURLCredential, forProtectionSpace: NSURLProtectionSpace)
Added NSURLCredentialStorage.removeCredential(NSURLCredential, forProtectionSpace: NSURLProtectionSpace, options:[NSObject: AnyObject]?)
Added NSURLCredentialStorage.removeCredential(NSURLCredential, forProtectionSpace: NSURLProtectionSpace, options:[NSObject: AnyObject]?, task: NSURLSessionTask?)
Added NSURLCredentialStorage.setCredential(NSURLCredential, forProtectionSpace: NSURLProtectionSpace)
Added NSURLCredentialStorage.setCredential(NSURLCredential, forProtectionSpace: NSURLProtectionSpace, task: NSURLSessionTask)
Added NSURLCredentialStorage.setDefaultCredential(NSURLCredential, forProtectionSpace: NSURLProtectionSpace)
Added NSURLCredentialStorage.setDefaultCredential(NSURLCredential, forProtectionSpace: NSURLProtectionSpace, task: NSURLSessionTask)
Added NSURLCredentialStorage.sharedCredentialStorage() -> NSURLCredentialStorage [class]
Added NSURLDownload
Added NSURLDownload.canResumeDownloadDecodedWithEncodingMIMEType(String) -> Bool [class]
Added NSURLDownload.cancel()
Added NSURLDownload.deletesFileUponFailure
Added NSURLDownload.request
Added NSURLDownload.init(request: NSURLRequest, delegate: NSURLDownloadDelegate?)
Added NSURLDownload.resumeData
Added NSURLDownload.init(resumeData: NSData, delegate: NSURLDownloadDelegate?, path: String)
Added NSURLDownload.setDestination(String, allowOverwrite: Bool)
Added NSURLDownloadDelegate
Added NSURLDownloadDelegate.download(NSURLDownload, canAuthenticateAgainstProtectionSpace: NSURLProtectionSpace) -> Bool
Added NSURLDownloadDelegate.download(NSURLDownload, decideDestinationWithSuggestedFilename: String)
Added NSURLDownloadDelegate.download(NSURLDownload, didCancelAuthenticationChallenge: NSURLAuthenticationChallenge)
Added NSURLDownloadDelegate.download(NSURLDownload, didCreateDestination: String)
Added NSURLDownloadDelegate.download(NSURLDownload, didFailWithError: NSError)
Added NSURLDownloadDelegate.download(NSURLDownload, didReceiveAuthenticationChallenge: NSURLAuthenticationChallenge)
Added NSURLDownloadDelegate.download(NSURLDownload, didReceiveDataOfLength: Int)
Added NSURLDownloadDelegate.download(NSURLDownload, didReceiveResponse: NSURLResponse)
Added NSURLDownloadDelegate.download(NSURLDownload, shouldDecodeSourceDataOfMIMEType: String) -> Bool
Added NSURLDownloadDelegate.download(NSURLDownload, willResumeWithResponse: NSURLResponse, fromByte: Int64)
Added NSURLDownloadDelegate.download(NSURLDownload, willSendRequest: NSURLRequest, redirectResponse: NSURLResponse?) -> NSURLRequest?
Added NSURLDownloadDelegate.downloadDidBegin(NSURLDownload)
Added NSURLDownloadDelegate.downloadDidFinish(NSURLDownload)
Added NSURLDownloadDelegate.downloadShouldUseCredentialStorage(NSURLDownload) -> Bool
Added NSURLHandle
Added NSURLHandleClient
Added NSURLHandleStatus [enum]
Added NSURLHandleStatus.LoadFailed
Added NSURLHandleStatus.LoadInProgress
Added NSURLHandleStatus.LoadSucceeded
Added NSURLHandleStatus.NotLoaded
Added NSURLProtectionSpace
Added NSURLProtectionSpace.authenticationMethod
Added NSURLProtectionSpace.distinguishedNames
Added NSURLProtectionSpace.host
Added NSURLProtectionSpace.init(host: String, port: Int, protocol: String?, realm: String?, authenticationMethod: String?)
Added NSURLProtectionSpace.isProxy() -> Bool
Added NSURLProtectionSpace.port
Added NSURLProtectionSpace.protocol
Added NSURLProtectionSpace.init(proxyHost: String, port: Int, type: String?, realm: String?, authenticationMethod: String?)
Added NSURLProtectionSpace.proxyType
Added NSURLProtectionSpace.realm
Added NSURLProtectionSpace.receivesCredentialSecurely
Added NSURLProtectionSpace.serverTrust
Added NSURLProtocol
Added NSURLProtocol.cachedResponse
Added NSURLProtocol.canInitWithRequest(NSURLRequest) -> Bool [class]
Added NSURLProtocol.canInitWithTask(NSURLSessionTask) -> Bool [class]
Added NSURLProtocol.canonicalRequestForRequest(NSURLRequest) -> NSURLRequest [class]
Added NSURLProtocol.client
Added NSURLProtocol.propertyForKey(String, inRequest: NSURLRequest) -> AnyObject? [class]
Added NSURLProtocol.registerClass(AnyClass) -> Bool [class]
Added NSURLProtocol.removePropertyForKey(String, inRequest: NSMutableURLRequest) [class]
Added NSURLProtocol.request
Added NSURLProtocol.init(request: NSURLRequest, cachedResponse: NSCachedURLResponse?, client: NSURLProtocolClient?)
Added NSURLProtocol.requestIsCacheEquivalent(NSURLRequest, toRequest: NSURLRequest) -> Bool [class]
Added NSURLProtocol.setProperty(AnyObject, forKey: String, inRequest: NSMutableURLRequest) [class]
Added NSURLProtocol.startLoading()
Added NSURLProtocol.stopLoading()
Added NSURLProtocol.task
Added NSURLProtocol.init(task: NSURLSessionTask, cachedResponse: NSCachedURLResponse?, client: NSURLProtocolClient?)
Added NSURLProtocol.unregisterClass(AnyClass) [class]
Added NSURLProtocolClient
Added NSURLProtocolClient.URLProtocol(NSURLProtocol, cachedResponseIsValid: NSCachedURLResponse)
Added NSURLProtocolClient.URLProtocol(NSURLProtocol, didCancelAuthenticationChallenge: NSURLAuthenticationChallenge)
Added NSURLProtocolClient.URLProtocol(NSURLProtocol, didFailWithError: NSError)
Added NSURLProtocolClient.URLProtocol(NSURLProtocol, didLoadData: NSData)
Added NSURLProtocolClient.URLProtocol(NSURLProtocol, didReceiveAuthenticationChallenge: NSURLAuthenticationChallenge)
Added NSURLProtocolClient.URLProtocol(NSURLProtocol, didReceiveResponse: NSURLResponse, cacheStoragePolicy: NSURLCacheStoragePolicy)
Added NSURLProtocolClient.URLProtocol(NSURLProtocol, wasRedirectedToRequest: NSURLRequest, redirectResponse: NSURLResponse)
Added NSURLProtocolClient.URLProtocolDidFinishLoading(NSURLProtocol)
Added NSURLQueryItem
Added NSURLQueryItem.name
Added NSURLQueryItem.init(name: String, value: String)
Added NSURLQueryItem.value
Added NSURLRelationship [enum]
Added NSURLRelationship.Contains
Added NSURLRelationship.Other
Added NSURLRelationship.Same
Added NSURLRequest
Added NSURLRequest.HTTPBody
Added NSURLRequest.HTTPBodyStream
Added NSURLRequest.HTTPMethod
Added NSURLRequest.HTTPShouldHandleCookies
Added NSURLRequest.HTTPShouldUsePipelining
Added NSURLRequest.URL
Added NSURLRequest.init(URL: NSURL)
Added NSURLRequest.init(URL: NSURL, cachePolicy: NSURLRequestCachePolicy, timeoutInterval: NSTimeInterval)
Added NSURLRequest.allHTTPHeaderFields
Added NSURLRequest.allowsCellularAccess
Added NSURLRequest.cachePolicy
Added NSURLRequest.mainDocumentURL
Added NSURLRequest.networkServiceType
Added NSURLRequest.supportsSecureCoding() -> Bool [class]
Added NSURLRequest.timeoutInterval
Added NSURLRequest.valueForHTTPHeaderField(String) -> String?
Added NSURLRequestCachePolicy [enum]
Added NSURLRequestCachePolicy.ReloadIgnoringLocalAndRemoteCacheData
Added NSURLRequestCachePolicy.ReloadIgnoringLocalCacheData
Added NSURLRequestCachePolicy.ReloadRevalidatingCacheData
Added NSURLRequestCachePolicy.ReturnCacheDataDontLoad
Added NSURLRequestCachePolicy.ReturnCacheDataElseLoad
Added NSURLRequestCachePolicy.UseProtocolCachePolicy
Added NSURLRequestNetworkServiceType [enum]
Added NSURLRequestNetworkServiceType.NetworkServiceTypeBackground
Added NSURLRequestNetworkServiceType.NetworkServiceTypeDefault
Added NSURLRequestNetworkServiceType.NetworkServiceTypeVideo
Added NSURLRequestNetworkServiceType.NetworkServiceTypeVoIP
Added NSURLRequestNetworkServiceType.NetworkServiceTypeVoice
Added NSURLResponse
Added NSURLResponse.MIMEType
Added NSURLResponse.URL
Added NSURLResponse.init(URL: NSURL, MIMEType: String?, expectedContentLength: Int, textEncodingName: String?)
Added NSURLResponse.expectedContentLength
Added NSURLResponse.suggestedFilename
Added NSURLResponse.textEncodingName
Added NSURLSession
Added NSURLSession.configuration
Added NSURLSession.init(configuration: NSURLSessionConfiguration)
Added NSURLSession.init(configuration: NSURLSessionConfiguration?, delegate: NSURLSessionDelegate?, delegateQueue: NSOperationQueue?)
Added NSURLSession.dataTaskWithRequest(NSURLRequest) -> NSURLSessionDataTask
Added NSURLSession.dataTaskWithRequest(NSURLRequest, completionHandler:((NSData!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionDataTask
Added NSURLSession.dataTaskWithURL(NSURL) -> NSURLSessionDataTask
Added NSURLSession.dataTaskWithURL(NSURL, completionHandler:((NSData!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionDataTask
Added NSURLSession.delegate
Added NSURLSession.delegateQueue
Added NSURLSession.downloadTaskWithRequest(NSURLRequest) -> NSURLSessionDownloadTask
Added NSURLSession.downloadTaskWithRequest(NSURLRequest, completionHandler:((NSURL!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionDownloadTask
Added NSURLSession.downloadTaskWithResumeData(NSData) -> NSURLSessionDownloadTask
Added NSURLSession.downloadTaskWithResumeData(NSData, completionHandler:((NSURL!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionDownloadTask
Added NSURLSession.downloadTaskWithURL(NSURL) -> NSURLSessionDownloadTask
Added NSURLSession.downloadTaskWithURL(NSURL, completionHandler:((NSURL!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionDownloadTask
Added NSURLSession.finishTasksAndInvalidate()
Added NSURLSession.flushWithCompletionHandler(() -> Void)
Added NSURLSession.getTasksWithCompletionHandler(([AnyObject]!,[AnyObject]!,[AnyObject]!) -> Void)
Added NSURLSession.invalidateAndCancel()
Added NSURLSession.resetWithCompletionHandler(() -> Void)
Added NSURLSession.sessionDescription
Added NSURLSession.sharedSession() -> NSURLSession [class]
Added NSURLSession.uploadTaskWithRequest(NSURLRequest, fromData: NSData?) -> NSURLSessionUploadTask
Added NSURLSession.uploadTaskWithRequest(NSURLRequest, fromData: NSData?, completionHandler:((NSData!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionUploadTask
Added NSURLSession.uploadTaskWithRequest(NSURLRequest, fromFile: NSURL) -> NSURLSessionUploadTask
Added NSURLSession.uploadTaskWithRequest(NSURLRequest, fromFile: NSURL, completionHandler:((NSData!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionUploadTask
Added NSURLSession.uploadTaskWithStreamedRequest(NSURLRequest) -> NSURLSessionUploadTask
Added NSURLSessionAuthChallengeDisposition [enum]
Added NSURLSessionAuthChallengeDisposition.CancelAuthenticationChallenge
Added NSURLSessionAuthChallengeDisposition.PerformDefaultHandling
Added NSURLSessionAuthChallengeDisposition.RejectProtectionSpace
Added NSURLSessionAuthChallengeDisposition.UseCredential
Added NSURLSessionConfiguration
Added NSURLSessionConfiguration.HTTPAdditionalHeaders
Added NSURLSessionConfiguration.HTTPCookieAcceptPolicy
Added NSURLSessionConfiguration.HTTPCookieStorage
Added NSURLSessionConfiguration.HTTPMaximumConnectionsPerHost
Added NSURLSessionConfiguration.HTTPShouldSetCookies
Added NSURLSessionConfiguration.HTTPShouldUsePipelining
Added NSURLSessionConfiguration.TLSMaximumSupportedProtocol
Added NSURLSessionConfiguration.TLSMinimumSupportedProtocol
Added NSURLSessionConfiguration.URLCache
Added NSURLSessionConfiguration.URLCredentialStorage
Added NSURLSessionConfiguration.allowsCellularAccess
Added NSURLSessionConfiguration.backgroundSessionConfiguration(String) -> NSURLSessionConfiguration [class]
Added NSURLSessionConfiguration.backgroundSessionConfigurationWithIdentifier(String) -> NSURLSessionConfiguration [class]
Added NSURLSessionConfiguration.connectionProxyDictionary
Added NSURLSessionConfiguration.defaultSessionConfiguration() -> NSURLSessionConfiguration [class]
Added NSURLSessionConfiguration.discretionary
Added NSURLSessionConfiguration.ephemeralSessionConfiguration() -> NSURLSessionConfiguration [class]
Added NSURLSessionConfiguration.identifier
Added NSURLSessionConfiguration.networkServiceType
Added NSURLSessionConfiguration.protocolClasses
Added NSURLSessionConfiguration.requestCachePolicy
Added NSURLSessionConfiguration.sharedContainerIdentifier
Added NSURLSessionConfiguration.timeoutIntervalForRequest
Added NSURLSessionConfiguration.timeoutIntervalForResource
Added NSURLSessionDataDelegate
Added NSURLSessionDataDelegate.URLSession(NSURLSession, dataTask: NSURLSessionDataTask, didBecomeDownloadTask: NSURLSessionDownloadTask)
Added NSURLSessionDataDelegate.URLSession(NSURLSession, dataTask: NSURLSessionDataTask, didReceiveData: NSData)
Added NSURLSessionDataDelegate.URLSession(NSURLSession, dataTask: NSURLSessionDataTask, didReceiveResponse: NSURLResponse, completionHandler:(NSURLSessionResponseDisposition) -> Void)
Added NSURLSessionDataDelegate.URLSession(NSURLSession, dataTask: NSURLSessionDataTask, willCacheResponse: NSCachedURLResponse, completionHandler:(NSCachedURLResponse!) -> Void)
Added NSURLSessionDataTask
Added NSURLSessionDelegate
Added NSURLSessionDelegate.URLSession(NSURLSession, didBecomeInvalidWithError: NSError?)
Added NSURLSessionDelegate.URLSession(NSURLSession, didReceiveChallenge: NSURLAuthenticationChallenge, completionHandler:(NSURLSessionAuthChallengeDisposition, NSURLCredential!) -> Void)
Added NSURLSessionDownloadDelegate
Added NSURLSessionDownloadDelegate.URLSession(NSURLSession, downloadTask: NSURLSessionDownloadTask, didFinishDownloadingToURL: NSURL)
Added NSURLSessionDownloadDelegate.URLSession(NSURLSession, downloadTask: NSURLSessionDownloadTask, didResumeAtOffset: Int64, expectedTotalBytes: Int64)
Added NSURLSessionDownloadDelegate.URLSession(NSURLSession, downloadTask: NSURLSessionDownloadTask, didWriteData: Int64, totalBytesWritten: Int64, totalBytesExpectedToWrite: Int64)
Added NSURLSessionDownloadTask
Added NSURLSessionDownloadTask.cancelByProducingResumeData((NSData!) -> Void)
Added NSURLSessionResponseDisposition [enum]
Added NSURLSessionResponseDisposition.Allow
Added NSURLSessionResponseDisposition.BecomeDownload
Added NSURLSessionResponseDisposition.Cancel
Added NSURLSessionTask
Added NSURLSessionTask.cancel()
Added NSURLSessionTask.countOfBytesExpectedToReceive
Added NSURLSessionTask.countOfBytesExpectedToSend
Added NSURLSessionTask.countOfBytesReceived
Added NSURLSessionTask.countOfBytesSent
Added NSURLSessionTask.currentRequest
Added NSURLSessionTask.error
Added NSURLSessionTask.originalRequest
Added NSURLSessionTask.priority
Added NSURLSessionTask.response
Added NSURLSessionTask.resume()
Added NSURLSessionTask.state
Added NSURLSessionTask.suspend()
Added NSURLSessionTask.taskDescription
Added NSURLSessionTask.taskIdentifier
Added NSURLSessionTaskDelegate
Added NSURLSessionTaskDelegate.URLSession(NSURLSession, task: NSURLSessionTask, didCompleteWithError: NSError?)
Added NSURLSessionTaskDelegate.URLSession(NSURLSession, task: NSURLSessionTask, didReceiveChallenge: NSURLAuthenticationChallenge, completionHandler:(NSURLSessionAuthChallengeDisposition, NSURLCredential!) -> Void)
Added NSURLSessionTaskDelegate.URLSession(NSURLSession, task: NSURLSessionTask, didSendBodyData: Int64, totalBytesSent: Int64, totalBytesExpectedToSend: Int64)
Added NSURLSessionTaskDelegate.URLSession(NSURLSession, task: NSURLSessionTask, needNewBodyStream:(NSInputStream!) -> Void)
Added NSURLSessionTaskDelegate.URLSession(NSURLSession, task: NSURLSessionTask, willPerformHTTPRedirection: NSHTTPURLResponse, newRequest: NSURLRequest, completionHandler:(NSURLRequest!) -> Void)
Added NSURLSessionTaskState [enum]
Added NSURLSessionTaskState.Canceling
Added NSURLSessionTaskState.Completed
Added NSURLSessionTaskState.Running
Added NSURLSessionTaskState.Suspended
Added NSURLSessionUploadTask
Added NSUUID
Added NSUUID.init()
Added NSUUID.init(UUIDBytes: UnsafePointer<UInt8>)
Added NSUUID.UUIDString
Added NSUUID.init(UUIDString: String)
Added NSUUID.getUUIDBytes(UnsafeMutablePointer<UInt8>)
Added NSUbiquitousKeyValueStore
Added NSUbiquitousKeyValueStore.arrayForKey(String) -> [AnyObject]?
Added NSUbiquitousKeyValueStore.boolForKey(String) -> Bool
Added NSUbiquitousKeyValueStore.dataForKey(String) -> NSData?
Added NSUbiquitousKeyValueStore.defaultStore() -> NSUbiquitousKeyValueStore [class]
Added NSUbiquitousKeyValueStore.dictionaryForKey(String) -> [NSObject: AnyObject]?
Added NSUbiquitousKeyValueStore.dictionaryRepresentation
Added NSUbiquitousKeyValueStore.doubleForKey(String) -> Double
Added NSUbiquitousKeyValueStore.longLongForKey(String) -> Int64
Added NSUbiquitousKeyValueStore.objectForKey(String) -> AnyObject?
Added NSUbiquitousKeyValueStore.removeObjectForKey(String)
Added NSUbiquitousKeyValueStore.setArray([AnyObject]?, forKey: String)
Added NSUbiquitousKeyValueStore.setBool(Bool, forKey: String)
Added NSUbiquitousKeyValueStore.setData(NSData?, forKey: String)
Added NSUbiquitousKeyValueStore.setDictionary([NSObject: AnyObject]?, forKey: String)
Added NSUbiquitousKeyValueStore.setDouble(Double, forKey: String)
Added NSUbiquitousKeyValueStore.setLongLong(Int64, forKey: String)
Added NSUbiquitousKeyValueStore.setObject(AnyObject?, forKey: String)
Added NSUbiquitousKeyValueStore.setString(String?, forKey: String)
Added NSUbiquitousKeyValueStore.stringForKey(String) -> String?
Added NSUbiquitousKeyValueStore.synchronize() -> Bool
Added NSUnarchiver
Added NSUnarchiver.atEnd
Added NSUnarchiver.classNameDecodedForArchiveClassName(String) -> String [class]
Added NSUnarchiver.classNameDecodedForArchiveClassName(String) -> String
Added NSUnarchiver.decodeClassName(String, asClassName: String) [class]
Added NSUnarchiver.decodeClassName(String, asClassName: String)
Added NSUnarchiver.init(forReadingWithData: NSData)
Added NSUnarchiver.replaceObject(AnyObject, withObject: AnyObject)
Added NSUnarchiver.systemVersion
Added NSUnarchiver.unarchiveObjectWithData(NSData) -> AnyObject? [class]
Added NSUnarchiver.unarchiveObjectWithFile(String) -> AnyObject? [class]
Added NSUndoManager
Added NSUndoManager.beginUndoGrouping()
Added NSUndoManager.canRedo
Added NSUndoManager.canUndo
Added NSUndoManager.disableUndoRegistration()
Added NSUndoManager.enableUndoRegistration()
Added NSUndoManager.endUndoGrouping()
Added NSUndoManager.groupingLevel
Added NSUndoManager.groupsByEvent
Added NSUndoManager.levelsOfUndo
Added NSUndoManager.prepareWithInvocationTarget(AnyObject) -> AnyObject
Added NSUndoManager.redo()
Added NSUndoManager.redoActionIsDiscardable
Added NSUndoManager.redoActionName
Added NSUndoManager.redoMenuItemTitle
Added NSUndoManager.redoMenuTitleForUndoActionName(String) -> String
Added NSUndoManager.redoing
Added NSUndoManager.registerUndoWithTarget(AnyObject, selector: Selector, object: AnyObject?)
Added NSUndoManager.removeAllActions()
Added NSUndoManager.removeAllActionsWithTarget(AnyObject)
Added NSUndoManager.runLoopModes
Added NSUndoManager.setActionIsDiscardable(Bool)
Added NSUndoManager.setActionName(String)
Added NSUndoManager.undo()
Added NSUndoManager.undoActionIsDiscardable
Added NSUndoManager.undoActionName
Added NSUndoManager.undoMenuItemTitle
Added NSUndoManager.undoMenuTitleForUndoActionName(String) -> String
Added NSUndoManager.undoNestedGroup()
Added NSUndoManager.undoRegistrationEnabled
Added NSUndoManager.undoing
Added NSUniqueIDSpecifier
Added NSUniqueIDSpecifier.init(coder: NSCoder)
Added NSUniqueIDSpecifier.init(containerClassDescription: NSScriptClassDescription, containerSpecifier: NSScriptObjectSpecifier, key: String, uniqueID: AnyObject)
Added NSUniqueIDSpecifier.uniqueID
Added NSUserActivity
Added NSUserActivity.init()
Added NSUserActivity.activityType
Added NSUserActivity.init(activityType: String)
Added NSUserActivity.addUserInfoEntriesFromDictionary([NSObject: AnyObject])
Added NSUserActivity.becomeCurrent()
Added NSUserActivity.delegate
Added NSUserActivity.getContinuationStreamsWithCompletionHandler((NSInputStream!, NSOutputStream!, NSError!) -> Void)
Added NSUserActivity.invalidate()
Added NSUserActivity.needsSave
Added NSUserActivity.supportsContinuationStreams
Added NSUserActivity.title
Added NSUserActivity.userInfo
Added NSUserActivity.webpageURL
Added NSUserActivityDelegate
Added NSUserActivityDelegate.userActivity(NSUserActivity, didReceiveInputStream: NSInputStream, outputStream: NSOutputStream)
Added NSUserActivityDelegate.userActivityWasContinued(NSUserActivity)
Added NSUserActivityDelegate.userActivityWillSave(NSUserActivity)
Added NSUserAppleScriptTask
Added NSUserAppleScriptTask.executeWithAppleEvent(NSAppleEventDescriptor, completionHandler: NSUserAppleScriptTaskCompletionHandler!)
Added NSUserAutomatorTask
Added NSUserAutomatorTask.executeWithInput(NSSecureCoding?, completionHandler: NSUserAutomatorTaskCompletionHandler!)
Added NSUserAutomatorTask.variables
Added NSUserDefaults
Added NSUserDefaults.init()
Added NSUserDefaults.URLForKey(String) -> NSURL?
Added NSUserDefaults.addSuiteNamed(String)
Added NSUserDefaults.arrayForKey(String) -> [AnyObject]?
Added NSUserDefaults.boolForKey(String) -> Bool
Added NSUserDefaults.dataForKey(String) -> NSData?
Added NSUserDefaults.dictionaryForKey(String) -> [NSObject: AnyObject]?
Added NSUserDefaults.dictionaryRepresentation() -> [NSObject: AnyObject]
Added NSUserDefaults.doubleForKey(String) -> Double
Added NSUserDefaults.floatForKey(String) -> Float
Added NSUserDefaults.integerForKey(String) -> Int
Added NSUserDefaults.objectForKey(String) -> AnyObject?
Added NSUserDefaults.objectIsForcedForKey(String) -> Bool
Added NSUserDefaults.objectIsForcedForKey(String, inDomain: String) -> Bool
Added NSUserDefaults.persistentDomainForName(String) -> [NSObject: AnyObject]?
Added NSUserDefaults.registerDefaults([NSObject: AnyObject])
Added NSUserDefaults.removeObjectForKey(String)
Added NSUserDefaults.removePersistentDomainForName(String)
Added NSUserDefaults.removeSuiteNamed(String)
Added NSUserDefaults.removeVolatileDomainForName(String)
Added NSUserDefaults.resetStandardUserDefaults() [class]
Added NSUserDefaults.setBool(Bool, forKey: String)
Added NSUserDefaults.setDouble(Double, forKey: String)
Added NSUserDefaults.setFloat(Float, forKey: String)
Added NSUserDefaults.setInteger(Int, forKey: String)
Added NSUserDefaults.setObject(AnyObject?, forKey: String)
Added NSUserDefaults.setPersistentDomain([NSObject: AnyObject], forName: String)
Added NSUserDefaults.setURL(NSURL, forKey: String)
Added NSUserDefaults.setVolatileDomain([NSObject: AnyObject], forName: String)
Added NSUserDefaults.standardUserDefaults() -> NSUserDefaults [class]
Added NSUserDefaults.stringArrayForKey(String) -> [AnyObject]?
Added NSUserDefaults.stringForKey(String) -> String?
Added NSUserDefaults.init(suiteName: String)
Added NSUserDefaults.synchronize() -> Bool
Added NSUserDefaults.volatileDomainForName(String) -> [NSObject: AnyObject]
Added NSUserDefaults.volatileDomainNames
Added NSUserNotification
Added NSUserNotification.init()
Added NSUserNotification.actionButtonTitle
Added NSUserNotification.activationType
Added NSUserNotification.actualDeliveryDate
Added NSUserNotification.additionalActions
Added NSUserNotification.additionalActivationAction
Added NSUserNotification.contentImage
Added NSUserNotification.deliveryDate
Added NSUserNotification.deliveryRepeatInterval
Added NSUserNotification.deliveryTimeZone
Added NSUserNotification.hasActionButton
Added NSUserNotification.hasReplyButton
Added NSUserNotification.identifier
Added NSUserNotification.informativeText
Added NSUserNotification.otherButtonTitle
Added NSUserNotification.presented
Added NSUserNotification.remote
Added NSUserNotification.response
Added NSUserNotification.responsePlaceholder
Added NSUserNotification.soundName
Added NSUserNotification.subtitle
Added NSUserNotification.title
Added NSUserNotification.userInfo
Added NSUserNotificationAction
Added NSUserNotificationAction.identifier
Added NSUserNotificationAction.init(identifier: String?, title: String?)
Added NSUserNotificationAction.title
Added NSUserNotificationActivationType [enum]
Added NSUserNotificationActivationType.ActionButtonClicked
Added NSUserNotificationActivationType.AdditionalActionClicked
Added NSUserNotificationActivationType.ContentsClicked
Added NSUserNotificationActivationType.None
Added NSUserNotificationActivationType.Replied
Added NSUserNotificationCenter
Added NSUserNotificationCenter.defaultUserNotificationCenter() -> NSUserNotificationCenter [class]
Added NSUserNotificationCenter.delegate
Added NSUserNotificationCenter.deliverNotification(NSUserNotification)
Added NSUserNotificationCenter.deliveredNotifications
Added NSUserNotificationCenter.removeAllDeliveredNotifications()
Added NSUserNotificationCenter.removeDeliveredNotification(NSUserNotification)
Added NSUserNotificationCenter.removeScheduledNotification(NSUserNotification)
Added NSUserNotificationCenter.scheduleNotification(NSUserNotification)
Added NSUserNotificationCenter.scheduledNotifications
Added NSUserNotificationCenterDelegate
Added NSUserNotificationCenterDelegate.userNotificationCenter(NSUserNotificationCenter, didActivateNotification: NSUserNotification)
Added NSUserNotificationCenterDelegate.userNotificationCenter(NSUserNotificationCenter, didDeliverNotification: NSUserNotification)
Added NSUserNotificationCenterDelegate.userNotificationCenter(NSUserNotificationCenter, shouldPresentNotification: NSUserNotification) -> Bool
Added NSUserScriptTask
Added NSUserScriptTask.init(URL: NSURL, error: NSErrorPointer)
Added NSUserScriptTask.executeWithCompletionHandler(NSUserScriptTaskCompletionHandler?)
Added NSUserScriptTask.scriptURL
Added NSUserUnixTask
Added NSUserUnixTask.executeWithArguments([AnyObject]?, completionHandler: NSUserUnixTaskCompletionHandler?)
Added NSUserUnixTask.standardError
Added NSUserUnixTask.standardInput
Added NSUserUnixTask.standardOutput
Added NSValue
Added NSValue.init(_: UnsafePointer<Void>, withObjCType: UnsafePointer<Int8>)
Added NSValue.init(bytes: UnsafePointer<Void>, objCType: UnsafePointer<Int8>)
Added NSValue.init(coder: NSCoder)
Added NSValue.init(edgeInsets: NSEdgeInsets)
Added NSValue.edgeInsetsValue
Added NSValue.getValue(UnsafeMutablePointer<Void>)
Added NSValue.isEqualToValue(NSValue) -> Bool
Added NSValue.init(nonretainedObject: AnyObject?)
Added NSValue.nonretainedObjectValue
Added NSValue.objCType
Added NSValue.init(point: NSPoint)
Added NSValue.pointValue
Added NSValue.init(pointer: UnsafePointer<Void>)
Added NSValue.pointerValue() -> UnsafeMutablePointer<Void>
Added NSValue.init(range: NSRange)
Added NSValue.rangeValue
Added NSValue.init(rect: NSRect)
Added NSValue.rectValue
Added NSValue.init(size: NSSize)
Added NSValue.sizeValue
Added NSValueTransformer
Added NSValueTransformer.allowsReverseTransformation() -> Bool [class]
Added NSValueTransformer.init(forName: String)
Added NSValueTransformer.reverseTransformedValue(AnyObject?) -> AnyObject?
Added NSValueTransformer.setValueTransformer(NSValueTransformer, forName: String) [class]
Added NSValueTransformer.transformedValue(AnyObject?) -> AnyObject?
Added NSValueTransformer.transformedValueClass() -> AnyClass [class]
Added NSValueTransformer.valueTransformerNames() -> [AnyObject] [class]
Added NSVolumeEnumerationOptions [struct]
Added NSVolumeEnumerationOptions.ProduceFileReferenceURLs
Added NSVolumeEnumerationOptions.SkipHiddenVolumes
Added NSVolumeEnumerationOptions.init(_: UInt)
Added NSVolumeEnumerationOptions.init(rawValue: UInt)
Added NSWhoseSpecifier
Added NSWhoseSpecifier.init(coder: NSCoder)
Added NSWhoseSpecifier.init(containerClassDescription: NSScriptClassDescription, containerSpecifier: NSScriptObjectSpecifier, key: String, test: NSScriptWhoseTest)
Added NSWhoseSpecifier.endSubelementIdentifier
Added NSWhoseSpecifier.endSubelementIndex
Added NSWhoseSpecifier.startSubelementIdentifier
Added NSWhoseSpecifier.startSubelementIndex
Added NSWhoseSpecifier.test
Added NSWhoseSubelementIdentifier [enum]
Added NSWhoseSubelementIdentifier.EverySubelement
Added NSWhoseSubelementIdentifier.IndexSubelement
Added NSWhoseSubelementIdentifier.MiddleSubelement
Added NSWhoseSubelementIdentifier.NoSubelement
Added NSWhoseSubelementIdentifier.RandomSubelement
Added NSXMLDTD
Added NSXMLDTD.init()
Added NSXMLDTD.addChild(NSXMLNode)
Added NSXMLDTD.attributeDeclarationForName(String, elementName: String) -> NSXMLDTDNode?
Added NSXMLDTD.init(contentsOfURL: NSURL, options: Int, error: NSErrorPointer)
Added NSXMLDTD.init(data: NSData, options: Int, error: NSErrorPointer)
Added NSXMLDTD.elementDeclarationForName(String) -> NSXMLDTDNode?
Added NSXMLDTD.entityDeclarationForName(String) -> NSXMLDTDNode?
Added NSXMLDTD.insertChild(NSXMLNode, atIndex: Int)
Added NSXMLDTD.insertChildren([AnyObject], atIndex: Int)
Added NSXMLDTD.notationDeclarationForName(String) -> NSXMLDTDNode?
Added NSXMLDTD.predefinedEntityDeclarationForName(String) -> NSXMLDTDNode? [class]
Added NSXMLDTD.publicID
Added NSXMLDTD.removeChildAtIndex(Int)
Added NSXMLDTD.replaceChildAtIndex(Int, withNode: NSXMLNode)
Added NSXMLDTD.setChildren([AnyObject]?)
Added NSXMLDTD.systemID
Added NSXMLDTDNode
Added NSXMLDTDNode.init()
Added NSXMLDTDNode.DTDKind
Added NSXMLDTDNode.init(XMLString: String)
Added NSXMLDTDNode.external
Added NSXMLDTDNode.init(kind: NSXMLNodeKind, options: Int)
Added NSXMLDTDNode.notationName
Added NSXMLDTDNode.publicID
Added NSXMLDTDNode.systemID
Added NSXMLDTDNodeKind [enum]
Added NSXMLDTDNodeKind.NSXMLAttributeCDATAKind
Added NSXMLDTDNodeKind.NSXMLAttributeEntitiesKind
Added NSXMLDTDNodeKind.NSXMLAttributeEntityKind
Added NSXMLDTDNodeKind.NSXMLAttributeEnumerationKind
Added NSXMLDTDNodeKind.NSXMLAttributeIDKind
Added NSXMLDTDNodeKind.NSXMLAttributeIDRefKind
Added NSXMLDTDNodeKind.NSXMLAttributeIDRefsKind
Added NSXMLDTDNodeKind.NSXMLAttributeNMTokenKind
Added NSXMLDTDNodeKind.NSXMLAttributeNMTokensKind
Added NSXMLDTDNodeKind.NSXMLAttributeNotationKind
Added NSXMLDTDNodeKind.NSXMLElementDeclarationAnyKind
Added NSXMLDTDNodeKind.NSXMLElementDeclarationElementKind
Added NSXMLDTDNodeKind.NSXMLElementDeclarationEmptyKind
Added NSXMLDTDNodeKind.NSXMLElementDeclarationMixedKind
Added NSXMLDTDNodeKind.NSXMLElementDeclarationUndefinedKind
Added NSXMLDTDNodeKind.NSXMLEntityGeneralKind
Added NSXMLDTDNodeKind.NSXMLEntityParameterKind
Added NSXMLDTDNodeKind.NSXMLEntityParsedKind
Added NSXMLDTDNodeKind.NSXMLEntityPredefined
Added NSXMLDTDNodeKind.NSXMLEntityUnparsedKind
Added NSXMLDocument
Added NSXMLDocument.init()
Added NSXMLDocument.DTD
Added NSXMLDocument.MIMEType
Added NSXMLDocument.XMLData
Added NSXMLDocument.XMLDataWithOptions(Int) -> NSData
Added NSXMLDocument.init(XMLString: String, options: Int, error: NSErrorPointer)
Added NSXMLDocument.addChild(NSXMLNode)
Added NSXMLDocument.characterEncoding
Added NSXMLDocument.init(contentsOfURL: NSURL, options: Int, error: NSErrorPointer)
Added NSXMLDocument.init(data: NSData, options: Int, error: NSErrorPointer)
Added NSXMLDocument.documentContentKind
Added NSXMLDocument.insertChild(NSXMLNode, atIndex: Int)
Added NSXMLDocument.insertChildren([AnyObject], atIndex: Int)
Added NSXMLDocument.objectByApplyingXSLT(NSData, arguments:[NSObject: AnyObject]?, error: NSErrorPointer) -> AnyObject?
Added NSXMLDocument.objectByApplyingXSLTAtURL(NSURL, arguments:[NSObject: AnyObject]?, error: NSErrorPointer) -> AnyObject?
Added NSXMLDocument.objectByApplyingXSLTString(String, arguments:[NSObject: AnyObject]?, error: NSErrorPointer) -> AnyObject?
Added NSXMLDocument.removeChildAtIndex(Int)
Added NSXMLDocument.replaceChildAtIndex(Int, withNode: NSXMLNode)
Added NSXMLDocument.replacementClassForClass(AnyClass) -> AnyClass! [class]
Added NSXMLDocument.rootElement() -> NSXMLElement?
Added NSXMLDocument.init(rootElement: NSXMLElement!)
Added NSXMLDocument.setChildren([AnyObject]?)
Added NSXMLDocument.setRootElement(NSXMLElement!)
Added NSXMLDocument.standalone
Added NSXMLDocument.validateAndReturnError(NSErrorPointer) -> Bool
Added NSXMLDocument.version
Added NSXMLDocumentContentKind [enum]
Added NSXMLDocumentContentKind.HTMLKind
Added NSXMLDocumentContentKind.TextKind
Added NSXMLDocumentContentKind.XHTMLKind
Added NSXMLDocumentContentKind.XMLKind
Added NSXMLElement
Added NSXMLElement.init(XMLString: String, error: NSErrorPointer)
Added NSXMLElement.addAttribute(NSXMLNode)
Added NSXMLElement.addChild(NSXMLNode)
Added NSXMLElement.addNamespace(NSXMLNode)
Added NSXMLElement.attributeForLocalName(String, URI: String?) -> NSXMLNode?
Added NSXMLElement.attributeForName(String) -> NSXMLNode?
Added NSXMLElement.attributes
Added NSXMLElement.elementsForLocalName(String, URI: String?) -> [AnyObject]
Added NSXMLElement.elementsForName(String) -> [AnyObject]
Added NSXMLElement.insertChild(NSXMLNode, atIndex: Int)
Added NSXMLElement.insertChildren([AnyObject], atIndex: Int)
Added NSXMLElement.init(kind: NSXMLNodeKind, options: Int)
Added NSXMLElement.init(name: String)
Added NSXMLElement.init(name: String, URI: String?)
Added NSXMLElement.init(name: String, stringValue: String?)
Added NSXMLElement.namespaceForPrefix(String) -> NSXMLNode?
Added NSXMLElement.namespaces
Added NSXMLElement.normalizeAdjacentTextNodesPreservingCDATA(Bool)
Added NSXMLElement.removeAttributeForName(String)
Added NSXMLElement.removeChildAtIndex(Int)
Added NSXMLElement.removeNamespaceForPrefix(String)
Added NSXMLElement.replaceChildAtIndex(Int, withNode: NSXMLNode)
Added NSXMLElement.resolveNamespaceForName(String) -> NSXMLNode?
Added NSXMLElement.resolvePrefixForNamespaceURI(String) -> String?
Added NSXMLElement.setAttributesAsDictionary([NSObject: AnyObject])
Added NSXMLElement.setAttributesWithDictionary([NSObject: AnyObject])
Added NSXMLElement.setChildren([AnyObject]?)
Added NSXMLNode
Added NSXMLNode.init()
Added NSXMLNode.DTDNodeWithXMLString(String) -> AnyObject? [class]
Added NSXMLNode.URI
Added NSXMLNode.XMLString
Added NSXMLNode.XMLStringWithOptions(Int) -> String
Added NSXMLNode.XPath
Added NSXMLNode.attributeWithName(String!, URI: String!, stringValue: String!) -> AnyObject? [class]
Added NSXMLNode.attributeWithName(String, stringValue: String) -> AnyObject? [class]
Added NSXMLNode.canonicalXMLStringPreservingComments(Bool) -> String
Added NSXMLNode.childAtIndex(Int) -> NSXMLNode?
Added NSXMLNode.childCount
Added NSXMLNode.children
Added NSXMLNode.commentWithStringValue(String!) -> AnyObject? [class]
Added NSXMLNode.description
Added NSXMLNode.detach()
Added NSXMLNode.document() -> AnyObject? [class]
Added NSXMLNode.documentWithRootElement(NSXMLElement!) -> AnyObject? [class]
Added NSXMLNode.elementWithName(String!, URI: String!) -> AnyObject? [class]
Added NSXMLNode.elementWithName(String!, children:[AnyObject]?, attributes:[AnyObject]?) -> AnyObject? [class]
Added NSXMLNode.elementWithName(String!, stringValue: String!) -> AnyObject? [class]
Added NSXMLNode.elementWithName(String) -> AnyObject? [class]
Added NSXMLNode.index
Added NSXMLNode.kind
Added NSXMLNode.init(kind: NSXMLNodeKind)
Added NSXMLNode.init(kind: NSXMLNodeKind, options: Int)
Added NSXMLNode.level
Added NSXMLNode.localName
Added NSXMLNode.localNameForName(String) -> String! [class]
Added NSXMLNode.name
Added NSXMLNode.namespaceWithName(String, stringValue: String) -> AnyObject? [class]
Added NSXMLNode.nextNode
Added NSXMLNode.nextSibling
Added NSXMLNode.nodesForXPath(String, error: NSErrorPointer) -> [AnyObject]?
Added NSXMLNode.objectValue
Added NSXMLNode.objectsForXQuery(String, constants:[NSObject: AnyObject]!, error: NSErrorPointer) -> [AnyObject]?
Added NSXMLNode.objectsForXQuery(String, error: NSErrorPointer) -> [AnyObject]?
Added NSXMLNode.parent
Added NSXMLNode.predefinedNamespaceForPrefix(String) -> NSXMLNode? [class]
Added NSXMLNode.prefix
Added NSXMLNode.prefixForName(String) -> String? [class]
Added NSXMLNode.previousNode
Added NSXMLNode.previousSibling
Added NSXMLNode.processingInstructionWithName(String, stringValue: String) -> AnyObject? [class]
Added NSXMLNode.rootDocument
Added NSXMLNode.setStringValue(String, resolvingEntities: Bool)
Added NSXMLNode.stringValue
Added NSXMLNode.textWithStringValue(String!) -> AnyObject? [class]
Added NSXMLNodeKind [enum]
Added NSXMLNodeKind.NSXMLAttributeDeclarationKind
Added NSXMLNodeKind.NSXMLAttributeKind
Added NSXMLNodeKind.NSXMLCommentKind
Added NSXMLNodeKind.NSXMLDTDKind
Added NSXMLNodeKind.NSXMLDocumentKind
Added NSXMLNodeKind.NSXMLElementDeclarationKind
Added NSXMLNodeKind.NSXMLElementKind
Added NSXMLNodeKind.NSXMLEntityDeclarationKind
Added NSXMLNodeKind.NSXMLInvalidKind
Added NSXMLNodeKind.NSXMLNamespaceKind
Added NSXMLNodeKind.NSXMLNotationDeclarationKind
Added NSXMLNodeKind.NSXMLProcessingInstructionKind
Added NSXMLNodeKind.NSXMLTextKind
Added NSXMLParser
Added NSXMLParser.abortParsing()
Added NSXMLParser.allowedExternalEntityURLs
Added NSXMLParser.columnNumber
Added NSXMLParser.init(contentsOfURL: NSURL!)
Added NSXMLParser.init(data: NSData!)
Added NSXMLParser.delegate
Added NSXMLParser.externalEntityResolvingPolicy
Added NSXMLParser.lineNumber
Added NSXMLParser.parse() -> Bool
Added NSXMLParser.parserError
Added NSXMLParser.publicID
Added NSXMLParser.shouldProcessNamespaces
Added NSXMLParser.shouldReportNamespacePrefixes
Added NSXMLParser.shouldResolveExternalEntities
Added NSXMLParser.init(stream: NSInputStream)
Added NSXMLParser.systemID
Added NSXMLParserDelegate
Added NSXMLParserDelegate.parser(NSXMLParser!, didEndElement: String!, namespaceURI: String!, qualifiedName: String!)
Added NSXMLParserDelegate.parser(NSXMLParser!, didEndMappingPrefix: String!)
Added NSXMLParserDelegate.parser(NSXMLParser!, didStartElement: String!, namespaceURI: String!, qualifiedName: String!, attributes:[NSObject: AnyObject]!)
Added NSXMLParserDelegate.parser(NSXMLParser!, didStartMappingPrefix: String!, toURI: String!)
Added NSXMLParserDelegate.parser(NSXMLParser!, foundAttributeDeclarationWithName: String!, forElement: String!, type: String!, defaultValue: String!)
Added NSXMLParserDelegate.parser(NSXMLParser!, foundCDATA: NSData!)
Added NSXMLParserDelegate.parser(NSXMLParser!, foundCharacters: String!)
Added NSXMLParserDelegate.parser(NSXMLParser!, foundComment: String!)
Added NSXMLParserDelegate.parser(NSXMLParser!, foundElementDeclarationWithName: String!, model: String!)
Added NSXMLParserDelegate.parser(NSXMLParser!, foundExternalEntityDeclarationWithName: String!, publicID: String!, systemID: String!)
Added NSXMLParserDelegate.parser(NSXMLParser!, foundIgnorableWhitespace: String!)
Added NSXMLParserDelegate.parser(NSXMLParser!, foundInternalEntityDeclarationWithName: String!, value: String!)
Added NSXMLParserDelegate.parser(NSXMLParser!, foundNotationDeclarationWithName: String!, publicID: String!, systemID: String!)
Added NSXMLParserDelegate.parser(NSXMLParser!, foundProcessingInstructionWithTarget: String!, data: String!)
Added NSXMLParserDelegate.parser(NSXMLParser!, foundUnparsedEntityDeclarationWithName: String!, publicID: String!, systemID: String!, notationName: String!)
Added NSXMLParserDelegate.parser(NSXMLParser!, parseErrorOccurred: NSError!)
Added NSXMLParserDelegate.parser(NSXMLParser!, resolveExternalEntityName: String!, systemID: String!) -> NSData!
Added NSXMLParserDelegate.parser(NSXMLParser!, validationErrorOccurred: NSError!)
Added NSXMLParserDelegate.parserDidEndDocument(NSXMLParser!)
Added NSXMLParserDelegate.parserDidStartDocument(NSXMLParser!)
Added NSXMLParserError [enum]
Added NSXMLParserError.AttributeHasNoValueError
Added NSXMLParserError.AttributeListNotFinishedError
Added NSXMLParserError.AttributeListNotStartedError
Added NSXMLParserError.AttributeNotFinishedError
Added NSXMLParserError.AttributeNotStartedError
Added NSXMLParserError.AttributeRedefinedError
Added NSXMLParserError.CDATANotFinishedError
Added NSXMLParserError.CharacterRefAtEOFError
Added NSXMLParserError.CharacterRefInDTDError
Added NSXMLParserError.CharacterRefInEpilogError
Added NSXMLParserError.CharacterRefInPrologError
Added NSXMLParserError.CommentContainsDoubleHyphenError
Added NSXMLParserError.CommentNotFinishedError
Added NSXMLParserError.ConditionalSectionNotFinishedError
Added NSXMLParserError.ConditionalSectionNotStartedError
Added NSXMLParserError.DOCTYPEDeclNotFinishedError
Added NSXMLParserError.DelegateAbortedParseError
Added NSXMLParserError.DocumentStartError
Added NSXMLParserError.ElementContentDeclNotFinishedError
Added NSXMLParserError.ElementContentDeclNotStartedError
Added NSXMLParserError.EmptyDocumentError
Added NSXMLParserError.EncodingNotSupportedError
Added NSXMLParserError.EntityBoundaryError
Added NSXMLParserError.EntityIsExternalError
Added NSXMLParserError.EntityIsParameterError
Added NSXMLParserError.EntityNotFinishedError
Added NSXMLParserError.EntityNotStartedError
Added NSXMLParserError.EntityRefAtEOFError
Added NSXMLParserError.EntityRefInDTDError
Added NSXMLParserError.EntityRefInEpilogError
Added NSXMLParserError.EntityRefInPrologError
Added NSXMLParserError.EntityRefLoopError
Added NSXMLParserError.EntityReferenceMissingSemiError
Added NSXMLParserError.EntityReferenceWithoutNameError
Added NSXMLParserError.EntityValueRequiredError
Added NSXMLParserError.EqualExpectedError
Added NSXMLParserError.ExternalStandaloneEntityError
Added NSXMLParserError.ExternalSubsetNotFinishedError
Added NSXMLParserError.ExtraContentError
Added NSXMLParserError.GTRequiredError
Added NSXMLParserError.InternalError
Added NSXMLParserError.InvalidCharacterError
Added NSXMLParserError.InvalidCharacterInEntityError
Added NSXMLParserError.InvalidCharacterRefError
Added NSXMLParserError.InvalidConditionalSectionError
Added NSXMLParserError.InvalidDecimalCharacterRefError
Added NSXMLParserError.InvalidEncodingError
Added NSXMLParserError.InvalidEncodingNameError
Added NSXMLParserError.InvalidHexCharacterRefError
Added NSXMLParserError.InvalidURIError
Added NSXMLParserError.LTRequiredError
Added NSXMLParserError.LTSlashRequiredError
Added NSXMLParserError.LessThanSymbolInAttributeError
Added NSXMLParserError.LiteralNotFinishedError
Added NSXMLParserError.LiteralNotStartedError
Added NSXMLParserError.MisplacedCDATAEndStringError
Added NSXMLParserError.MisplacedXMLDeclarationError
Added NSXMLParserError.MixedContentDeclNotFinishedError
Added NSXMLParserError.MixedContentDeclNotStartedError
Added NSXMLParserError.NAMERequiredError
Added NSXMLParserError.NMTOKENRequiredError
Added NSXMLParserError.NamespaceDeclarationError
Added NSXMLParserError.NoDTDError
Added NSXMLParserError.NotWellBalancedError
Added NSXMLParserError.NotationNotFinishedError
Added NSXMLParserError.NotationNotStartedError
Added NSXMLParserError.OutOfMemoryError
Added NSXMLParserError.PCDATARequiredError
Added NSXMLParserError.ParsedEntityRefAtEOFError
Added NSXMLParserError.ParsedEntityRefInEpilogError
Added NSXMLParserError.ParsedEntityRefInInternalError
Added NSXMLParserError.ParsedEntityRefInInternalSubsetError
Added NSXMLParserError.ParsedEntityRefInPrologError
Added NSXMLParserError.ParsedEntityRefMissingSemiError
Added NSXMLParserError.ParsedEntityRefNoNameError
Added NSXMLParserError.PrematureDocumentEndError
Added NSXMLParserError.ProcessingInstructionNotFinishedError
Added NSXMLParserError.ProcessingInstructionNotStartedError
Added NSXMLParserError.PublicIdentifierRequiredError
Added NSXMLParserError.SeparatorRequiredError
Added NSXMLParserError.SpaceRequiredError
Added NSXMLParserError.StandaloneValueError
Added NSXMLParserError.StringNotClosedError
Added NSXMLParserError.StringNotStartedError
Added NSXMLParserError.TagNameMismatchError
Added NSXMLParserError.URIFragmentError
Added NSXMLParserError.URIRequiredError
Added NSXMLParserError.UndeclaredEntityError
Added NSXMLParserError.UnfinishedTagError
Added NSXMLParserError.UnknownEncodingError
Added NSXMLParserError.UnparsedEntityError
Added NSXMLParserError.XMLDeclNotFinishedError
Added NSXMLParserError.XMLDeclNotStartedError
Added NSXMLParserExternalEntityResolvingPolicy [enum]
Added NSXMLParserExternalEntityResolvingPolicy.ResolveExternalEntitiesAlways
Added NSXMLParserExternalEntityResolvingPolicy.ResolveExternalEntitiesNever
Added NSXMLParserExternalEntityResolvingPolicy.ResolveExternalEntitiesNoNetwork
Added NSXMLParserExternalEntityResolvingPolicy.ResolveExternalEntitiesSameOriginOnly
Added NSXPCConnection
Added NSXPCConnection.auditSessionIdentifier
Added NSXPCConnection.effectiveGroupIdentifier
Added NSXPCConnection.effectiveUserIdentifier
Added NSXPCConnection.endpoint
Added NSXPCConnection.exportedInterface
Added NSXPCConnection.exportedObject
Added NSXPCConnection.interruptionHandler
Added NSXPCConnection.invalidate()
Added NSXPCConnection.invalidationHandler
Added NSXPCConnection.init(listenerEndpoint: NSXPCListenerEndpoint)
Added NSXPCConnection.init(machServiceName: String, options: NSXPCConnectionOptions)
Added NSXPCConnection.processIdentifier
Added NSXPCConnection.remoteObjectInterface
Added NSXPCConnection.remoteObjectProxy
Added NSXPCConnection.remoteObjectProxyWithErrorHandler((NSError!) -> Void) -> AnyObject
Added NSXPCConnection.resume()
Added NSXPCConnection.serviceName
Added NSXPCConnection.init(serviceName: String)
Added NSXPCConnection.suspend()
Added NSXPCConnectionOptions [struct]
Added NSXPCConnectionOptions.Privileged
Added NSXPCConnectionOptions.init(_: UInt)
Added NSXPCConnectionOptions.init(rawValue: UInt)
Added NSXPCInterface
Added NSXPCInterface.classesForSelector(Selector, argumentIndex: Int, ofReply: Bool) -> NSSet
Added NSXPCInterface.interfaceForSelector(Selector, argumentIndex: Int, ofReply: Bool) -> NSXPCInterface?
Added NSXPCInterface.protocol
Added NSXPCInterface.init(protocol: Protocol)
Added NSXPCInterface.setClasses(NSSet, forSelector: Selector, argumentIndex: Int, ofReply: Bool)
Added NSXPCInterface.setInterface(NSXPCInterface, forSelector: Selector, argumentIndex: Int, ofReply: Bool)
Added NSXPCListener
Added NSXPCListener.anonymousListener() -> NSXPCListener [class]
Added NSXPCListener.delegate
Added NSXPCListener.endpoint
Added NSXPCListener.invalidate()
Added NSXPCListener.init(machServiceName: String)
Added NSXPCListener.resume()
Added NSXPCListener.serviceListener() -> NSXPCListener [class]
Added NSXPCListener.suspend()
Added NSXPCListenerDelegate
Added NSXPCListenerDelegate.listener(NSXPCListener, shouldAcceptNewConnection: NSXPCConnection) -> Bool
Added NSXPCListenerEndpoint
Added NSXPCProxyCreating
Added NSXPCProxyCreating.remoteObjectProxy() -> AnyObject
Added NSXPCProxyCreating.remoteObjectProxyWithErrorHandler((NSError!) -> Void) -> AnyObject
Added String.init(CString: UnsafePointer<CChar>, encoding: NSStringEncoding)
Added String.init(UTF8String: UnsafePointer<CChar>)
Added String.init(_: NSString)
Added String.availableStringEncodings() -> [NSStringEncoding] [static]
Added String.init(bytes: S, encoding: NSStringEncoding)
Added String.init(bytesNoCopy: UnsafeMutablePointer<Void>, length: Int, encoding: NSStringEncoding, freeWhenDone: Bool)
Added String.cStringUsingEncoding(NSStringEncoding) -> [CChar]?
Added String.canBeConvertedToEncoding(NSStringEncoding) -> Bool
Added String.capitalizedString
Added String.capitalizedStringWithLocale(NSLocale?) -> String
Added String.caseInsensitiveCompare(String) -> NSComparisonResult
Added String.commonPrefixWithString(String, options: NSStringCompareOptions) -> String
Added String.compare(String, options: NSStringCompareOptions, range: Range<String.Index>?, locale: NSLocale?) -> NSComparisonResult
Added String.completePathIntoString(UnsafeMutablePointer<String>, caseSensitive: Bool, matchesIntoArray: UnsafeMutablePointer<[String]>, filterTypes:[String]?) -> Int
Added String.componentsSeparatedByCharactersInSet(NSCharacterSet) -> [String]
Added String.componentsSeparatedByString(String) -> [String]
Added String.init(contentsOfFile: String, encoding: NSStringEncoding, error: NSErrorPointer)
Added String.init(contentsOfFile: String, usedEncoding: UnsafeMutablePointer<NSStringEncoding>, error: NSErrorPointer)
Added String.init(contentsOfURL: NSURL, encoding: NSStringEncoding, error: NSErrorPointer)
Added String.init(contentsOfURL: NSURL, usedEncoding: UnsafeMutablePointer<NSStringEncoding>, error: NSErrorPointer)
Added String.dataUsingEncoding(NSStringEncoding, allowLossyConversion: Bool) -> NSData?
Added String.decomposedStringWithCanonicalMapping
Added String.decomposedStringWithCompatibilityMapping
Added String.defaultCStringEncoding() -> NSStringEncoding [static]
Added String.enumerateLines((line: String, inoutstop: Bool) -> ())
Added String.enumerateLinguisticTagsInRange(Range<String.Index>, scheme: String, options: NSLinguisticTaggerOptions, orthography: NSOrthography?, _:(String, Range<String.Index>, Range<String.Index>, inoutBool) -> ())
Added String.enumerateSubstringsInRange(Range<String.Index>, options: NSStringEnumerationOptions, _:(substring: String, substringRange: Range<String.Index>, enclosingRange: Range<String.Index>, inoutBool) -> ())
Added String.fastestEncoding
Added String.fileSystemRepresentation() -> [CChar]
Added String.init(format: String, _: CVarArgType)
Added String.init(format: String, arguments:[CVarArgType])
Added String.init(format: String, locale: NSLocale?, _: CVarArgType)
Added String.init(format: String, locale: NSLocale?, arguments:[CVarArgType])
Added String.getBytes([UInt8], maxLength: Int, usedLength: UnsafeMutablePointer<Int>, encoding: NSStringEncoding, options: NSStringEncodingConversionOptions, range: Range<String.Index>, remainingRange: UnsafeMutablePointer<Range<String.Index>>) -> Bool
Added String.getCString([CChar], maxLength: Int, encoding: NSStringEncoding) -> Bool
Added String.getFileSystemRepresentation([CChar], maxLength: Int) -> Bool
Added String.getLineStart(UnsafeMutablePointer<String.Index>, end: UnsafeMutablePointer<String.Index>, contentsEnd: UnsafeMutablePointer<String.Index>, forRange: Range<String.Index>)
Added String.getParagraphStart(UnsafeMutablePointer<String.Index>, end: UnsafeMutablePointer<String.Index>, contentsEnd: UnsafeMutablePointer<String.Index>, forRange: Range<String.Index>)
Added String.hash
Added String.lastPathComponent
Added String.lengthOfBytesUsingEncoding(NSStringEncoding) -> Int
Added String.lineRangeForRange(Range<String.Index>) -> Range<String.Index>
Added String.linguisticTagsInRange(Range<String.Index>, scheme: String, options: NSLinguisticTaggerOptions, orthography: NSOrthography?, tokenRanges: UnsafeMutablePointer<[Range<String.Index>]>) -> [String]
Added String.localizedCaseInsensitiveCompare(String) -> NSComparisonResult
Added String.localizedCompare(String) -> NSComparisonResult
Added String.localizedNameOfStringEncoding(NSStringEncoding) -> String [static]
Added String.localizedStandardCompare(String) -> NSComparisonResult
Added String.localizedStringWithFormat(String, _: CVarArgType) -> String [static]
Added String.lowercaseString
Added String.lowercaseStringWithLocale(NSLocale) -> String
Added String.maximumLengthOfBytesUsingEncoding(NSStringEncoding) -> Int
Added String.paragraphRangeForRange(Range<String.Index>) -> Range<String.Index>
Added String.pathComponents
Added String.pathExtension
Added String.pathWithComponents([String]) -> String [static]
Added String.precomposedStringWithCanonicalMapping
Added String.precomposedStringWithCompatibilityMapping
Added String.propertyList() -> AnyObject
Added String.propertyListFromStringsFileFormat() -> [String: String]
Added String.rangeOfCharacterFromSet(NSCharacterSet, options: NSStringCompareOptions, range: Range<String.Index>?) -> Range<String.Index>?
Added String.rangeOfComposedCharacterSequenceAtIndex(String.Index) -> Range<String.Index>
Added String.rangeOfComposedCharacterSequencesForRange(Range<String.Index>) -> Range<String.Index>
Added String.rangeOfString(String, options: NSStringCompareOptions, range: Range<String.Index>?, locale: NSLocale?) -> Range<String.Index>?
Added String.smallestEncoding
Added String.stringByAbbreviatingWithTildeInPath
Added String.stringByAddingPercentEncodingWithAllowedCharacters(NSCharacterSet) -> String?
Added String.stringByAddingPercentEscapesUsingEncoding(NSStringEncoding) -> String?
Added String.stringByAppendingFormat(String, _: CVarArgType) -> String
Added String.stringByAppendingPathComponent(String) -> String
Added String.stringByAppendingPathExtension(String) -> String?
Added String.stringByAppendingString(String) -> String
Added String.stringByDeletingLastPathComponent
Added String.stringByDeletingPathExtension
Added String.stringByExpandingTildeInPath
Added String.stringByFoldingWithOptions(NSStringCompareOptions, locale: NSLocale) -> String
Added String.stringByPaddingToLength(Int, withString: String, startingAtIndex: Int) -> String
Added String.stringByRemovingPercentEncoding
Added String.stringByReplacingCharactersInRange(Range<String.Index>, withString: String) -> String
Added String.stringByReplacingOccurrencesOfString(String, withString: String, options: NSStringCompareOptions, range: Range<String.Index>?) -> String
Added String.stringByReplacingPercentEscapesUsingEncoding(NSStringEncoding) -> String?
Added String.stringByResolvingSymlinksInPath
Added String.stringByStandardizingPath
Added String.stringByTrimmingCharactersInSet(NSCharacterSet) -> String
Added String.stringsByAppendingPaths([String]) -> [String]
Added String.substringFromIndex(String.Index) -> String
Added String.substringToIndex(String.Index) -> String
Added String.substringWithRange(Range<String.Index>) -> String
Added String.uppercaseString
Added String.uppercaseStringWithLocale(NSLocale) -> String
Added String.init(utf16CodeUnits: UnsafePointer<unichar>, count: Int)
Added String.init(utf16CodeUnitsNoCopy: UnsafePointer<unichar>, count: Int, freeWhenDone: Bool)
Added String.utf16Count
Added String.writeToFile(String, atomically: Bool, encoding: NSStringEncoding, error: NSErrorPointer) -> Bool
Added String.writeToURL(NSURL, atomically: Bool, encoding: NSStringEncoding, error: NSErrorPointer) -> Bool
Added UInt.init(_: NSNumber)
Added CFBridgingRetain(AnyObject!) -> AnyObject!
Added NSASCIIStringEncoding
Added NSAllHashTableObjects(NSHashTable!) -> [AnyObject]!
Added NSAllMapTableKeys(NSMapTable!) -> [AnyObject]!
Added NSAllMapTableValues(NSMapTable!) -> [AnyObject]!
Added NSAllocateCollectable(Int, Int) -> UnsafeMutablePointer<Void>
Added NSAllocateMemoryPages(Int) -> UnsafeMutablePointer<Void>
Added NSAppleEventManagerSuspensionID
Added NSAppleEventManagerWillProcessFirstEventNotification
Added NSAppleEventTimeOutDefault
Added NSAppleEventTimeOutNone
Added NSAppleScriptErrorAppName
Added NSAppleScriptErrorBriefMessage
Added NSAppleScriptErrorMessage
Added NSAppleScriptErrorNumber
Added NSAppleScriptErrorRange
Added NSArgumentDomain
Added NSArgumentEvaluationScriptError
Added NSArgumentsWrongScriptError
Added NSAssertionHandlerKey
Added NSAverageKeyValueOperator
Added NSBackgroundActivityCompletionHandler
Added NSBuddhistCalendar
Added NSBundleDidLoadNotification
Added NSBundleExecutableArchitectureI386
Added NSBundleExecutableArchitecturePPC
Added NSBundleExecutableArchitecturePPC64
Added NSBundleExecutableArchitectureX86_64
Added NSCalendarDayChangedNotification
Added NSCalendarIdentifierBuddhist
Added NSCalendarIdentifierChinese
Added NSCalendarIdentifierCoptic
Added NSCalendarIdentifierEthiopicAmeteAlem
Added NSCalendarIdentifierEthiopicAmeteMihret
Added NSCalendarIdentifierGregorian
Added NSCalendarIdentifierHebrew
Added NSCalendarIdentifierISO8601
Added NSCalendarIdentifierIndian
Added NSCalendarIdentifierIslamic
Added NSCalendarIdentifierIslamicCivil
Added NSCalendarIdentifierIslamicTabular
Added NSCalendarIdentifierIslamicUmmAlQura
Added NSCalendarIdentifierJapanese
Added NSCalendarIdentifierPersian
Added NSCalendarIdentifierRepublicOfChina
Added NSCannotCreateScriptCommandError
Added NSCharacterConversionException
Added NSChineseCalendar
Added NSClassDescriptionNeededForClassNotification
Added NSClassFromString(String!) -> AnyClass!
Added NSCocoaErrorDomain
Added NSCollectorDisabledOption
Added NSComparator
Added NSCompareHashTables(NSHashTable!, NSHashTable!) -> Bool
Added NSCompareMapTables(NSMapTable!, NSMapTable!) -> Bool
Added NSContainerSpecifierError
Added NSContainsRect(NSRect, NSRect) -> Bool
Added NSConvertHostDoubleToSwapped(Double) -> NSSwappedDouble
Added NSConvertHostFloatToSwapped(Float) -> NSSwappedFloat
Added NSConvertSwappedDoubleToHost(NSSwappedDouble) -> Double
Added NSConvertSwappedFloatToHost(NSSwappedFloat) -> Float
Added NSCopyHashTableWithZone(NSHashTable!, NSZone) -> NSHashTable!
Added NSCopyMapTableWithZone(NSMapTable!, NSZone) -> NSMapTable!
Added NSCopyMemoryPages(UnsafePointer<Void>, UnsafeMutablePointer<Void>, Int)
Added NSCountHashTable(NSHashTable!) -> Int
Added NSCountKeyValueOperator
Added NSCountMapTable(NSMapTable!) -> Int
Added NSCreateHashTable(NSHashTableCallBacks, Int) -> NSHashTable!
Added NSCreateHashTableWithZone(NSHashTableCallBacks, Int, NSZone) -> NSHashTable!
Added NSCreateMapTable(NSMapTableKeyCallBacks, NSMapTableValueCallBacks, Int) -> NSMapTable!
Added NSCreateMapTableWithZone(NSMapTableKeyCallBacks, NSMapTableValueCallBacks, Int, NSZone) -> NSMapTable!
Added NSCurrentLocaleDidChangeNotification
Added NSDateComponentUndefined
Added NSDeallocateMemoryPages(UnsafeMutablePointer<Void>, Int)
Added NSDecimalAdd(COpaquePointer, COpaquePointer, COpaquePointer, NSRoundingMode) -> NSCalculationError
Added NSDecimalCompact(COpaquePointer)
Added NSDecimalCompare(COpaquePointer, COpaquePointer) -> NSComparisonResult
Added NSDecimalCopy(COpaquePointer, COpaquePointer)
Added NSDecimalDivide(COpaquePointer, COpaquePointer, COpaquePointer, NSRoundingMode) -> NSCalculationError
Added NSDecimalIsNotANumber(COpaquePointer) -> Bool
Added NSDecimalMaxSize
Added NSDecimalMultiply(COpaquePointer, COpaquePointer, COpaquePointer, NSRoundingMode) -> NSCalculationError
Added NSDecimalMultiplyByPowerOf10(COpaquePointer, COpaquePointer, Int16, NSRoundingMode) -> NSCalculationError
Added NSDecimalNoScale
Added NSDecimalNormalize(COpaquePointer, COpaquePointer, NSRoundingMode) -> NSCalculationError
Added NSDecimalNumberDivideByZeroException
Added NSDecimalNumberExactnessException
Added NSDecimalNumberOverflowException
Added NSDecimalNumberUnderflowException
Added NSDecimalPower(COpaquePointer, COpaquePointer, Int, NSRoundingMode) -> NSCalculationError
Added NSDecimalRound(COpaquePointer, COpaquePointer, Int, NSRoundingMode)
Added NSDecimalString(COpaquePointer, AnyObject!) -> String!
Added NSDecimalSubtract(COpaquePointer, COpaquePointer, COpaquePointer, NSRoundingMode) -> NSCalculationError
Added NSDefaultMallocZone() -> NSZone
Added NSDefaultRunLoopMode
Added NSDestinationInvalidException
Added NSDidBecomeSingleThreadedNotification
Added NSDistinctUnionOfArraysKeyValueOperator
Added NSDistinctUnionOfObjectsKeyValueOperator
Added NSDistinctUnionOfSetsKeyValueOperator
Added NSDivideRect(NSRect, UnsafeMutablePointer<NSRect>, UnsafeMutablePointer<NSRect>, CGFloat, NSRectEdge)
Added NSEDGEINSETS_DEFINED
Added NSEdgeInsetsEqual(NSEdgeInsets, NSEdgeInsets) -> Bool
Added NSEdgeInsetsMake(CGFloat, CGFloat, CGFloat, CGFloat) -> NSEdgeInsets
Added NSEdgeInsetsZero
Added NSEndHashTableEnumeration(UnsafeMutablePointer<NSHashEnumerator>)
Added NSEndMapTableEnumeration(UnsafeMutablePointer<NSMapEnumerator>)
Added NSEnumerateHashTable(NSHashTable!) -> NSHashEnumerator
Added NSEnumerateMapTable(NSMapTable!) -> NSMapEnumerator
Added NSEqualPoints(NSPoint, NSPoint) -> Bool
Added NSEqualRanges(NSRange, NSRange) -> Bool
Added NSEqualRects(NSRect, NSRect) -> Bool
Added NSEqualSizes(NSSize, NSSize) -> Bool
Added NSErrorPointer
Added NSExecutableArchitectureMismatchError
Added NSExecutableErrorMaximum
Added NSExecutableErrorMinimum
Added NSExecutableLinkError
Added NSExecutableLoadError
Added NSExecutableNotLoadableError
Added NSExecutableRuntimeMismatchError
Added NSExtensionItemAttachmentsKey
Added NSExtensionItemAttributedContentTextKey
Added NSExtensionItemAttributedTitleKey
Added NSExtensionItemsAndErrorsKey
Added NSExtensionJavaScriptPreprocessingResultsKey
Added NSFeatureUnsupportedError
Added NSFileAppendOnly
Added NSFileBusy
Added NSFileCreationDate
Added NSFileDeviceIdentifier
Added NSFileErrorMaximum
Added NSFileErrorMinimum
Added NSFileExtensionHidden
Added NSFileGroupOwnerAccountID
Added NSFileGroupOwnerAccountName
Added NSFileHFSCreatorCode
Added NSFileHFSTypeCode
Added NSFileHandleConnectionAcceptedNotification
Added NSFileHandleDataAvailableNotification
Added NSFileHandleNotificationDataItem
Added NSFileHandleNotificationFileHandleItem
Added NSFileHandleOperationException
Added NSFileHandleReadCompletionNotification
Added NSFileHandleReadToEndOfFileCompletionNotification
Added NSFileImmutable
Added NSFileLockingError
Added NSFileModificationDate
Added NSFileNoSuchFileError
Added NSFileOwnerAccountID
Added NSFileOwnerAccountName
Added NSFilePathErrorKey
Added NSFilePosixPermissions
Added NSFileReadCorruptFileError
Added NSFileReadInapplicableStringEncodingError
Added NSFileReadInvalidFileNameError
Added NSFileReadNoPermissionError
Added NSFileReadNoSuchFileError
Added NSFileReadTooLargeError
Added NSFileReadUnknownError
Added NSFileReadUnknownStringEncodingError
Added NSFileReadUnsupportedSchemeError
Added NSFileReferenceCount
Added NSFileSize
Added NSFileSystemFileNumber
Added NSFileSystemFreeNodes
Added NSFileSystemFreeSize
Added NSFileSystemNodes
Added NSFileSystemNumber
Added NSFileSystemSize
Added NSFileType
Added NSFileTypeBlockSpecial
Added NSFileTypeCharacterSpecial
Added NSFileTypeDirectory
Added NSFileTypeForHFSTypeCode(OSType) -> String!
Added NSFileTypeRegular
Added NSFileTypeSocket
Added NSFileTypeSymbolicLink
Added NSFileTypeUnknown
Added NSFileWriteFileExistsError
Added NSFileWriteInapplicableStringEncodingError
Added NSFileWriteInvalidFileNameError
Added NSFileWriteNoPermissionError
Added NSFileWriteOutOfSpaceError
Added NSFileWriteUnknownError
Added NSFileWriteUnsupportedSchemeError
Added NSFileWriteVolumeReadOnlyError
Added NSFormattingError
Added NSFormattingErrorMaximum
Added NSFormattingErrorMinimum
Added NSFoundationVersionNumber
Added NSFoundationVersionNumber10_0
Added NSFoundationVersionNumber10_1
Added NSFoundationVersionNumber10_1_1
Added NSFoundationVersionNumber10_1_2
Added NSFoundationVersionNumber10_1_3
Added NSFoundationVersionNumber10_1_4
Added NSFoundationVersionNumber10_2
Added NSFoundationVersionNumber10_2_1
Added NSFoundationVersionNumber10_2_2
Added NSFoundationVersionNumber10_2_3
Added NSFoundationVersionNumber10_2_4
Added NSFoundationVersionNumber10_2_5
Added NSFoundationVersionNumber10_2_6
Added NSFoundationVersionNumber10_2_7
Added NSFoundationVersionNumber10_2_8
Added NSFoundationVersionNumber10_3
Added NSFoundationVersionNumber10_3_1
Added NSFoundationVersionNumber10_3_2
Added NSFoundationVersionNumber10_3_3
Added NSFoundationVersionNumber10_3_4
Added NSFoundationVersionNumber10_3_5
Added NSFoundationVersionNumber10_3_6
Added NSFoundationVersionNumber10_3_7
Added NSFoundationVersionNumber10_3_8
Added NSFoundationVersionNumber10_3_9
Added NSFoundationVersionNumber10_4
Added NSFoundationVersionNumber10_4_1
Added NSFoundationVersionNumber10_4_10
Added NSFoundationVersionNumber10_4_11
Added NSFoundationVersionNumber10_4_2
Added NSFoundationVersionNumber10_4_3
Added NSFoundationVersionNumber10_4_4_Intel
Added NSFoundationVersionNumber10_4_4_PowerPC
Added NSFoundationVersionNumber10_4_5
Added NSFoundationVersionNumber10_4_6
Added NSFoundationVersionNumber10_4_7
Added NSFoundationVersionNumber10_4_8
Added NSFoundationVersionNumber10_4_9
Added NSFoundationVersionNumber10_5
Added NSFoundationVersionNumber10_5_1
Added NSFoundationVersionNumber10_5_2
Added NSFoundationVersionNumber10_5_3
Added NSFoundationVersionNumber10_5_4
Added NSFoundationVersionNumber10_5_5
Added NSFoundationVersionNumber10_5_6
Added NSFoundationVersionNumber10_5_7
Added NSFoundationVersionNumber10_5_8
Added NSFoundationVersionNumber10_6
Added NSFoundationVersionNumber10_6_1
Added NSFoundationVersionNumber10_6_2
Added NSFoundationVersionNumber10_6_3
Added NSFoundationVersionNumber10_6_4
Added NSFoundationVersionNumber10_6_5
Added NSFoundationVersionNumber10_6_6
Added NSFoundationVersionNumber10_6_7
Added NSFoundationVersionNumber10_6_8
Added NSFoundationVersionNumber10_7
Added NSFoundationVersionNumber10_7_1
Added NSFoundationVersionNumber10_7_2
Added NSFoundationVersionNumber10_7_3
Added NSFoundationVersionNumber10_7_4
Added NSFoundationVersionNumber10_8
Added NSFoundationVersionNumber10_8_1
Added NSFoundationVersionNumber10_8_2
Added NSFoundationVersionNumber10_8_3
Added NSFoundationVersionNumber10_8_4
Added NSFoundationVersionNumber10_9
Added NSFoundationVersionNumber10_9_1
Added NSFoundationVersionNumber10_9_2
Added NSFoundationVersionWithFileManagerResourceForkSupport
Added NSFreeHashTable(NSHashTable!)
Added NSFreeMapTable(NSMapTable!)
Added NSFullUserName() -> String!
Added NSGenericException
Added NSGetSizeAndAlignment(UnsafePointer<Int8>, UnsafeMutablePointer<Int>, UnsafeMutablePointer<Int>) -> UnsafePointer<Int8>
Added NSGetUncaughtExceptionHandler() -> CFunctionPointer<NSUncaughtExceptionHandler>
Added NSGlobalDomain
Added NSGrammarCorrections
Added NSGrammarRange
Added NSGrammarUserDescription
Added NSGregorianCalendar
Added NSHFSTypeCodeFromFileType(String!) -> OSType
Added NSHFSTypeOfFile(String!) -> String!
Added NSHPUXOperatingSystem
Added NSHTTPCookieComment
Added NSHTTPCookieCommentURL
Added NSHTTPCookieDiscard
Added NSHTTPCookieDomain
Added NSHTTPCookieExpires
Added NSHTTPCookieManagerAcceptPolicyChangedNotification
Added NSHTTPCookieManagerCookiesChangedNotification
Added NSHTTPCookieMaximumAge
Added NSHTTPCookieName
Added NSHTTPCookieOriginURL
Added NSHTTPCookiePath
Added NSHTTPCookiePort
Added NSHTTPCookieSecure
Added NSHTTPCookieValue
Added NSHTTPCookieVersion
Added NSHashGet(NSHashTable!, UnsafePointer<Void>) -> UnsafeMutablePointer<Void>
Added NSHashInsert(NSHashTable!, UnsafePointer<Void>)
Added NSHashInsertIfAbsent(NSHashTable!, UnsafePointer<Void>) -> UnsafeMutablePointer<Void>
Added NSHashInsertKnownAbsent(NSHashTable!, UnsafePointer<Void>)
Added NSHashRemove(NSHashTable!, UnsafePointer<Void>)
Added NSHashTableCopyIn
Added NSHashTableObjectPointerPersonality
Added NSHashTableOptions
Added NSHashTableStrongMemory
Added NSHashTableWeakMemory
Added NSHebrewCalendar
Added NSHeight(NSRect) -> CGFloat
Added NSHelpAnchorErrorKey
Added NSHomeDirectory() -> String!
Added NSHomeDirectoryForUser(String!) -> String!
Added NSHostByteOrder() -> Int
Added NSISO2022JPStringEncoding
Added NSISO8601Calendar
Added NSISOLatin1StringEncoding
Added NSISOLatin2StringEncoding
Added NSInconsistentArchiveException
Added NSIndianCalendar
Added NSInsetRect(NSRect, CGFloat, CGFloat) -> NSRect
Added NSIntegerHashCallBacks
Added NSIntegerMapKeyCallBacks
Added NSIntegerMapValueCallBacks
Added NSIntegralRect(NSRect) -> NSRect
Added NSIntegralRectWithOptions(NSRect, NSAlignmentOptions) -> NSRect
Added NSInternalInconsistencyException
Added NSInternalScriptError
Added NSInternalSpecifierError
Added NSIntersectionRange(NSRange, NSRange) -> NSRange
Added NSIntersectionRect(NSRect, NSRect) -> NSRect
Added NSIntersectsRect(NSRect, NSRect) -> Bool
Added NSInvalidArchiveOperationException
Added NSInvalidArgumentException
Added NSInvalidIndexSpecifierError
Added NSInvalidReceivePortException
Added NSInvalidSendPortException
Added NSInvalidUnarchiveOperationException
Added NSInvocationOperationCancelledException
Added NSInvocationOperationVoidResultException
Added NSIsEmptyRect(NSRect) -> Bool
Added NSIsNilTransformerName
Added NSIsNotNilTransformerName
Added NSIslamicCalendar
Added NSIslamicCivilCalendar
Added NSItemProviderCompletionHandler
Added NSItemProviderErrorDomain
Added NSItemProviderLoadHandler
Added NSItemProviderPreferredImageSizeKey
Added NSJapaneseCalendar
Added NSJapaneseEUCStringEncoding
Added NSKeySpecifierEvaluationScriptError
Added NSKeyValueChangeIndexesKey
Added NSKeyValueChangeKindKey
Added NSKeyValueChangeNewKey
Added NSKeyValueChangeNotificationIsPriorKey
Added NSKeyValueChangeOldKey
Added NSKeyValueValidationError
Added NSKeyedArchiveRootObjectKey
Added NSKeyedUnarchiveFromDataTransformerName
Added NSLinguisticTagAdjective
Added NSLinguisticTagAdverb
Added NSLinguisticTagClassifier
Added NSLinguisticTagCloseParenthesis
Added NSLinguisticTagCloseQuote
Added NSLinguisticTagConjunction
Added NSLinguisticTagDash
Added NSLinguisticTagDeterminer
Added NSLinguisticTagIdiom
Added NSLinguisticTagInterjection
Added NSLinguisticTagNoun
Added NSLinguisticTagNumber
Added NSLinguisticTagOpenParenthesis
Added NSLinguisticTagOpenQuote
Added NSLinguisticTagOrganizationName
Added NSLinguisticTagOther
Added NSLinguisticTagOtherPunctuation
Added NSLinguisticTagOtherWhitespace
Added NSLinguisticTagOtherWord
Added NSLinguisticTagParagraphBreak
Added NSLinguisticTagParticle
Added NSLinguisticTagPersonalName
Added NSLinguisticTagPlaceName
Added NSLinguisticTagPreposition
Added NSLinguisticTagPronoun
Added NSLinguisticTagPunctuation
Added NSLinguisticTagSchemeLanguage
Added NSLinguisticTagSchemeLemma
Added NSLinguisticTagSchemeLexicalClass
Added NSLinguisticTagSchemeNameType
Added NSLinguisticTagSchemeNameTypeOrLexicalClass
Added NSLinguisticTagSchemeScript
Added NSLinguisticTagSchemeTokenType
Added NSLinguisticTagSentenceTerminator
Added NSLinguisticTagVerb
Added NSLinguisticTagWhitespace
Added NSLinguisticTagWord
Added NSLinguisticTagWordJoiner
Added NSLoadedClasses
Added NSLocalNotificationCenterType
Added NSLocaleAlternateQuotationBeginDelimiterKey
Added NSLocaleAlternateQuotationEndDelimiterKey
Added NSLocaleCalendar
Added NSLocaleCollationIdentifier
Added NSLocaleCollatorIdentifier
Added NSLocaleCountryCode
Added NSLocaleCurrencyCode
Added NSLocaleCurrencySymbol
Added NSLocaleDecimalSeparator
Added NSLocaleExemplarCharacterSet
Added NSLocaleGroupingSeparator
Added NSLocaleIdentifier
Added NSLocaleLanguageCode
Added NSLocaleMeasurementSystem
Added NSLocaleQuotationBeginDelimiterKey
Added NSLocaleQuotationEndDelimiterKey
Added NSLocaleScriptCode
Added NSLocaleUsesMetricSystem
Added NSLocaleVariantCode
Added NSLocalizedDescriptionKey
Added NSLocalizedFailureReasonErrorKey
Added NSLocalizedRecoveryOptionsErrorKey
Added NSLocalizedRecoverySuggestionErrorKey
Added NSLocalizedString(String, String?, NSBundle, String, String) -> String
Added NSLocationInRange(Int, NSRange) -> Bool
Added NSLog(String, CVarArgType)
Added NSLogPageSize() -> Int
Added NSLogv(String!, CVaListPointer)
Added NSMACHOperatingSystem
Added NSMacOSRomanStringEncoding
Added NSMachErrorDomain
Added NSMachPortDeallocateNone
Added NSMachPortDeallocateReceiveRight
Added NSMachPortDeallocateSendRight
Added NSMakePoint(CGFloat, CGFloat) -> NSPoint
Added NSMakeRange(Int, Int) -> NSRange
Added NSMakeRect(CGFloat, CGFloat, CGFloat, CGFloat) -> NSRect
Added NSMakeSize(CGFloat, CGFloat) -> NSSize
Added NSMallocException
Added NSMapGet(NSMapTable!, UnsafePointer<Void>) -> UnsafeMutablePointer<Void>
Added NSMapInsert(NSMapTable!, UnsafePointer<Void>, UnsafePointer<Void>)
Added NSMapInsertIfAbsent(NSMapTable!, UnsafePointer<Void>, UnsafePointer<Void>) -> UnsafeMutablePointer<Void>
Added NSMapInsertKnownAbsent(NSMapTable!, UnsafePointer<Void>, UnsafePointer<Void>)
Added NSMapMember(NSMapTable!, UnsafePointer<Void>, UnsafeMutablePointer<UnsafeMutablePointer<Void>>, UnsafeMutablePointer<UnsafeMutablePointer<Void>>) -> Bool
Added NSMapRemove(NSMapTable!, UnsafePointer<Void>)
Added NSMapTableCopyIn
Added NSMapTableObjectPointerPersonality
Added NSMapTableOptions
Added NSMapTableStrongMemory
Added NSMapTableWeakMemory
Added NSMaxRange(NSRange) -> Int
Added NSMaxX(NSRect) -> CGFloat
Added NSMaxXEdge
Added NSMaxY(NSRect) -> CGFloat
Added NSMaxYEdge
Added NSMaximumKeyValueOperator
Added NSMetadataItemAcquisitionMakeKey
Added NSMetadataItemAcquisitionModelKey
Added NSMetadataItemAlbumKey
Added NSMetadataItemAltitudeKey
Added NSMetadataItemApertureKey
Added NSMetadataItemAppleLoopDescriptorsKey
Added NSMetadataItemAppleLoopsKeyFilterTypeKey
Added NSMetadataItemAppleLoopsLoopModeKey
Added NSMetadataItemAppleLoopsRootKeyKey
Added NSMetadataItemApplicationCategoriesKey
Added NSMetadataItemAttributeChangeDateKey
Added NSMetadataItemAudiencesKey
Added NSMetadataItemAudioBitRateKey
Added NSMetadataItemAudioChannelCountKey
Added NSMetadataItemAudioEncodingApplicationKey
Added NSMetadataItemAudioSampleRateKey
Added NSMetadataItemAudioTrackNumberKey
Added NSMetadataItemAuthorAddressesKey
Added NSMetadataItemAuthorEmailAddressesKey
Added NSMetadataItemAuthorsKey
Added NSMetadataItemBitsPerSampleKey
Added NSMetadataItemCFBundleIdentifierKey
Added NSMetadataItemCameraOwnerKey
Added NSMetadataItemCityKey
Added NSMetadataItemCodecsKey
Added NSMetadataItemColorSpaceKey
Added NSMetadataItemCommentKey
Added NSMetadataItemComposerKey
Added NSMetadataItemContactKeywordsKey
Added NSMetadataItemContentCreationDateKey
Added NSMetadataItemContentModificationDateKey
Added NSMetadataItemContentTypeKey
Added NSMetadataItemContentTypeTreeKey
Added NSMetadataItemContributorsKey
Added NSMetadataItemCopyrightKey
Added NSMetadataItemCountryKey
Added NSMetadataItemCoverageKey
Added NSMetadataItemCreatorKey
Added NSMetadataItemDateAddedKey
Added NSMetadataItemDeliveryTypeKey
Added NSMetadataItemDescriptionKey
Added NSMetadataItemDirectorKey
Added NSMetadataItemDisplayNameKey
Added NSMetadataItemDownloadedDateKey
Added NSMetadataItemDueDateKey
Added NSMetadataItemDurationSecondsKey
Added NSMetadataItemEXIFGPSVersionKey
Added NSMetadataItemEXIFVersionKey
Added NSMetadataItemEditorsKey
Added NSMetadataItemEmailAddressesKey
Added NSMetadataItemEncodingApplicationsKey
Added NSMetadataItemExecutableArchitecturesKey
Added NSMetadataItemExecutablePlatformKey
Added NSMetadataItemExposureModeKey
Added NSMetadataItemExposureProgramKey
Added NSMetadataItemExposureTimeSecondsKey
Added NSMetadataItemExposureTimeStringKey
Added NSMetadataItemFNumberKey
Added NSMetadataItemFSContentChangeDateKey
Added NSMetadataItemFSCreationDateKey
Added NSMetadataItemFSNameKey
Added NSMetadataItemFSSizeKey
Added NSMetadataItemFinderCommentKey
Added NSMetadataItemFlashOnOffKey
Added NSMetadataItemFocalLength35mmKey
Added NSMetadataItemFocalLengthKey
Added NSMetadataItemFontsKey
Added NSMetadataItemGPSAreaInformationKey
Added NSMetadataItemGPSDOPKey
Added NSMetadataItemGPSDateStampKey
Added NSMetadataItemGPSDestBearingKey
Added NSMetadataItemGPSDestDistanceKey
Added NSMetadataItemGPSDestLatitudeKey
Added NSMetadataItemGPSDestLongitudeKey
Added NSMetadataItemGPSDifferentalKey
Added NSMetadataItemGPSMapDatumKey
Added NSMetadataItemGPSMeasureModeKey
Added NSMetadataItemGPSProcessingMethodKey
Added NSMetadataItemGPSStatusKey
Added NSMetadataItemGPSTrackKey
Added NSMetadataItemGenreKey
Added NSMetadataItemHasAlphaChannelKey
Added NSMetadataItemHeadlineKey
Added NSMetadataItemISOSpeedKey
Added NSMetadataItemIdentifierKey
Added NSMetadataItemImageDirectionKey
Added NSMetadataItemInformationKey
Added NSMetadataItemInstantMessageAddressesKey
Added NSMetadataItemInstructionsKey
Added NSMetadataItemIsApplicationManagedKey
Added NSMetadataItemIsGeneralMIDISequenceKey
Added NSMetadataItemIsLikelyJunkKey
Added NSMetadataItemIsUbiquitousKey
Added NSMetadataItemKeySignatureKey
Added NSMetadataItemKeywordsKey
Added NSMetadataItemKindKey
Added NSMetadataItemLanguagesKey
Added NSMetadataItemLastUsedDateKey
Added NSMetadataItemLatitudeKey
Added NSMetadataItemLayerNamesKey
Added NSMetadataItemLensModelKey
Added NSMetadataItemLongitudeKey
Added NSMetadataItemLyricistKey
Added NSMetadataItemMaxApertureKey
Added NSMetadataItemMediaTypesKey
Added NSMetadataItemMeteringModeKey
Added NSMetadataItemMusicalGenreKey
Added NSMetadataItemMusicalInstrumentCategoryKey
Added NSMetadataItemMusicalInstrumentNameKey
Added NSMetadataItemNamedLocationKey
Added NSMetadataItemNumberOfPagesKey
Added NSMetadataItemOrganizationsKey
Added NSMetadataItemOrientationKey
Added NSMetadataItemOriginalFormatKey
Added NSMetadataItemOriginalSourceKey
Added NSMetadataItemPageHeightKey
Added NSMetadataItemPageWidthKey
Added NSMetadataItemParticipantsKey
Added NSMetadataItemPathKey
Added NSMetadataItemPerformersKey
Added NSMetadataItemPhoneNumbersKey
Added NSMetadataItemPixelCountKey
Added NSMetadataItemPixelHeightKey
Added NSMetadataItemPixelWidthKey
Added NSMetadataItemProducerKey
Added NSMetadataItemProfileNameKey
Added NSMetadataItemProjectsKey
Added NSMetadataItemPublishersKey
Added NSMetadataItemRecipientAddressesKey
Added NSMetadataItemRecipientEmailAddressesKey
Added NSMetadataItemRecipientsKey
Added NSMetadataItemRecordingDateKey
Added NSMetadataItemRecordingYearKey
Added NSMetadataItemRedEyeOnOffKey
Added NSMetadataItemResolutionHeightDPIKey
Added NSMetadataItemResolutionWidthDPIKey
Added NSMetadataItemRightsKey
Added NSMetadataItemSecurityMethodKey
Added NSMetadataItemSpeedKey
Added NSMetadataItemStarRatingKey
Added NSMetadataItemStateOrProvinceKey
Added NSMetadataItemStreamableKey
Added NSMetadataItemSubjectKey
Added NSMetadataItemTempoKey
Added NSMetadataItemTextContentKey
Added NSMetadataItemThemeKey
Added NSMetadataItemTimeSignatureKey
Added NSMetadataItemTimestampKey
Added NSMetadataItemTitleKey
Added NSMetadataItemTotalBitRateKey
Added NSMetadataItemURLKey
Added NSMetadataItemVersionKey
Added NSMetadataItemVideoBitRateKey
Added NSMetadataItemWhereFromsKey
Added NSMetadataItemWhiteBalanceKey
Added NSMetadataQueryAccessibleUbiquitousExternalDocumentsScope
Added NSMetadataQueryDidFinishGatheringNotification
Added NSMetadataQueryDidStartGatheringNotification
Added NSMetadataQueryDidUpdateNotification
Added NSMetadataQueryGatheringProgressNotification
Added NSMetadataQueryIndexedLocalComputerScope
Added NSMetadataQueryIndexedNetworkScope
Added NSMetadataQueryLocalComputerScope
Added NSMetadataQueryNetworkScope
Added NSMetadataQueryResultContentRelevanceAttribute
Added NSMetadataQueryUbiquitousDataScope
Added NSMetadataQueryUbiquitousDocumentsScope
Added NSMetadataQueryUpdateAddedItemsKey
Added NSMetadataQueryUpdateChangedItemsKey
Added NSMetadataQueryUpdateRemovedItemsKey
Added NSMetadataQueryUserHomeScope
Added NSMetadataUbiquitousItemContainerDisplayNameKey
Added NSMetadataUbiquitousItemDownloadRequestedKey
Added NSMetadataUbiquitousItemDownloadingErrorKey
Added NSMetadataUbiquitousItemDownloadingStatusCurrent
Added NSMetadataUbiquitousItemDownloadingStatusDownloaded
Added NSMetadataUbiquitousItemDownloadingStatusKey
Added NSMetadataUbiquitousItemDownloadingStatusNotDownloaded
Added NSMetadataUbiquitousItemHasUnresolvedConflictsKey
Added NSMetadataUbiquitousItemIsDownloadingKey
Added NSMetadataUbiquitousItemIsExternalDocumentKey
Added NSMetadataUbiquitousItemIsUploadedKey
Added NSMetadataUbiquitousItemIsUploadingKey
Added NSMetadataUbiquitousItemPercentDownloadedKey
Added NSMetadataUbiquitousItemPercentUploadedKey
Added NSMetadataUbiquitousItemURLInLocalContainerKey
Added NSMetadataUbiquitousItemUploadingErrorKey
Added NSMidX(NSRect) -> CGFloat
Added NSMidY(NSRect) -> CGFloat
Added NSMinX(NSRect) -> CGFloat
Added NSMinXEdge
Added NSMinY(NSRect) -> CGFloat
Added NSMinYEdge
Added NSMinimumKeyValueOperator
Added NSMouseInRect(NSPoint, NSRect, Bool) -> Bool
Added NSNEXTSTEPStringEncoding
Added NSNegateBooleanTransformerName
Added NSNetServicesErrorCode
Added NSNetServicesErrorDomain
Added NSNextHashEnumeratorItem(UnsafeMutablePointer<NSHashEnumerator>) -> UnsafeMutablePointer<Void>
Added NSNextMapEnumeratorPair(UnsafeMutablePointer<NSMapEnumerator>, UnsafeMutablePointer<UnsafeMutablePointer<Void>>, UnsafeMutablePointer<UnsafeMutablePointer<Void>>) -> Bool
Added NSNoScriptError
Added NSNoSpecifierError
Added NSNoTopLevelContainersSpecifierError
Added NSNonLossyASCIIStringEncoding
Added NSNonOwnedPointerHashCallBacks
Added NSNonOwnedPointerMapKeyCallBacks
Added NSNonOwnedPointerMapValueCallBacks
Added NSNonOwnedPointerOrNullMapKeyCallBacks
Added NSNonRetainedObjectHashCallBacks
Added NSNonRetainedObjectMapKeyCallBacks
Added NSNonRetainedObjectMapValueCallBacks
Added NSNotFound
Added NSNotificationDeliverImmediately
Added NSNotificationPostToAllSessions
Added NSOSF1OperatingSystem
Added NSOSStatusErrorDomain
Added NSObjectHashCallBacks
Added NSObjectInaccessibleException
Added NSObjectMapKeyCallBacks
Added NSObjectMapValueCallBacks
Added NSObjectNotAvailableException
Added NSOffsetRect(NSRect, CGFloat, CGFloat) -> NSRect
Added NSOldStyleException
Added NSOpenStepRootDirectory() -> String!
Added NSOpenStepUnicodeReservedBase
Added NSOperationNotSupportedForKeyException
Added NSOperationNotSupportedForKeyScriptError
Added NSOperationNotSupportedForKeySpecifierError
Added NSOperationQueueDefaultMaxConcurrentOperationCount
Added NSOwnedObjectIdentityHashCallBacks
Added NSOwnedPointerHashCallBacks
Added NSOwnedPointerMapKeyCallBacks
Added NSOwnedPointerMapValueCallBacks
Added NSPOSIXErrorDomain
Added NSPageSize() -> Int
Added NSParseErrorException
Added NSPersianCalendar
Added NSPoint
Added NSPointArray
Added NSPointFromCGPoint(CGPoint) -> NSPoint
Added NSPointFromString(String!) -> NSPoint
Added NSPointInRect(NSPoint, NSRect) -> Bool
Added NSPointPointer
Added NSPointToCGPoint(NSPoint) -> CGPoint
Added NSPointerFunctionsCStringPersonality
Added NSPointerFunctionsCopyIn
Added NSPointerFunctionsIntegerPersonality
Added NSPointerFunctionsMachVirtualMemory
Added NSPointerFunctionsMallocMemory
Added NSPointerFunctionsObjectPersonality
Added NSPointerFunctionsObjectPointerPersonality
Added NSPointerFunctionsOpaqueMemory
Added NSPointerFunctionsOpaquePersonality
Added NSPointerFunctionsOptions
Added NSPointerFunctionsStrongMemory
Added NSPointerFunctionsStructPersonality
Added NSPointerFunctionsWeakMemory
Added NSPointerToStructHashCallBacks
Added NSPortDidBecomeInvalidNotification
Added NSPortReceiveException
Added NSPortSendException
Added NSPortTimeoutException
Added NSProgressEstimatedTimeRemainingKey
Added NSProgressFileAnimationImageKey
Added NSProgressFileAnimationImageOriginalRectKey
Added NSProgressFileCompletedCountKey
Added NSProgressFileIconKey
Added NSProgressFileOperationKindCopying
Added NSProgressFileOperationKindDecompressingAfterDownloading
Added NSProgressFileOperationKindDownloading
Added NSProgressFileOperationKindKey
Added NSProgressFileOperationKindReceiving
Added NSProgressFileTotalCountKey
Added NSProgressFileURLKey
Added NSProgressKindFile
Added NSProgressPublishingHandler
Added NSProgressThroughputKey
Added NSProgressUnpublishingHandler
Added NSPropertyListErrorMaximum
Added NSPropertyListErrorMinimum
Added NSPropertyListReadCorruptError
Added NSPropertyListReadOptions
Added NSPropertyListReadStreamError
Added NSPropertyListReadUnknownVersionError
Added NSPropertyListWriteInvalidError
Added NSPropertyListWriteOptions
Added NSPropertyListWriteStreamError
Added NSProprietaryStringEncoding
Added NSProtocolFromString(String!) -> Protocol!
Added NSRange
Added NSRangeException
Added NSRangeFromString(String!) -> NSRange
Added NSRangePointer
Added NSReallocateCollectable(UnsafeMutablePointer<Void>, Int, Int) -> UnsafeMutablePointer<Void>
Added NSReceiverEvaluationScriptError
Added NSReceiversCantHandleCommandScriptError
Added NSRecoveryAttempterErrorKey
Added NSRect
Added NSRectArray
Added NSRectEdge
Added NSRectFromCGRect(CGRect) -> NSRect
Added NSRectFromString(String!) -> NSRect
Added NSRectPointer
Added NSRectToCGRect(NSRect) -> CGRect
Added NSRegistrationDomain
Added NSRepublicOfChinaCalendar
Added NSRequiredArgumentsMissingScriptError
Added NSResetHashTable(NSHashTable!)
Added NSResetMapTable(NSMapTable!)
Added NSRoundDownToMultipleOfPageSize(Int) -> Int
Added NSRoundUpToMultipleOfPageSize(Int) -> Int
Added NSRunLoopCommonModes
Added NSScannedOption
Added NSSearchPathForDirectoriesInDomains(NSSearchPathDirectory, NSSearchPathDomainMask, Bool) -> [AnyObject]!
Added NSSelectorFromString(String!) -> Selector
Added NSSetUncaughtExceptionHandler()
Added NSShiftJISStringEncoding
Added NSSize
Added NSSizeArray
Added NSSizeFromCGSize(CGSize) -> NSSize
Added NSSizeFromString(String!) -> NSSize
Added NSSizePointer
Added NSSizeToCGSize(NSSize) -> CGSize
Added NSSocketNativeHandle
Added NSSolarisOperatingSystem
Added NSStreamDataWrittenToMemoryStreamKey
Added NSStreamFileCurrentOffsetKey
Added NSStreamNetworkServiceType
Added NSStreamNetworkServiceTypeBackground
Added NSStreamNetworkServiceTypeVideo
Added NSStreamNetworkServiceTypeVoIP
Added NSStreamNetworkServiceTypeVoice
Added NSStreamSOCKSErrorDomain
Added NSStreamSOCKSProxyConfigurationKey
Added NSStreamSOCKSProxyHostKey
Added NSStreamSOCKSProxyPasswordKey
Added NSStreamSOCKSProxyPortKey
Added NSStreamSOCKSProxyUserKey
Added NSStreamSOCKSProxyVersion4
Added NSStreamSOCKSProxyVersion5
Added NSStreamSOCKSProxyVersionKey
Added NSStreamSocketSSLErrorDomain
Added NSStreamSocketSecurityLevelKey
Added NSStreamSocketSecurityLevelNegotiatedSSL
Added NSStreamSocketSecurityLevelNone
Added NSStreamSocketSecurityLevelSSLv2
Added NSStreamSocketSecurityLevelSSLv3
Added NSStreamSocketSecurityLevelTLSv1
Added NSStringEncoding
Added NSStringEncodingDetectionAllowLossyKey
Added NSStringEncodingDetectionDisallowedEncodingsKey
Added NSStringEncodingDetectionFromWindowsKey
Added NSStringEncodingDetectionLikelyLanguageKey
Added NSStringEncodingDetectionLossySubstitutionKey
Added NSStringEncodingDetectionSuggestedEncodingsKey
Added NSStringEncodingDetectionUseOnlySuggestedEncodingsKey
Added NSStringEncodingErrorKey
Added NSStringFromClass(AnyClass!) -> String!
Added NSStringFromHashTable(NSHashTable!) -> String!
Added NSStringFromMapTable(NSMapTable!) -> String!
Added NSStringFromPoint(NSPoint) -> String!
Added NSStringFromProtocol(Protocol!) -> String!
Added NSStringFromRange(NSRange) -> String!
Added NSStringFromRect(NSRect) -> String!
Added NSStringFromSelector(Selector) -> String!
Added NSStringFromSize(NSSize) -> String!
Added NSSumKeyValueOperator
Added NSSunOSOperatingSystem
Added NSSwapBigDoubleToHost(NSSwappedDouble) -> Double
Added NSSwapBigFloatToHost(NSSwappedFloat) -> Float
Added NSSwapBigIntToHost(UInt32) -> UInt32
Added NSSwapBigLongLongToHost(UInt64) -> UInt64
Added NSSwapBigLongToHost(UInt) -> UInt
Added NSSwapBigShortToHost(UInt16) -> UInt16
Added NSSwapDouble(NSSwappedDouble) -> NSSwappedDouble
Added NSSwapFloat(NSSwappedFloat) -> NSSwappedFloat
Added NSSwapHostDoubleToBig(Double) -> NSSwappedDouble
Added NSSwapHostDoubleToLittle(Double) -> NSSwappedDouble
Added NSSwapHostFloatToBig(Float) -> NSSwappedFloat
Added NSSwapHostFloatToLittle(Float) -> NSSwappedFloat
Added NSSwapHostIntToBig(UInt32) -> UInt32
Added NSSwapHostIntToLittle(UInt32) -> UInt32
Added NSSwapHostLongLongToBig(UInt64) -> UInt64
Added NSSwapHostLongLongToLittle(UInt64) -> UInt64
Added NSSwapHostLongToBig(UInt) -> UInt
Added NSSwapHostLongToLittle(UInt) -> UInt
Added NSSwapHostShortToBig(UInt16) -> UInt16
Added NSSwapHostShortToLittle(UInt16) -> UInt16
Added NSSwapInt(UInt32) -> UInt32
Added NSSwapLittleDoubleToHost(NSSwappedDouble) -> Double
Added NSSwapLittleFloatToHost(NSSwappedFloat) -> Float
Added NSSwapLittleIntToHost(UInt32) -> UInt32
Added NSSwapLittleLongLongToHost(UInt64) -> UInt64
Added NSSwapLittleLongToHost(UInt) -> UInt
Added NSSwapLittleShortToHost(UInt16) -> UInt16
Added NSSwapLong(UInt) -> UInt
Added NSSwapLongLong(UInt64) -> UInt64
Added NSSwapShort(UInt16) -> UInt16
Added NSSymbolStringEncoding
Added NSSystemClockDidChangeNotification
Added NSSystemTimeZoneDidChangeNotification
Added NSTaskDidTerminateNotification
Added NSTemporaryDirectory() -> String!
Added NSTextCheckingAirlineKey
Added NSTextCheckingAllCustomTypes
Added NSTextCheckingAllSystemTypes
Added NSTextCheckingAllTypes
Added NSTextCheckingCityKey
Added NSTextCheckingCountryKey
Added NSTextCheckingFlightKey
Added NSTextCheckingJobTitleKey
Added NSTextCheckingNameKey
Added NSTextCheckingOrganizationKey
Added NSTextCheckingPhoneKey
Added NSTextCheckingStateKey
Added NSTextCheckingStreetKey
Added NSTextCheckingTypes
Added NSTextCheckingZIPKey
Added NSThreadWillExitNotification
Added NSThumbnail1024x1024SizeKey
Added NSTimeInterval
Added NSTimeIntervalSince1970
Added NSURLAddedToDirectoryDateKey
Added NSURLAttributeModificationDateKey
Added NSURLAuthenticationMethodClientCertificate
Added NSURLAuthenticationMethodDefault
Added NSURLAuthenticationMethodHTMLForm
Added NSURLAuthenticationMethodHTTPBasic
Added NSURLAuthenticationMethodHTTPDigest
Added NSURLAuthenticationMethodNTLM
Added NSURLAuthenticationMethodNegotiate
Added NSURLAuthenticationMethodServerTrust
Added NSURLBookmarkFileCreationOptions
Added NSURLContentAccessDateKey
Added NSURLContentModificationDateKey
Added NSURLCreationDateKey
Added NSURLCredentialStorageChangedNotification
Added NSURLCredentialStorageRemoveSynchronizableCredentials
Added NSURLCustomIconKey
Added NSURLDocumentIdentifierKey
Added NSURLEffectiveIconKey
Added NSURLErrorBackgroundSessionInUseByAnotherProcess
Added NSURLErrorBackgroundSessionRequiresSharedContainer
Added NSURLErrorBackgroundSessionWasDisconnected
Added NSURLErrorBackgroundTaskCancelledReasonKey
Added NSURLErrorBadServerResponse
Added NSURLErrorBadURL
Added NSURLErrorCallIsActive
Added NSURLErrorCancelled
Added NSURLErrorCancelledReasonBackgroundUpdatesDisabled
Added NSURLErrorCancelledReasonInsufficientSystemResources
Added NSURLErrorCancelledReasonUserForceQuitApplication
Added NSURLErrorCannotCloseFile
Added NSURLErrorCannotConnectToHost
Added NSURLErrorCannotCreateFile
Added NSURLErrorCannotDecodeContentData
Added NSURLErrorCannotDecodeRawData
Added NSURLErrorCannotFindHost
Added NSURLErrorCannotLoadFromNetwork
Added NSURLErrorCannotMoveFile
Added NSURLErrorCannotOpenFile
Added NSURLErrorCannotParseResponse
Added NSURLErrorCannotRemoveFile
Added NSURLErrorCannotWriteToFile
Added NSURLErrorClientCertificateRejected
Added NSURLErrorClientCertificateRequired
Added NSURLErrorDNSLookupFailed
Added NSURLErrorDataLengthExceedsMaximum
Added NSURLErrorDataNotAllowed
Added NSURLErrorDomain
Added NSURLErrorDownloadDecodingFailedMidStream
Added NSURLErrorDownloadDecodingFailedToComplete
Added NSURLErrorFailingURLErrorKey
Added NSURLErrorFailingURLPeerTrustErrorKey
Added NSURLErrorFailingURLStringErrorKey
Added NSURLErrorFileDoesNotExist
Added NSURLErrorFileIsDirectory
Added NSURLErrorHTTPTooManyRedirects
Added NSURLErrorInternationalRoamingOff
Added NSURLErrorKey
Added NSURLErrorNetworkConnectionLost
Added NSURLErrorNoPermissionsToReadFile
Added NSURLErrorNotConnectedToInternet
Added NSURLErrorRedirectToNonExistentLocation
Added NSURLErrorRequestBodyStreamExhausted
Added NSURLErrorResourceUnavailable
Added NSURLErrorSecureConnectionFailed
Added NSURLErrorServerCertificateHasBadDate
Added NSURLErrorServerCertificateHasUnknownRoot
Added NSURLErrorServerCertificateNotYetValid
Added NSURLErrorServerCertificateUntrusted
Added NSURLErrorTimedOut
Added NSURLErrorUnknown
Added NSURLErrorUnsupportedURL
Added NSURLErrorUserAuthenticationRequired
Added NSURLErrorUserCancelledAuthentication
Added NSURLErrorZeroByteResource
Added NSURLFileAllocatedSizeKey
Added NSURLFileResourceIdentifierKey
Added NSURLFileResourceTypeBlockSpecial
Added NSURLFileResourceTypeCharacterSpecial
Added NSURLFileResourceTypeDirectory
Added NSURLFileResourceTypeKey
Added NSURLFileResourceTypeNamedPipe
Added NSURLFileResourceTypeRegular
Added NSURLFileResourceTypeSocket
Added NSURLFileResourceTypeSymbolicLink
Added NSURLFileResourceTypeUnknown
Added NSURLFileScheme
Added NSURLFileSecurityKey
Added NSURLFileSizeKey
Added NSURLGenerationIdentifierKey
Added NSURLHasHiddenExtensionKey
Added NSURLIsAliasFileKey
Added NSURLIsDirectoryKey
Added NSURLIsExcludedFromBackupKey
Added NSURLIsExecutableKey
Added NSURLIsHiddenKey
Added NSURLIsMountTriggerKey
Added NSURLIsPackageKey
Added NSURLIsReadableKey
Added NSURLIsRegularFileKey
Added NSURLIsSymbolicLinkKey
Added NSURLIsSystemImmutableKey
Added NSURLIsUbiquitousItemKey
Added NSURLIsUserImmutableKey
Added NSURLIsVolumeKey
Added NSURLIsWritableKey
Added NSURLKeysOfUnsetValuesKey
Added NSURLLabelColorKey
Added NSURLLabelNumberKey
Added NSURLLinkCountKey
Added NSURLLocalizedLabelKey
Added NSURLLocalizedNameKey
Added NSURLLocalizedTypeDescriptionKey
Added NSURLNameKey
Added NSURLParentDirectoryURLKey
Added NSURLPathKey
Added NSURLPreferredIOBlockSizeKey
Added NSURLProtectionSpaceFTP
Added NSURLProtectionSpaceFTPProxy
Added NSURLProtectionSpaceHTTP
Added NSURLProtectionSpaceHTTPProxy
Added NSURLProtectionSpaceHTTPS
Added NSURLProtectionSpaceHTTPSProxy
Added NSURLProtectionSpaceSOCKSProxy
Added NSURLQuarantinePropertiesKey
Added NSURLSessionDownloadTaskResumeData
Added NSURLSessionTaskPriorityDefault
Added NSURLSessionTaskPriorityHigh
Added NSURLSessionTaskPriorityLow
Added NSURLSessionTransferSizeUnknown
Added NSURLTagNamesKey
Added NSURLThumbnailDictionaryKey
Added NSURLThumbnailKey
Added NSURLTotalFileAllocatedSizeKey
Added NSURLTotalFileSizeKey
Added NSURLTypeIdentifierKey
Added NSURLUbiquitousItemContainerDisplayNameKey
Added NSURLUbiquitousItemDownloadRequestedKey
Added NSURLUbiquitousItemDownloadingErrorKey
Added NSURLUbiquitousItemDownloadingStatusCurrent
Added NSURLUbiquitousItemDownloadingStatusDownloaded
Added NSURLUbiquitousItemDownloadingStatusKey
Added NSURLUbiquitousItemDownloadingStatusNotDownloaded
Added NSURLUbiquitousItemHasUnresolvedConflictsKey
Added NSURLUbiquitousItemIsDownloadingKey
Added NSURLUbiquitousItemIsUploadedKey
Added NSURLUbiquitousItemIsUploadingKey
Added NSURLUbiquitousItemUploadingErrorKey
Added NSURLVolumeAvailableCapacityKey
Added NSURLVolumeCreationDateKey
Added NSURLVolumeIdentifierKey
Added NSURLVolumeIsAutomountedKey
Added NSURLVolumeIsBrowsableKey
Added NSURLVolumeIsEjectableKey
Added NSURLVolumeIsInternalKey
Added NSURLVolumeIsJournalingKey
Added NSURLVolumeIsLocalKey
Added NSURLVolumeIsReadOnlyKey
Added NSURLVolumeIsRemovableKey
Added NSURLVolumeLocalizedFormatDescriptionKey
Added NSURLVolumeLocalizedNameKey
Added NSURLVolumeMaximumFileSizeKey
Added NSURLVolumeNameKey
Added NSURLVolumeResourceCountKey
Added NSURLVolumeSupportsAdvisoryFileLockingKey
Added NSURLVolumeSupportsCasePreservedNamesKey
Added NSURLVolumeSupportsCaseSensitiveNamesKey
Added NSURLVolumeSupportsExtendedSecurityKey
Added NSURLVolumeSupportsHardLinksKey
Added NSURLVolumeSupportsJournalingKey
Added NSURLVolumeSupportsPersistentIDsKey
Added NSURLVolumeSupportsRenamingKey
Added NSURLVolumeSupportsRootDirectoryDatesKey
Added NSURLVolumeSupportsSparseFilesKey
Added NSURLVolumeSupportsSymbolicLinksKey
Added NSURLVolumeSupportsVolumeSizesKey
Added NSURLVolumeSupportsZeroRunsKey
Added NSURLVolumeTotalCapacityKey
Added NSURLVolumeURLForRemountingKey
Added NSURLVolumeURLKey
Added NSURLVolumeUUIDStringKey
Added NSUTF16BigEndianStringEncoding
Added NSUTF16LittleEndianStringEncoding
Added NSUTF16StringEncoding
Added NSUTF32BigEndianStringEncoding
Added NSUTF32LittleEndianStringEncoding
Added NSUTF32StringEncoding
Added NSUTF8StringEncoding
Added NSUbiquitousFileErrorMaximum
Added NSUbiquitousFileErrorMinimum
Added NSUbiquitousFileNotUploadedDueToQuotaError
Added NSUbiquitousFileUbiquityServerNotAvailable
Added NSUbiquitousFileUnavailableError
Added NSUbiquitousKeyValueStoreAccountChange
Added NSUbiquitousKeyValueStoreChangeReasonKey
Added NSUbiquitousKeyValueStoreChangedKeysKey
Added NSUbiquitousKeyValueStoreDidChangeExternallyNotification
Added NSUbiquitousKeyValueStoreInitialSyncChange
Added NSUbiquitousKeyValueStoreQuotaViolationChange
Added NSUbiquitousKeyValueStoreServerChange
Added NSUbiquityIdentityDidChangeNotification
Added NSUnarchiveFromDataTransformerName
Added NSUncaughtExceptionHandler
Added NSUndefinedDateComponent
Added NSUndefinedKeyException
Added NSUnderlyingErrorKey
Added NSUndoCloseGroupingRunLoopOrdering
Added NSUndoManagerCheckpointNotification
Added NSUndoManagerDidCloseUndoGroupNotification
Added NSUndoManagerDidOpenUndoGroupNotification
Added NSUndoManagerDidRedoChangeNotification
Added NSUndoManagerDidUndoChangeNotification
Added NSUndoManagerGroupIsDiscardableKey
Added NSUndoManagerWillCloseUndoGroupNotification
Added NSUndoManagerWillRedoChangeNotification
Added NSUndoManagerWillUndoChangeNotification
Added NSUnicodeStringEncoding
Added NSUnionOfArraysKeyValueOperator
Added NSUnionOfObjectsKeyValueOperator
Added NSUnionOfSetsKeyValueOperator
Added NSUnionRange(NSRange, NSRange) -> NSRange
Added NSUnionRect(NSRect, NSRect) -> NSRect
Added NSUnknownKeyScriptError
Added NSUnknownKeySpecifierError
Added NSUserActivityConnectionUnavailableError
Added NSUserActivityErrorMaximum
Added NSUserActivityErrorMinimum
Added NSUserActivityHandoffFailedError
Added NSUserActivityHandoffUserInfoTooLargeError
Added NSUserActivityRemoteApplicationTimedOutError
Added NSUserActivityTypeBrowsingWeb
Added NSUserAppleScriptTaskCompletionHandler
Added NSUserAutomatorTaskCompletionHandler
Added NSUserCancelledError
Added NSUserDefaultsDidChangeNotification
Added NSUserName() -> String!
Added NSUserNotificationDefaultSoundName
Added NSUserScriptTaskCompletionHandler
Added NSUserUnixTaskCompletionHandler
Added NSValidationErrorMaximum
Added NSValidationErrorMinimum
Added NSWidth(NSRect) -> CGFloat
Added NSWillBecomeMultiThreadedNotification
Added NSWindows95OperatingSystem
Added NSWindowsCP1250StringEncoding
Added NSWindowsCP1251StringEncoding
Added NSWindowsCP1252StringEncoding
Added NSWindowsCP1253StringEncoding
Added NSWindowsCP1254StringEncoding
Added NSWindowsNTOperatingSystem
Added NSWrapCalendarComponents
Added NSXMLDocumentIncludeContentTypeDeclaration
Added NSXMLDocumentTidyHTML
Added NSXMLDocumentTidyXML
Added NSXMLDocumentValidate
Added NSXMLDocumentXInclude
Added NSXMLNodeCompactEmptyElement
Added NSXMLNodeExpandEmptyElement
Added NSXMLNodeIsCDATA
Added NSXMLNodeLoadExternalEntitiesAlways
Added NSXMLNodeLoadExternalEntitiesNever
Added NSXMLNodeLoadExternalEntitiesSameOriginOnly
Added NSXMLNodeNeverEscapeContents
Added NSXMLNodeOptionsNone
Added NSXMLNodePreserveAll
Added NSXMLNodePreserveAttributeOrder
Added NSXMLNodePreserveCDATA
Added NSXMLNodePreserveCharacterReferences
Added NSXMLNodePreserveDTD
Added NSXMLNodePreserveEmptyElements
Added NSXMLNodePreserveEntities
Added NSXMLNodePreserveNamespaceOrder
Added NSXMLNodePreservePrefixes
Added NSXMLNodePreserveQuotes
Added NSXMLNodePreserveWhitespace
Added NSXMLNodePrettyPrint
Added NSXMLNodePromoteSignificantWhitespace
Added NSXMLNodeUseDoubleQuotes
Added NSXMLNodeUseSingleQuotes
Added NSXMLParserErrorDomain
Added NSXPCConnectionErrorMaximum
Added NSXPCConnectionErrorMinimum
Added NSXPCConnectionInterrupted
Added NSXPCConnectionInvalid
Added NSXPCConnectionReplyInvalid
Added NSZeroPoint
Added NSZeroRect
Added NSZeroSize
Added NS_BigEndian
Added NS_LittleEndian
Added NS_UnknownByteOrder
Added kCFStringEncodingASCII
Added unichar