Skip to content

Commit

Permalink
v4.0.2-Xcode-9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Grima committed Nov 24, 2017
1 parent cacab2c commit 3dcfd51
Show file tree
Hide file tree
Showing 21 changed files with 17 additions and 284 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 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**
Expand Down
7 changes: 3 additions & 4 deletions Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ The new Usabilla SDK Version 4 comes with two major advancements:

## Requirements
- iOS 9.0+
- Xcode 8.3+ 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 @@ -69,7 +68,7 @@ target 'YourProjectTarget' do
pod 'Usabilla', '~> 4.0'

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

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

```yaml
github "usabilla/usabilla-u4a-ios-swift-sdk" "v4.0.1"
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.1</string>
<string>4.0.2</string>
<key>CFBundleVersion</key>
<string>10</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.
2 changes: 1 addition & 1 deletion Usabilla.framework/Headers/Usabilla-Swift.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by Apple Swift version 4.0.2 effective-3.2.2 (swiftlang-900.0.69.2 clang-900.0.38)
// Generated by Apple Swift version 4.0 effective-3.2 (swiftlang-900.0.65.2 clang-900.0.37)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"

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 modified Usabilla.framework/Modules/Usabilla.swiftmodule/i386.swiftmodule
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.1"
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 3dcfd51

Please sign in to comment.