Tôi đang làm việc trên ứng dụng Toàn cầu và muốn truy cập các giá trị được lưu trữ trong tệp app-info.plist trong mã của tôi.
Lý do: Tôi khởi tạo động UIViewController từ bảng phân cảnh bằng cách sử dụng:
UIStoryboard* storyboard = [UIStoryboard storyboardWithName:@"MainStoryboard_iPhone" bundle:nil];
self = [storyboard instantiateViewControllerWithIdentifier:@"ExampleViewController"];
Bây giờ, có tên bảng phân cảnh @ "MainStoryboard_iPhone" ở trên là xấu.
Tôi muốn làm điều gì đó như:
UIStoryboard* storyboard = [UIStoryboard storyboardWithName:appInfo.mainStoryboardBaseNamePhone bundle:nil];
self = [storyboard instantiateViewControllerWithIdentifier:@"ExampleViewController"];
nơi appInfo có thể là NSDictionary của tất cả các giá trị trong app-info.plist