Skip to content

Commit

Permalink
v4.0.2 Xcode-8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Grima committed Nov 24, 2017
1 parent d028aea commit 28e23e8
Show file tree
Hide file tree
Showing 21 changed files with 49 additions and 283 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## 4.0.2
#### Added
- Add accessibility/VoiceOver support for
- Rating control (mood, star)
- Navigation/Focus management between views
- Required fields indicator

#### Fixed
- Fix UIBarButtonItem appearance customizations that may affect the host application

## 4.0.1
#### Added
- Support for **Xcode 9.1**
- Ability to enable debug logs in order to have more insights from the SDK while developing:
```swift
Usabilla.debugEnabled = true
```
- Display Passive Feedback Forms as a formSheet on iPad by default

#### Updated
- Design improvements for iPhone X
- Design and interaction improvements of the picker component iPhone & iPad
- Internal networking optimisation to reducing network usage when using Campaigns

#### Fixed
- Fix status bar colour for campaign modal window
- Fix campaign navigation bar button colour in iOS 11
- Fix capitalization behaviour in e-mail component
- Fix placeholder text display behaviour on text area component
- Fix for the ‘bold’ HTML tag in iOS 11

## 4.0.0

#### Added
Expand Down
7 changes: 3 additions & 4 deletions Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ The new Usabilla SDK Version 4 comes with two major advancements:

## Requirements
- iOS 9.0+
- Xcode 8+ or 9+
- Xcode 8.3.3 or 9+
- Swift 3.1, 3.2, 4.0


## Installation

Since 4.0.0 our **master** branch contains the framework built with **swift 3.2** and **Xcode 9**
Expand All @@ -65,7 +64,7 @@ target 'YourProjectTarget' do
pod 'Usabilla', '~> 4.0.0'

#Or by specifying a tag
pod 'Usabilla', :tag=> 'v4.0.0'
pod 'Usabilla', :tag=> 'v4.0.2'

End
```
Expand All @@ -87,7 +86,7 @@ to add carthage to your project.
And add this line to your `Cartfile`:

```yaml
github "usabilla/usabilla-u4a-ios-swift-sdk" "v4.0.0"
github "usabilla/usabilla-u4a-ios-swift-sdk" "v4.0.2"
```

### Manual
Expand Down
4 changes: 2 additions & 2 deletions Usabilla.framework.dSYM/Contents/Info.plist
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>4.0.0</string>
<string>4.0.2</string>
<key>CFBundleVersion</key>
<string>9</string>
<string>11</string>
</dict>
</plist>
Binary file modified Usabilla.framework.dSYM/Contents/Resources/DWARF/Usabilla
Binary file not shown.
Binary file modified Usabilla.framework/Assets.car
Binary file not shown.
12 changes: 12 additions & 0 deletions Usabilla.framework/Headers/Usabilla-Swift.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
@end


@interface UIBarButtonItem (SWIFT_EXTENSION(Usabilla))
@end


@interface UIColor (SWIFT_EXTENSION(Usabilla))
@end

Expand All @@ -155,10 +159,18 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
@end


@interface UIFont (SWIFT_EXTENSION(Usabilla))
@end


@interface UIImage (SWIFT_EXTENSION(Usabilla))
@end


@interface UIImageView (SWIFT_EXTENSION(Usabilla))
@end


@interface UITableView (SWIFT_EXTENSION(Usabilla))
@end

Expand Down
Binary file modified Usabilla.framework/Info.plist
Binary file not shown.
Binary file modified Usabilla.framework/Modules/Usabilla.swiftmodule/arm.swiftdoc
Binary file not shown.
Binary file modified Usabilla.framework/Modules/Usabilla.swiftmodule/arm.swiftmodule
Binary file not shown.
Binary file modified Usabilla.framework/Modules/Usabilla.swiftmodule/arm64.swiftdoc
Binary file not shown.
Binary file not shown.
Binary file modified Usabilla.framework/Modules/Usabilla.swiftmodule/i386.swiftdoc
Binary file not shown.
Binary file not shown.
Binary file modified Usabilla.framework/Modules/Usabilla.swiftmodule/x86_64.swiftdoc
Binary file not shown.
Binary file not shown.
Binary file modified Usabilla.framework/Usabilla
Binary file not shown.
256 changes: 0 additions & 256 deletions Usabilla.framework/_CodeSignature/CodeResources

This file was deleted.

Binary file modified Usabilla.framework/usa_localizable.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion Usabilla.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|


s.name = "Usabilla"
s.version = "4.0.0"
s.version = "4.0.2"
s.summary = "Collect feedback from your users."

s.description = 'With Usabilla FeedbackSDK you can collect feedback from your users.'
Expand Down
20 changes: 0 additions & 20 deletions Usabilla.simulator.framework.dSYM/Contents/Info.plist

This file was deleted.

Binary file not shown.

0 comments on commit 28e23e8

Please sign in to comment.