Skip to content

Commit

Permalink
Bumps to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed May 5, 2017
1 parent 406de68 commit 7850302
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion Libs/Swinject.framework/Headers/Swinject-Swift.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1)
// Generated by Apple Swift version 3.1 (swiftlang-802.0.53 clang-802.0.42)
#pragma clang diagnostic push

#if defined(__has_include) && __has_include(<swift/objc-prologue.h>)
Expand Down Expand Up @@ -68,6 +68,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#else
# define SWIFT_NOESCAPE
#endif
#if defined(__has_attribute) && __has_attribute(warn_unused_result)
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
# define SWIFT_WARN_UNUSED_RESULT
#endif
#if !defined(SWIFT_CLASS_EXTRA)
# define SWIFT_CLASS_EXTRA
#endif
Expand Down Expand Up @@ -114,6 +119,18 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_UNAVAILABLE)
# define SWIFT_UNAVAILABLE __attribute__((unavailable))
#endif
#if !defined(SWIFT_UNAVAILABLE_MSG)
# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
#endif
#if !defined(SWIFT_AVAILABILITY)
# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
#endif
#if !defined(SWIFT_DEPRECATED)
# define SWIFT_DEPRECATED __attribute__((deprecated))
#endif
#if !defined(SWIFT_DEPRECATED_MSG)
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
#if defined(__has_feature) && __has_feature(modules)
#endif

Expand Down
Binary file modified Libs/Swinject.framework/Info.plist
Binary file not shown.
Binary file modified Libs/Swinject.framework/Modules/Swinject.swiftmodule/arm.swiftdoc
Binary file not shown.
Binary file not shown.
Binary file modified Libs/Swinject.framework/Modules/Swinject.swiftmodule/arm64.swiftdoc
Binary file not shown.
Binary file not shown.
Binary file modified Libs/Swinject.framework/Modules/Swinject.swiftmodule/i386.swiftdoc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Libs/Swinject.framework/Swinject
Binary file not shown.
Binary file modified Plug.framework.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Build Status](https://www.bitrise.io/app/c6d3096518e622f3.svg?token=7QmnkUstRGnMqQ-8eT_h3w)](https://www.bitrise.io/app/c6d3096518e622f3)
[![codebeat badge](https://codebeat.co/badges/5d4c8283-3b5e-431e-a811-c43ae4f75374)](https://codebeat.co/projects/github-com-s4cha-plug-master)
[![License: MIT](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](https://github.com/freshOS/Arrow/blob/master/LICENSE)
[![Release version](https://img.shields.io/badge/release-0.1-blue.svg)]()
[![Release version](https://img.shields.io/badge/release-0.2-blue.svg)]()

[Reason](#why) - [Example](#example-project) - [Idea](#main-idea) - [Get Started](#get-started) - [Installation](#installation)

Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<string>0.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 7850302

Please sign in to comment.