|
421 | 421 | DEVELOPMENT_TEAM = 42Q7QX86GV; |
422 | 422 | ENABLE_PREVIEWS = YES; |
423 | 423 | INFOPLIST_KEY_CFBundleDisplayName = LocalDevVPN; |
| 424 | + INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO; |
424 | 425 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; |
425 | 426 | INFOPLIST_KEY_NSHumanReadableCopyright = "Coxson Engineering"; |
426 | 427 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
427 | 428 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
428 | 429 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
429 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
430 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 430 | + INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; |
| 431 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; |
431 | 432 | LD_RUNPATH_SEARCH_PATHS = ( |
432 | 433 | "$(inherited)", |
433 | 434 | "@executable_path/Frameworks", |
434 | 435 | ); |
435 | | - MARKETING_VERSION = 1.1.3; |
| 436 | + MARKETING_VERSION = 1.1.4; |
436 | 437 | PRODUCT_BUNDLE_IDENTIFIER = com.jkcoxson.LocalDevVPN; |
437 | 438 | PROVISIONING_PROFILE_SPECIFIER = ""; |
438 | 439 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
|
458 | 459 | DEVELOPMENT_TEAM = 42Q7QX86GV; |
459 | 460 | ENABLE_PREVIEWS = YES; |
460 | 461 | INFOPLIST_KEY_CFBundleDisplayName = LocalDevVPN; |
| 462 | + INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO; |
461 | 463 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; |
462 | 464 | INFOPLIST_KEY_NSHumanReadableCopyright = "Coxson Engineering"; |
463 | 465 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
464 | 466 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
465 | 467 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
466 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
467 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 468 | + INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; |
| 469 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; |
468 | 470 | LD_RUNPATH_SEARCH_PATHS = ( |
469 | 471 | "$(inherited)", |
470 | 472 | "@executable_path/Frameworks", |
471 | 473 | ); |
472 | | - MARKETING_VERSION = 1.1.3; |
| 474 | + MARKETING_VERSION = 1.1.4; |
473 | 475 | PRODUCT_BUNDLE_IDENTIFIER = com.jkcoxson.LocalDevVPN; |
474 | 476 | PROVISIONING_PROFILE_SPECIFIER = ""; |
475 | 477 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
|
493 | 495 | "@executable_path/Frameworks", |
494 | 496 | "@executable_path/../../Frameworks", |
495 | 497 | ); |
496 | | - MARKETING_VERSION = 1.1.3; |
| 498 | + MARKETING_VERSION = 1.0.0; |
497 | 499 | PRODUCT_BUNDLE_IDENTIFIER = "$(TUNNEL_BUNDLE_IDENTIFIER)"; |
498 | 500 | "PRODUCT_BUNDLE_IDENTIFIER[sdk=appletvos*]" = com.jkcoxson.LocalDevVPN.TunnelProv; |
499 | 501 | "PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = com.jkcoxson.LocalDevVPN.TunnelProv; |
|
519 | 521 | "@executable_path/Frameworks", |
520 | 522 | "@executable_path/../../Frameworks", |
521 | 523 | ); |
522 | | - MARKETING_VERSION = 1.1.3; |
| 524 | + MARKETING_VERSION = 1.0.0; |
523 | 525 | PRODUCT_BUNDLE_IDENTIFIER = "$(TUNNEL_BUNDLE_IDENTIFIER)"; |
524 | 526 | "PRODUCT_BUNDLE_IDENTIFIER[sdk=appletvos*]" = com.jkcoxson.LocalDevVPN.TunnelProv; |
525 | 527 | "PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = com.jkcoxson.LocalDevVPN.TunnelProv; |
|
0 commit comments