Skip to content

Commit 7db787e

Browse files
muratakbalKrzysztof Borowy
authored and
Krzysztof Borowy
committed
fix: adds tvOS to supported platforms (#109)
1 parent 5869a36 commit 7db787e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/RNCAsyncStorage.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
OTHER_LDFLAGS = "-ObjC";
233233
PRODUCT_NAME = RNCAsyncStorage;
234234
SKIP_INSTALL = YES;
235+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos";
235236
};
236237
name = Debug;
237238
};
@@ -248,6 +249,7 @@
248249
OTHER_LDFLAGS = "-ObjC";
249250
PRODUCT_NAME = RNCAsyncStorage;
250251
SKIP_INSTALL = YES;
252+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos";
251253
};
252254
name = Release;
253255
};

0 commit comments

Comments
 (0)