Skip to content

Commit

Permalink
fix: adds tvOS to supported platforms (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
muratakbal authored and Krzysztof Borowy committed May 23, 2019
1 parent 5869a36 commit 7db787e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/RNCAsyncStorage.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = RNCAsyncStorage;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos";
};
name = Debug;
};
Expand All @@ -248,6 +249,7 @@
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = RNCAsyncStorage;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos";
};
name = Release;
};
Expand Down

0 comments on commit 7db787e

Please sign in to comment.