|
294 | 294 | buildSettings = { |
295 | 295 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
296 | 296 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 297 | + CODE_SIGN_IDENTITY = "Apple Development"; |
297 | 298 | CODE_SIGN_STYLE = Automatic; |
298 | 299 | CURRENT_PROJECT_VERSION = 1; |
299 | | - DEVELOPMENT_TEAM = U35323S562; |
| 300 | + DEVELOPMENT_TEAM = 5KKK9SKF79; |
300 | 301 | GENERATE_INFOPLIST_FILE = YES; |
301 | 302 | INFOPLIST_FILE = "iOS Example/Info.plist"; |
| 303 | + INFOPLIST_KEY_NSCameraUsageDescription = "Need for testing purpose"; |
302 | 304 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
303 | 305 | INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
304 | 306 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
|
308 | 310 | "@executable_path/Frameworks", |
309 | 311 | ); |
310 | 312 | MARKETING_VERSION = 1.0; |
311 | | - PRODUCT_BUNDLE_IDENTIFIER = "by.ivanvorobei.opensource.spalert.iOS-Example"; |
| 313 | + PRODUCT_BUNDLE_IDENTIFIER = by.ivanvorobei.opensource.spalert3; |
312 | 314 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 315 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
313 | 316 | SWIFT_EMIT_LOC_STRINGS = YES; |
314 | 317 | SWIFT_VERSION = 5.0; |
315 | 318 | TARGETED_DEVICE_FAMILY = "1,2"; |
|
321 | 324 | buildSettings = { |
322 | 325 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
323 | 326 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 327 | + CODE_SIGN_IDENTITY = "Apple Development"; |
324 | 328 | CODE_SIGN_STYLE = Automatic; |
325 | 329 | CURRENT_PROJECT_VERSION = 1; |
326 | | - DEVELOPMENT_TEAM = U35323S562; |
| 330 | + DEVELOPMENT_TEAM = 5KKK9SKF79; |
327 | 331 | GENERATE_INFOPLIST_FILE = YES; |
328 | 332 | INFOPLIST_FILE = "iOS Example/Info.plist"; |
| 333 | + INFOPLIST_KEY_NSCameraUsageDescription = "Need for testing purpose"; |
329 | 334 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
330 | 335 | INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
331 | 336 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
|
335 | 340 | "@executable_path/Frameworks", |
336 | 341 | ); |
337 | 342 | MARKETING_VERSION = 1.0; |
338 | | - PRODUCT_BUNDLE_IDENTIFIER = "by.ivanvorobei.opensource.spalert.iOS-Example"; |
| 343 | + PRODUCT_BUNDLE_IDENTIFIER = by.ivanvorobei.opensource.spalert3; |
339 | 344 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 345 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
340 | 346 | SWIFT_EMIT_LOC_STRINGS = YES; |
341 | 347 | SWIFT_VERSION = 5.0; |
342 | 348 | TARGETED_DEVICE_FAMILY = "1,2"; |
|
0 commit comments