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]}'
type: NSString
extends: AVMetadataKey
AVMetadataKey3GPUserData(.*):
AVMetadata3GPUserDataKey(.*):
enum: AVMetadataKey3GPUserData
name: '#{g[0]}'
type: NSString
extends: AVMetadataKey
AVMetadataKeyIcyMetadata(.*):
AVMetadataIcyMetadataKey(.*):
enum: AVMetadataKeyIcyMetadata
name: '#{g[0]}'
type: NSString
extends: AVMetadataKey
AVMetadataKeyID3Metadata(.*):
AVMetadataID3MetadataKey(.*):
enum: AVMetadataKeyID3Metadata
name: '#{g[0]}'
type: NSString
extends: AVMetadataKey
AVMetadataKeyISOUserData(.*):
AVMetadataISOUserDataKey(.*):
enum: AVMetadataKeyISOUserData
name: '#{g[0]}'
type: NSString
extends: AVMetadataKey
AVMetadataKeyiTunesMetadata(.*):
AVMetadataiTunesMetadataKey(.*):
enum: AVMetadataKeyiTunesMetadata
name: '#{g[0]}'
type: NSString
extends: AVMetadataKey
AVMetadataKeyQuickTimeMetadata(.*):
AVMetadataQuickTimeMetadataKey(.*):
enum: AVMetadataKeyQuickTimeMetadata
name: '#{g[0]}'
type: NSString
extends: AVMetadataKey
AVMetadataKeyQuickTimeUserData(.*):
AVMetadataQuickTimeUserDataKey(.*):
enum: AVMetadataKeyQuickTimeUserData
name: '#{g[0]}'
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]}'

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

FeatureSettings:
type: List<UIFontFeatureSetting>

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: {}
WKTextInputMode: {}
WKInterfaceMapPinColor: {}
WatchKitErrorCode: {}
WKErrorCode: {first: WatchKitUnknownError, suffix: Error}

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

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

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

# 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.