mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Don't remove code sign identity by default for ios.cmake and remove branch from build.yml
This commit is contained in:
parent
c10e447085
commit
1e502cf987
2 changed files with 0 additions and 3 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -6,7 +6,6 @@ on:
|
|||
- master
|
||||
# For testing.
|
||||
- actions
|
||||
- serena/memory-stick-dir-customization
|
||||
tags:
|
||||
- "v*.*"
|
||||
paths-ignore:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue