BUCK configuration

This commit is contained in:
Peter
2019-06-06 00:17:51 +01:00
parent e09df60796
commit 124eaea2b7
28 changed files with 320 additions and 47 deletions

View File

@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>5.7</string>
<string>5.7.1</string>
<key>CFBundleVersion</key>
<string>${BUILD_NUMBER}</string>
<key>NSExtension</key>

View File

@@ -10,7 +10,7 @@ public class BoxedMessage: NSObject {
public class Serialization: NSObject, MTSerialization {
public func currentLayer() -> UInt {
return 100
return 102
}
public func parseMessage(_ data: Data!) -> Any! {