From 1fb16e012915f52dd35cc67ef07401c54c241c64 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 11 Feb 2018 13:38:53 -0800 Subject: Fixed MacOS build --- .../Apple/Data/iOS/Base.lproj/LaunchScreen.xib | 42 ++++++++++++++++++ .../Apple/Data/iOS/Base.lproj/Main.storyboard | 26 +++++++++++ .../Images.xcassets/AppIcon.appiconset/dg-icon.png | Bin 0 -> 19386 bytes Common/NativeApp/Apple/Data/iOS/info.plist | 49 +++++++++++++++++++++ 4 files changed, 117 insertions(+) create mode 100644 Common/NativeApp/Apple/Data/iOS/Base.lproj/LaunchScreen.xib create mode 100644 Common/NativeApp/Apple/Data/iOS/Base.lproj/Main.storyboard create mode 100644 Common/NativeApp/Apple/Data/iOS/Images.xcassets/AppIcon.appiconset/dg-icon.png create mode 100644 Common/NativeApp/Apple/Data/iOS/info.plist (limited to 'Common/NativeApp/Apple/Data/iOS') diff --git a/Common/NativeApp/Apple/Data/iOS/Base.lproj/LaunchScreen.xib b/Common/NativeApp/Apple/Data/iOS/Base.lproj/LaunchScreen.xib new file mode 100644 index 0000000..d8f607e --- /dev/null +++ b/Common/NativeApp/Apple/Data/iOS/Base.lproj/LaunchScreen.xib @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Common/NativeApp/Apple/Data/iOS/Base.lproj/Main.storyboard b/Common/NativeApp/Apple/Data/iOS/Base.lproj/Main.storyboard new file mode 100644 index 0000000..0dc87c1 --- /dev/null +++ b/Common/NativeApp/Apple/Data/iOS/Base.lproj/Main.storyboard @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Common/NativeApp/Apple/Data/iOS/Images.xcassets/AppIcon.appiconset/dg-icon.png b/Common/NativeApp/Apple/Data/iOS/Images.xcassets/AppIcon.appiconset/dg-icon.png new file mode 100644 index 0000000..c3f0b5e Binary files /dev/null and b/Common/NativeApp/Apple/Data/iOS/Images.xcassets/AppIcon.appiconset/dg-icon.png differ diff --git a/Common/NativeApp/Apple/Data/iOS/info.plist b/Common/NativeApp/Apple/Data/iOS/info.plist new file mode 100644 index 0000000..8e94cb9 --- /dev/null +++ b/Common/NativeApp/Apple/Data/iOS/info.plist @@ -0,0 +1,49 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + com.diligentengine.sampleapp + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.8 + CFBundleSignature + ???? + CFBundleVersion + 1 + CFBundleIconFile + dg-icon.png + LSRequiresIPhoneOS + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + -- cgit v1.2.3