Skip to content

Commit a8edede

Browse files
committed
enable iPad support for obj-c sample project
1 parent 05b3f3e commit a8edede

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/objc/FirebaseUI-demo-objc.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@
490490
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
491491
PRODUCT_BUNDLE_IDENTIFIER = "com.google.firebase.FirebaseUI-demo-objc";
492492
PRODUCT_NAME = "$(TARGET_NAME)";
493+
TARGETED_DEVICE_FAMILY = "1,2";
493494
};
494495
name = Debug;
495496
};
@@ -502,6 +503,7 @@
502503
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
503504
PRODUCT_BUNDLE_IDENTIFIER = "com.google.firebase.FirebaseUI-demo-objc";
504505
PRODUCT_NAME = "$(TARGET_NAME)";
506+
TARGETED_DEVICE_FAMILY = "1,2";
505507
};
506508
name = Release;
507509
};

0 commit comments

Comments
 (0)