You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update vulkansdk to 1.2.176.1 and VK_KHR_portability_subset (KhronosGroup#436)
* Update information about iOS app signing.
* Make compliant with VK_KHR_portability_subset.
This change looks MUCH larger than it really is. The main change
is in VulkanAppSDL.cpp and VulkanContext.h plus Texture.cpp is
modified to check if it can use swizzle before doing so. The vast
majority of the other changes are to streamline the vulkan.h &
vulkan.hpp includes to minimize the number of places we have to
prefix with VK_ENABLE_BETA_EXTENSIONS to access VK_KHR_portability_subset
declarations. The changes in VulkanSwapChain.cpp and vulkantextoverlay.hpp
are solely to workaround an overly strict validation rule.
Copy file name to clipboardExpand all lines: BUILDING.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -166,14 +166,14 @@ To sign the applications you need to set the following CMake variables:
166
166
167
167
| Name | Value |
168
168
| :---: | :---: |
169
-
| XCODE\_CODE\_SIGN\_IDENTITY | Owner of the _Developer ID Application_ certificate to use for signing |
170
-
| XCODE\_DEVELOPMENT\_TEAM | Development team of the certificate owner
169
+
| XCODE\_CODE\_SIGN\_IDENTITY | Owner of the _Developer ID Application_ certificate to use for signing.|
170
+
| XCODE\_DEVELOPMENT\_TEAM | Development team of the certificate owner.
171
171
172
172
To sign the installation package you need to set the following variables:
173
173
174
174
| Name | Value |
175
175
| :---: | :---: |
176
-
| PRODUCTBUILD\_IDENTITY\_NAME | Owner of the _Developer ID Installer_ certificate to use for signing |
176
+
| PRODUCTBUILD\_IDENTITY\_NAME | Owner of the _Developer ID Installer_ certificate to use for signing.|
177
177
| PRODUCTBUILD\_KEYCHAIN\_PATH | Path to the keychain file with the certificate. Blank if its in the default keychain.
178
178
179
179
#### iOS
@@ -200,8 +200,8 @@ To sign the applications you need to set the following CMake variables:
200
200
201
201
| Name | Value |
202
202
| :---: | :---: |
203
-
| XCODE\_CODE\_SIGN\_IDENTITY | Owner of the _iPhone Developer_ certificate to use for signing |
204
-
| XCODE\_DEVELOPMENT\_TEAM | Development team of the certificate owner
203
+
| XCODE\_CODE\_SIGN\_IDENTITY | Owner of the _Apple Development_ certificate to use for signing.|
204
+
| XCODE\_DEVELOPMENT\_TEAM | Development team used to create the Provisioning Profile. This may not be the same as the team of the _Apple Development_ certificate owner.
205
205
| XCODE\_PROVISIONING\_PROFILE | Name of the profile to use.
0 commit comments