Skip to content

Commit 157dda7

Browse files
committed
fix: remove quotes for TARGETED_DEVICE_FAMILY
1 parent 351c4ce commit 157dda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project-template/internal/nativescript-build.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ EXCLUDED_ARCHS[sdk=macosx*] = i386 armv6 armv7 armv7s armv8
2626
VALIDATE_WORKSPACE = YES
2727

2828
// Default value (can be overriden by user's build.xcconfig)
29-
TARGETED_DEVICE_FAMILY = "1,2";
29+
TARGETED_DEVICE_FAMILY = 1,2

0 commit comments

Comments
 (0)