2
0

Fabric update.

This commit is contained in:
Maarten Billemont
2015-12-13 09:41:13 -05:00
parent 207d6eadd1
commit 174859ad8d
9 changed files with 94 additions and 18 deletions

Binary file not shown.

View File

@@ -10,6 +10,10 @@
NS_ASSUME_NONNULL_BEGIN
/**
* This class exposes the Answers Events API, allowing you to track key
* user user actions and metrics in your app.
*/
@interface Answers : NSObject
/**

View File

@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>14E46</string>
<string>14F1021</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.3.4</string>
<string>3.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@@ -25,23 +25,23 @@
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>82</string>
<string>92</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>13A340</string>
<string>13B137</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTPlatformVersion</key>
<string>9.0</string>
<string>9.1</string>
<key>DTSDKBuild</key>
<string>13A340</string>
<string>13B137</string>
<key>DTSDKName</key>
<string>iphoneos9.0</string>
<string>iphoneos9.1</string>
<key>DTXcode</key>
<string>0700</string>
<string>0710</string>
<key>DTXcodeBuild</key>
<string>7A220</string>
<string>7B91b</string>
<key>MinimumOSVersion</key>
<string>6.0</string>
<key>NSHumanReadableCopyright</key>

Binary file not shown.

Binary file not shown.