File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : objective-c
2
- osx_image : xcode8.1
2
+ osx_image : xcode8.3
3
3
script :
4
4
- xcrun xcodebuild -project SipHash.xcodeproj -scheme SipHash-macOS test
5
5
- xcrun xcodebuild -project SipHash.xcodeproj -scheme SipHash-iOS
Original file line number Diff line number Diff line change
1
+ # Version 1.1.2 (2017-05-05)
2
+
3
+ This release contains the following change:
4
+
5
+ * Removed all remaining use of @inline (__ always) attributes.
6
+
1
7
# Version 1.1.1 (2017-02-07)
2
8
3
9
This release contains the following change:
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'SipHash'
3
- spec . version = '1.1.1 '
3
+ spec . version = '1.1.2 '
4
4
spec . ios . deployment_target = "8.0"
5
5
spec . osx . deployment_target = "10.9"
6
6
spec . tvos . deployment_target = "9.0"
Original file line number Diff line number Diff line change 6
6
//
7
7
8
8
// Increment the build number whenever you modify the version string.
9
- VERSION_STRING = 1.1.1
10
- BUILD_NUMBER = 3
9
+ VERSION_STRING = 1.1.2
10
+ BUILD_NUMBER = 4
11
11
12
12
PROJECT_NAME = SipHash
13
13
BUNDLE_IDENTIFIER_BASE = hu.lorentey.$(PROJECT_NAME)
You can’t perform that action at this time.
0 commit comments