File tree Expand file tree Collapse file tree 9 files changed +34
-1
lines changed Expand file tree Collapse file tree 9 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 38
38
<string >LaunchScreen</string >
39
39
<key >UISupportedInterfaceOrientations</key >
40
40
<array >
41
- <string >UIInterfaceOrientationLandscapeLeft</string >
42
41
<string >UIInterfaceOrientationLandscapeRight</string >
42
+ <string >UIInterfaceOrientationLandscapeLeft</string >
43
43
</array >
44
44
<key >NSHumanReadableCopyright</key >
45
45
<string >${MACOSX_BUNDLE_COPYRIGHT}</string >
Original file line number Diff line number Diff line change @@ -138,6 +138,10 @@ if(APPLE)
138
138
elseif (IOS)
139
139
cocos_pak_xcode(${APP_NAME} INFO_PLIST "iOSBundleInfo.plist.in" )
140
140
set_xcode_property(${APP_NAME} ASSETCATALOG_COMPILER_APPICON_NAME "AppIcon" )
141
+ # A way to find your own DEVELOPMENT_TEAM value:
142
+ # https://github.com/cocos2d/cocos2d-x/issues/19319#issuecomment-455931410
143
+ set_xcode_property(${APP_NAME} DEVELOPMENT_TEAM "" )
144
+ set_xcode_property(${APP_NAME} CODE_SIGN_IDENTITY "iPhone Developer" )
141
145
endif ()
142
146
elseif (WINDOWS)
143
147
cocos_copy_target_dll(${APP_NAME} COPY_TO ${APP_RES_DIR} /..)
Original file line number Diff line number Diff line change @@ -137,6 +137,10 @@ if(APPLE)
137
137
elseif (IOS)
138
138
cocos_pak_xcode(${APP_NAME} INFO_PLIST "iOSBundleInfo.plist.in" )
139
139
set_xcode_property(${APP_NAME} ASSETCATALOG_COMPILER_APPICON_NAME "AppIcon" )
140
+ # A way to find your own DEVELOPMENT_TEAM value:
141
+ # https://github.com/cocos2d/cocos2d-x/issues/19319#issuecomment-455931410
142
+ set_xcode_property(${APP_NAME} DEVELOPMENT_TEAM "" )
143
+ set_xcode_property(${APP_NAME} CODE_SIGN_IDENTITY "iPhone Developer" )
140
144
endif ()
141
145
elseif (WINDOWS)
142
146
cocos_copy_target_dll(${APP_NAME} COPY_TO ${APP_RES_DIR} /..)
Original file line number Diff line number Diff line change @@ -160,6 +160,10 @@ if(APPLE)
160
160
elseif (IOS)
161
161
cocos_pak_xcode(${APP_NAME} INFO_PLIST "iOSBundleInfo.plist.in" )
162
162
set_xcode_property(${APP_NAME} ASSETCATALOG_COMPILER_APPICON_NAME "AppIcon" )
163
+ # A way to find your own DEVELOPMENT_TEAM value:
164
+ # https://github.com/cocos2d/cocos2d-x/issues/19319#issuecomment-455931410
165
+ set_xcode_property(${APP_NAME} DEVELOPMENT_TEAM "" )
166
+ set_xcode_property(${APP_NAME} CODE_SIGN_IDENTITY "iPhone Developer" )
163
167
endif ()
164
168
elseif (WINDOWS)
165
169
cocos_copy_target_dll(${APP_NAME} COPY_TO ${APP_RES_DIR} /..)
Original file line number Diff line number Diff line change @@ -135,6 +135,11 @@ if(APPLE)
135
135
elseif (IOS)
136
136
cocos_pak_xcode(${APP_NAME} INFO_PLIST "iOSBundleInfo.plist.in" )
137
137
set_xcode_property(${APP_NAME} ASSETCATALOG_COMPILER_APPICON_NAME "AppIcon-${APP_NAME} " )
138
+ set_xcode_property(${APP_NAME} CODE_SIGN_IDENTITY "iPhone Developer" )
139
+ # A way to find your own DEVELOPMENT_TEAM value:
140
+ # https://github.com/cocos2d/cocos2d-x/issues/19319#issuecomment-455931410
141
+ set_xcode_property(${APP_NAME} DEVELOPMENT_TEAM "" )
142
+ set_xcode_property(${APP_NAME} CODE_SIGN_IDENTITY "iPhone Developer" )
138
143
endif ()
139
144
elseif (WINDOWS)
140
145
cocos_copy_target_dll(${APP_NAME} COPY_TO ${APP_RES_DIR} /..)
Original file line number Diff line number Diff line change @@ -473,6 +473,10 @@ if(APPLE)
473
473
elseif (IOS)
474
474
cocos_pak_xcode(${APP_NAME} INFO_PLIST "iOSBundleInfo.plist.in" )
475
475
set_xcode_property(${APP_NAME} ASSETCATALOG_COMPILER_APPICON_NAME "AppIcon-${APP_NAME} " )
476
+ # A way to find your own DEVELOPMENT_TEAM value:
477
+ # https://github.com/cocos2d/cocos2d-x/issues/19319#issuecomment-455931410
478
+ set_xcode_property(${APP_NAME} DEVELOPMENT_TEAM "" )
479
+ set_xcode_property(${APP_NAME} CODE_SIGN_IDENTITY "iPhone Developer" )
476
480
endif ()
477
481
elseif (WINDOWS)
478
482
# "too large PDB" error often occurs in cpp-tests when using default "/Zi"
Original file line number Diff line number Diff line change @@ -156,6 +156,10 @@ if(APPLE)
156
156
elseif (IOS)
157
157
cocos_pak_xcode(${APP_NAME} INFO_PLIST "iOSBundleInfo.plist.in" )
158
158
set_xcode_property(${APP_NAME} ASSETCATALOG_COMPILER_APPICON_NAME "AppIcon-${APP_NAME} " )
159
+ # A way to find your own DEVELOPMENT_TEAM value:
160
+ # https://github.com/cocos2d/cocos2d-x/issues/19319#issuecomment-455931410
161
+ set_xcode_property(${APP_NAME} DEVELOPMENT_TEAM "" )
162
+ set_xcode_property(${APP_NAME} CODE_SIGN_IDENTITY "iPhone Developer" )
159
163
endif ()
160
164
elseif (WINDOWS)
161
165
cocos_copy_target_dll(${APP_NAME} COPY_TO ${APP_RES_DIR} /..)
Original file line number Diff line number Diff line change @@ -107,6 +107,10 @@ if(APPLE)
107
107
elseif (IOS)
108
108
cocos_pak_xcode(${APP_NAME} INFO_PLIST "iOSBundleInfo.plist.in" )
109
109
set_xcode_property(${APP_NAME} ASSETCATALOG_COMPILER_APPICON_NAME "AppIcon-${APP_NAME} " )
110
+ # A way to find your own DEVELOPMENT_TEAM value:
111
+ # https://github.com/cocos2d/cocos2d-x/issues/19319#issuecomment-455931410
112
+ set_xcode_property(${APP_NAME} DEVELOPMENT_TEAM "" )
113
+ set_xcode_property(${APP_NAME} CODE_SIGN_IDENTITY "iPhone Developer" )
110
114
endif ()
111
115
elseif (WINDOWS)
112
116
cocos_copy_target_dll(${APP_NAME} COPY_TO ${APP_RES_DIR} /..)
Original file line number Diff line number Diff line change @@ -115,6 +115,10 @@ if(APPLE)
115
115
elseif (IOS)
116
116
cocos_pak_xcode(${APP_NAME} INFO_PLIST "iOSBundleInfo.plist.in" )
117
117
set_xcode_property(${APP_NAME} ASSETCATALOG_COMPILER_APPICON_NAME "AppIcon-${APP_NAME} " )
118
+ # A way to find your own DEVELOPMENT_TEAM value:
119
+ # https://github.com/cocos2d/cocos2d-x/issues/19319#issuecomment-455931410
120
+ set_xcode_property(${APP_NAME} DEVELOPMENT_TEAM "" )
121
+ set_xcode_property(${APP_NAME} CODE_SIGN_IDENTITY "iPhone Developer" )
118
122
endif ()
119
123
elseif (WINDOWS)
120
124
cocos_copy_target_dll(${APP_NAME} COPY_TO ${APP_RES_DIR} /..)
You can’t perform that action at this time.
0 commit comments