Don't remove code sign identity by default for ios.cmake and remove branch from build.yml

This commit is contained in:
Serena 2023-01-22 22:42:56 +03:00
parent c10e447085
commit 1e502cf987
2 changed files with 0 additions and 3 deletions

View File

@ -6,7 +6,6 @@ on:
- master
# For testing.
- actions
- serena/memory-stick-dir-customization
tags:
- "v*.*"
paths-ignore:

View File

@ -32,8 +32,6 @@ set(IOS ON)
set(CMAKE_CROSSCOMPILING ON)
set(CMAKE_MACOSX_BUNDLE YES)
set(CMAKE_XCODE_ATTRIBUTE_IPHONEOS_DEPLOYMENT_TARGET ${IPHONEOS_DEPLOYMENT_TARGET})
set(CMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_REQUIRED "NO")
set(CMAKE_XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "")
# Setup iOS platform unless specified manually with IOS_PLATFORM
if(NOT DEFINED IOS_PLATFORM)