Skip to content

Commit 7850302

Browse files
committed
Bumps to 0.2
1 parent 406de68 commit 7850302

File tree

14 files changed

+20
-3
lines changed

14 files changed

+20
-3
lines changed

Libs/Swinject.framework/Headers/Swinject-Swift.h

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1)
1+
// Generated by Apple Swift version 3.1 (swiftlang-802.0.53 clang-802.0.42)
22
#pragma clang diagnostic push
33

44
#if defined(__has_include) && __has_include(<swift/objc-prologue.h>)
@@ -68,6 +68,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
6868
#else
6969
# define SWIFT_NOESCAPE
7070
#endif
71+
#if defined(__has_attribute) && __has_attribute(warn_unused_result)
72+
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
73+
#else
74+
# define SWIFT_WARN_UNUSED_RESULT
75+
#endif
7176
#if !defined(SWIFT_CLASS_EXTRA)
7277
# define SWIFT_CLASS_EXTRA
7378
#endif
@@ -114,6 +119,18 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
114119
#if !defined(SWIFT_UNAVAILABLE)
115120
# define SWIFT_UNAVAILABLE __attribute__((unavailable))
116121
#endif
122+
#if !defined(SWIFT_UNAVAILABLE_MSG)
123+
# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
124+
#endif
125+
#if !defined(SWIFT_AVAILABILITY)
126+
# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
127+
#endif
128+
#if !defined(SWIFT_DEPRECATED)
129+
# define SWIFT_DEPRECATED __attribute__((deprecated))
130+
#endif
131+
#if !defined(SWIFT_DEPRECATED_MSG)
132+
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
133+
#endif
117134
#if defined(__has_feature) && __has_feature(modules)
118135
#endif
119136

Libs/Swinject.framework/Info.plist

2 Bytes
Binary file not shown.
232 Bytes
Binary file not shown.
Binary file not shown.
232 Bytes
Binary file not shown.
Binary file not shown.
232 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)