فهرست منبع

Add missing platform projects, necessary for Android. (#27)

Signed-off-by: moraaar <[email protected]>
moraaar 3 سال پیش
والد
کامیت
10d963fe2f

+ 6 - 1
.gitignore

@@ -1 +1,6 @@
-_savebackup/
+_savebackup/
+.mayaSwatches/
+*.swatches
+[Bb]uild/
+[Cc]ache/
+[Uu]ser/

+ 6 - 0
Platform/Android/android_project.cmake

@@ -0,0 +1,6 @@
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+

+ 9 - 0
Platform/Android/android_project.json

@@ -0,0 +1,9 @@
+{
+    "Tags": ["Android"],
+    "android_settings" : {
+        "package_name" : "org.o3de.NetSoakTest",
+        "version_number" : 1,
+        "version_name" : "1.0.0.0",
+        "orientation" : "landscape"
+    }
+}

+ 6 - 0
Platform/Linux/linux_project.cmake

@@ -0,0 +1,6 @@
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+

+ 3 - 0
Platform/Linux/linux_project.json

@@ -0,0 +1,3 @@
+{
+  "Tags": ["Linux"]
+}

+ 6 - 0
Platform/Mac/mac_project.cmake

@@ -0,0 +1,6 @@
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+

+ 3 - 0
Platform/Mac/mac_project.json

@@ -0,0 +1,3 @@
+{
+  "Tags": ["Mac"]
+}

+ 6 - 0
Platform/Windows/windows_project.cmake

@@ -0,0 +1,6 @@
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+

+ 3 - 0
Platform/Windows/windows_project.json

@@ -0,0 +1,3 @@
+{
+  "Tags": ["Windows"]
+}

+ 6 - 0
Platform/iOS/ios_project.cmake

@@ -0,0 +1,6 @@
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+

+ 3 - 0
Platform/iOS/ios_project.json

@@ -0,0 +1,3 @@
+{
+    "Tags": ["iOS"]
+}

+ 0 - 8
project.json

@@ -4,13 +4,5 @@
     "executable_name": "NetSoakTestLauncher",
     "modules": [],
     "project_id": "{5F3363D3-4A7C-47A6-B464-B21524771358}",
-    "android_settings": {
-        "package_name": "com.lumberyard.yourgame",
-        "version_number": 1,
-        "version_name": "1.0.0.0",
-        "orientation": "landscape"
-    },
-    "xenia_settings": {},
-    "provo_settings": {},
     "engine": "o3de"
 }