Skip to content

Commit f8029e2

Browse files
authored
Remove property availability (#5665)
1 parent 98819b2 commit f8029e2

File tree

4 files changed

+1
-14
lines changed

4 files changed

+1
-14
lines changed

Sources/Sentry/Public/SentryFeedbackAPI.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
NS_ASSUME_NONNULL_BEGIN
1414

15-
API_AVAILABLE(ios(13.0))
1615
@interface SentryFeedbackAPI : NSObject
1716

1817
/**

Sources/Sentry/Public/SentrySDK.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ SENTRY_NO_INIT
281281

282282
#if TARGET_OS_IOS && SENTRY_HAS_UIKIT
283283

284-
@property (nonatomic, class, readonly) SentryFeedbackAPI *feedback API_AVAILABLE(ios(13.0));
284+
@property (nonatomic, class, readonly) SentryFeedbackAPI *feedback;
285285

286286
#endif // TARGET_OS_IOS && SENTRY_HAS_UIKIT
287287

sdk_api.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26985,10 +26985,8 @@
2698526985
"usr": "c:objc(cs)SentryFeedbackAPI",
2698626986
"moduleName": "Sentry",
2698726987
"isOpen": true,
26988-
"intro_iOS": "13.0",
2698926988
"objc_name": "SentryFeedbackAPI",
2699026989
"declAttributes": [
26991-
"Available",
2699226990
"ObjC",
2699326991
"Dynamic"
2699426992
],
@@ -33247,10 +33245,8 @@
3324733245
"moduleName": "Sentry",
3324833246
"static": true,
3324933247
"isOpen": true,
33250-
"intro_iOS": "13.0",
3325133248
"objc_name": "feedback",
3325233249
"declAttributes": [
33253-
"Available",
3325433250
"ObjC",
3325533251
"Dynamic"
3325633252
],
@@ -33272,11 +33268,9 @@
3327233268
"moduleName": "Sentry",
3327333269
"static": true,
3327433270
"isOpen": true,
33275-
"intro_iOS": "13.0",
3327633271
"objc_name": "feedback",
3327733272
"declAttributes": [
3327833273
"DiscardableResult",
33279-
"Available",
3328033274
"ObjC",
3328133275
"Dynamic"
3328233276
],

sdk_api_V9.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26189,10 +26189,8 @@
2618926189
"usr": "c:objc(cs)SentryFeedbackAPI",
2619026190
"moduleName": "Sentry",
2619126191
"isOpen": true,
26192-
"intro_iOS": "13.0",
2619326192
"objc_name": "SentryFeedbackAPI",
2619426193
"declAttributes": [
26195-
"Available",
2619626194
"ObjC",
2619726195
"Dynamic"
2619826196
],
@@ -32026,10 +32024,8 @@
3202632024
"moduleName": "Sentry",
3202732025
"static": true,
3202832026
"isOpen": true,
32029-
"intro_iOS": "13.0",
3203032027
"objc_name": "feedback",
3203132028
"declAttributes": [
32032-
"Available",
3203332029
"ObjC",
3203432030
"Dynamic"
3203532031
],
@@ -32051,11 +32047,9 @@
3205132047
"moduleName": "Sentry",
3205232048
"static": true,
3205332049
"isOpen": true,
32054-
"intro_iOS": "13.0",
3205532050
"objc_name": "feedback",
3205632051
"declAttributes": [
3205732052
"DiscardableResult",
32058-
"Available",
3205932053
"ObjC",
3206032054
"Dynamic"
3206132055
],

0 commit comments

Comments
 (0)