From bb9394a46f2c541db7cfdf664bf4411a61afcba4 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 11 Nov 2019 07:47:34 -0800 Subject: Moved NativeApp to Tools module --- .../Apple/Data/iOS/Base.lproj/LaunchScreen.xib | 45 ----------- .../Apple/Data/iOS/Base.lproj/Main.storyboard | 89 --------------------- .../Images.xcassets/AppIcon.appiconset/dg-icon.png | Bin 19386 -> 0 bytes .../Data/iOS/Images.xcassets/opengles-logo.png | Bin 39013 -> 0 bytes .../Apple/Data/iOS/Images.xcassets/vulkan-logo.png | Bin 35692 -> 0 bytes Common/NativeApp/Apple/Data/iOS/info.plist | 49 ------------ 6 files changed, 183 deletions(-) delete mode 100644 Common/NativeApp/Apple/Data/iOS/Base.lproj/LaunchScreen.xib delete mode 100644 Common/NativeApp/Apple/Data/iOS/Base.lproj/Main.storyboard delete mode 100644 Common/NativeApp/Apple/Data/iOS/Images.xcassets/AppIcon.appiconset/dg-icon.png delete mode 100755 Common/NativeApp/Apple/Data/iOS/Images.xcassets/opengles-logo.png delete mode 100644 Common/NativeApp/Apple/Data/iOS/Images.xcassets/vulkan-logo.png delete 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 deleted file mode 100644 index 42589b0..0000000 --- a/Common/NativeApp/Apple/Data/iOS/Base.lproj/LaunchScreen.xib +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Common/NativeApp/Apple/Data/iOS/Base.lproj/Main.storyboard b/Common/NativeApp/Apple/Data/iOS/Base.lproj/Main.storyboard deleted file mode 100644 index 78a30e4..0000000 --- a/Common/NativeApp/Apple/Data/iOS/Base.lproj/Main.storyboard +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index c3f0b5e..0000000 Binary files a/Common/NativeApp/Apple/Data/iOS/Images.xcassets/AppIcon.appiconset/dg-icon.png and /dev/null differ diff --git a/Common/NativeApp/Apple/Data/iOS/Images.xcassets/opengles-logo.png b/Common/NativeApp/Apple/Data/iOS/Images.xcassets/opengles-logo.png deleted file mode 100755 index 88b6983..0000000 Binary files a/Common/NativeApp/Apple/Data/iOS/Images.xcassets/opengles-logo.png and /dev/null differ diff --git a/Common/NativeApp/Apple/Data/iOS/Images.xcassets/vulkan-logo.png b/Common/NativeApp/Apple/Data/iOS/Images.xcassets/vulkan-logo.png deleted file mode 100644 index 8a15b9e..0000000 Binary files a/Common/NativeApp/Apple/Data/iOS/Images.xcassets/vulkan-logo.png and /dev/null differ diff --git a/Common/NativeApp/Apple/Data/iOS/info.plist b/Common/NativeApp/Apple/Data/iOS/info.plist deleted file mode 100644 index 47629ab..0000000 --- a/Common/NativeApp/Apple/Data/iOS/info.plist +++ /dev/null @@ -1,49 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - com.diligentengine.sampleapp - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 2.4 - CFBundleVersion - 2.4 - CFBundleSignature - ???? - 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