|
162 | 162 | inputFileListPaths = ( |
163 | 163 | "${PODS_ROOT}/Target Support Files/Pods-TappxUIKitObjCExample/Pods-TappxUIKitObjCExample-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
164 | 164 | ); |
| 165 | + inputPaths = ( |
| 166 | + ); |
165 | 167 | name = "[CP] Embed Pods Frameworks"; |
166 | 168 | outputFileListPaths = ( |
167 | 169 | "${PODS_ROOT}/Target Support Files/Pods-TappxUIKitObjCExample/Pods-TappxUIKitObjCExample-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
168 | 170 | ); |
| 171 | + outputPaths = ( |
| 172 | + ); |
169 | 173 | runOnlyForDeploymentPostprocessing = 0; |
170 | 174 | shellPath = /bin/sh; |
171 | 175 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TappxUIKitObjCExample/Pods-TappxUIKitObjCExample-frameworks.sh\"\n"; |
|
212 | 216 | buildSettings = { |
213 | 217 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
214 | 218 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
215 | | - CODE_SIGN_STYLE = Automatic; |
| 219 | + CODE_SIGN_STYLE = Manual; |
216 | 220 | CURRENT_PROJECT_VERSION = 1; |
217 | | - DEVELOPMENT_TEAM = S69WQ72UGQ; |
| 221 | + DEVELOPMENT_TEAM = ""; |
218 | 222 | ENABLE_USER_SCRIPT_SANDBOXING = NO; |
219 | 223 | GENERATE_INFOPLIST_FILE = YES; |
220 | 224 | INFOPLIST_FILE = TappxUIKitObjCExample/Info.plist; |
|
224 | 228 | INFOPLIST_KEY_UIMainStoryboardFile = Main; |
225 | 229 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
226 | 230 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 231 | + IPHONEOS_DEPLOYMENT_TARGET = 15.6; |
227 | 232 | LD_RUNPATH_SEARCH_PATHS = ( |
228 | 233 | "$(inherited)", |
229 | 234 | "@executable_path/Frameworks", |
230 | 235 | ); |
231 | 236 | MARKETING_VERSION = 1.0; |
232 | 237 | PRODUCT_BUNDLE_IDENTIFIER = com.tappx.TappxObjCExample; |
233 | 238 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 239 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
234 | 240 | SWIFT_EMIT_LOC_STRINGS = YES; |
235 | 241 | TARGETED_DEVICE_FAMILY = "1,2"; |
236 | 242 | }; |
|
242 | 248 | buildSettings = { |
243 | 249 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
244 | 250 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
245 | | - CODE_SIGN_STYLE = Automatic; |
| 251 | + CODE_SIGN_STYLE = Manual; |
246 | 252 | CURRENT_PROJECT_VERSION = 1; |
247 | | - DEVELOPMENT_TEAM = S69WQ72UGQ; |
| 253 | + DEVELOPMENT_TEAM = ""; |
248 | 254 | ENABLE_USER_SCRIPT_SANDBOXING = NO; |
249 | 255 | GENERATE_INFOPLIST_FILE = YES; |
250 | 256 | INFOPLIST_FILE = TappxUIKitObjCExample/Info.plist; |
|
254 | 260 | INFOPLIST_KEY_UIMainStoryboardFile = Main; |
255 | 261 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
256 | 262 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 263 | + IPHONEOS_DEPLOYMENT_TARGET = 15.6; |
257 | 264 | LD_RUNPATH_SEARCH_PATHS = ( |
258 | 265 | "$(inherited)", |
259 | 266 | "@executable_path/Frameworks", |
260 | 267 | ); |
261 | 268 | MARKETING_VERSION = 1.0; |
262 | 269 | PRODUCT_BUNDLE_IDENTIFIER = com.tappx.TappxObjCExample; |
263 | 270 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 271 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
264 | 272 | SWIFT_EMIT_LOC_STRINGS = YES; |
265 | 273 | TARGETED_DEVICE_FAMILY = "1,2"; |
266 | 274 | }; |
|
0 commit comments