Skip to content

Commit

Permalink
Cleanup several global values (fixes #1044).
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueRiverInteractive committed Jun 29, 2015
1 parent e6fa767 commit 2036bea
Show file tree
Hide file tree
Showing 17 changed files with 3,250 additions and 1,286 deletions.
14 changes: 7 additions & 7 deletions cocoatouch/src/main/bro-gen/avfoundation.yaml
Expand Up @@ -2383,37 +2383,37 @@ values:
name: '#{g[0]}' name: '#{g[0]}'
type: NSString type: NSString
extends: AVMetadataKey extends: AVMetadataKey
AVMetadataKey3GPUserData(.*): AVMetadata3GPUserDataKey(.*):
enum: AVMetadataKey3GPUserData enum: AVMetadataKey3GPUserData
name: '#{g[0]}' name: '#{g[0]}'
type: NSString type: NSString
extends: AVMetadataKey extends: AVMetadataKey
AVMetadataKeyIcyMetadata(.*): AVMetadataIcyMetadataKey(.*):
enum: AVMetadataKeyIcyMetadata enum: AVMetadataKeyIcyMetadata
name: '#{g[0]}' name: '#{g[0]}'
type: NSString type: NSString
extends: AVMetadataKey extends: AVMetadataKey
AVMetadataKeyID3Metadata(.*): AVMetadataID3MetadataKey(.*):
enum: AVMetadataKeyID3Metadata enum: AVMetadataKeyID3Metadata
name: '#{g[0]}' name: '#{g[0]}'
type: NSString type: NSString
extends: AVMetadataKey extends: AVMetadataKey
AVMetadataKeyISOUserData(.*): AVMetadataISOUserDataKey(.*):
enum: AVMetadataKeyISOUserData enum: AVMetadataKeyISOUserData
name: '#{g[0]}' name: '#{g[0]}'
type: NSString type: NSString
extends: AVMetadataKey extends: AVMetadataKey
AVMetadataKeyiTunesMetadata(.*): AVMetadataiTunesMetadataKey(.*):
enum: AVMetadataKeyiTunesMetadata enum: AVMetadataKeyiTunesMetadata
name: '#{g[0]}' name: '#{g[0]}'
type: NSString type: NSString
extends: AVMetadataKey extends: AVMetadataKey
AVMetadataKeyQuickTimeMetadata(.*): AVMetadataQuickTimeMetadataKey(.*):
enum: AVMetadataKeyQuickTimeMetadata enum: AVMetadataKeyQuickTimeMetadata
name: '#{g[0]}' name: '#{g[0]}'
type: NSString type: NSString
extends: AVMetadataKey extends: AVMetadataKey
AVMetadataKeyQuickTimeUserData(.*): AVMetadataQuickTimeUserDataKey(.*):
enum: AVMetadataKeyQuickTimeUserData enum: AVMetadataKeyQuickTimeUserData
name: '#{g[0]}' name: '#{g[0]}'
type: NSString type: NSString
Expand Down
19 changes: 11 additions & 8 deletions cocoatouch/src/main/bro-gen/uikit.yaml
Expand Up @@ -4554,6 +4554,15 @@ values:
name: '#{g[0]}' name: '#{g[0]}'


# UIFont # UIFont
UIFontFeature(.*Identifier)Key:
dictionary: UIFontFeatureSetting
name: '#{g[0]}'
type: NSString
methods:
TypeIdentifier:
type: long
SelectorIdentifier:
type: long
UIFontDescriptor(.*)Attribute: UIFontDescriptor(.*)Attribute:
dictionary: UIFontDescriptorAttributes dictionary: UIFontDescriptorAttributes
enum: UIFontDescriptorAttribute enum: UIFontDescriptorAttribute
Expand Down Expand Up @@ -4582,14 +4591,8 @@ values:
type: double type: double
TextStyle: TextStyle:
type: UIFontTextStyle type: UIFontTextStyle
#FeatureSettings: FeatureSettings:
#type: type: List<UIFontFeatureSetting>
# UIFontFeature(.*Identifier)Key: TODO
# class: UIFontDescriptorAttributes
# name: '#{g[0]}'
# type: NSString
# visibility: protected



UIFontTextStyle(.*): UIFontTextStyle(.*):
enum: UIFontTextStyle enum: UIFontTextStyle
Expand Down
6 changes: 3 additions & 3 deletions cocoatouch/src/main/bro-gen/watchkit.yaml
Expand Up @@ -13,10 +13,10 @@ enums:
WKMenuItemIcon: {} WKMenuItemIcon: {}
WKTextInputMode: {} WKTextInputMode: {}
WKInterfaceMapPinColor: {} WKInterfaceMapPinColor: {}
WatchKitErrorCode: {} WKErrorCode: {first: WatchKitUnknownError, suffix: Error}


classes: classes:
WatchKitError: WKError:
extends: NSError extends: NSError
annotations: ['@StronglyLinked'] annotations: ['@StronglyLinked']


Expand Down Expand Up @@ -168,7 +168,7 @@ functions:


values: values:
WatchKitErrorDomain: WatchKitErrorDomain:
class: WatchKitError class: WKError
name: getClassDomain name: getClassDomain


# Make sure we don't miss any values if new ones are introduced in a later version # Make sure we don't miss any values if new ones are introduced in a later version
Expand Down

0 comments on commit 2036bea

Please sign in to comment.