From b948b76c8ea5ec57b6a424baa1b117c0025c0328 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 21 Oct 2018 09:28:35 +0200 Subject: add imgui library --- .../iOS/Base.lproj/Main.storyboard | 28 +++++++++++ .../example_apple_metal/iOS/Default-568h@2x.png | Bin 0 -> 1673 bytes .../example_apple_metal/iOS/Info-iOS.plist | 51 +++++++++++++++++++++ .../iOS/Launch Screen.storyboard | 29 ++++++++++++ 4 files changed, 108 insertions(+) create mode 100644 3rdparty/imgui/examples/example_apple_metal/iOS/Base.lproj/Main.storyboard create mode 100644 3rdparty/imgui/examples/example_apple_metal/iOS/Default-568h@2x.png create mode 100644 3rdparty/imgui/examples/example_apple_metal/iOS/Info-iOS.plist create mode 100644 3rdparty/imgui/examples/example_apple_metal/iOS/Launch Screen.storyboard (limited to '3rdparty/imgui/examples/example_apple_metal/iOS') diff --git a/3rdparty/imgui/examples/example_apple_metal/iOS/Base.lproj/Main.storyboard b/3rdparty/imgui/examples/example_apple_metal/iOS/Base.lproj/Main.storyboard new file mode 100644 index 00000000..24a4009e --- /dev/null +++ b/3rdparty/imgui/examples/example_apple_metal/iOS/Base.lproj/Main.storyboard @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/3rdparty/imgui/examples/example_apple_metal/iOS/Default-568h@2x.png b/3rdparty/imgui/examples/example_apple_metal/iOS/Default-568h@2x.png new file mode 100644 index 00000000..e3ce940a Binary files /dev/null and b/3rdparty/imgui/examples/example_apple_metal/iOS/Default-568h@2x.png differ diff --git a/3rdparty/imgui/examples/example_apple_metal/iOS/Info-iOS.plist b/3rdparty/imgui/examples/example_apple_metal/iOS/Info-iOS.plist new file mode 100644 index 00000000..8d919d1e --- /dev/null +++ b/3rdparty/imgui/examples/example_apple_metal/iOS/Info-iOS.plist @@ -0,0 +1,51 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + imgui + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UILaunchStoryboardName + Launch Screen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + metal + + UIRequiresFullScreen + + UIStatusBarHidden + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationPortraitUpsideDown + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/3rdparty/imgui/examples/example_apple_metal/iOS/Launch Screen.storyboard b/3rdparty/imgui/examples/example_apple_metal/iOS/Launch Screen.storyboard new file mode 100644 index 00000000..96047e1f --- /dev/null +++ b/3rdparty/imgui/examples/example_apple_metal/iOS/Launch Screen.storyboard @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3