Skip to content

Commit 5144d6a

Browse files
committed
Version 1.1.4
1 parent 249d82e commit 5144d6a

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ CodeSigning.xcconfig
33
/build
44

55
**/.DS_Store
6+
/LocalDevVPN.xcodeproj/project.xcworkspace/xcuserdata/dan.xcuserdatad/UserInterfaceState.xcuserstate

LocalDevVPN.xcodeproj/project.pbxproj

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -421,18 +421,19 @@
421421
DEVELOPMENT_TEAM = 42Q7QX86GV;
422422
ENABLE_PREVIEWS = YES;
423423
INFOPLIST_KEY_CFBundleDisplayName = LocalDevVPN;
424+
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
424425
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
425426
INFOPLIST_KEY_NSHumanReadableCopyright = "Coxson Engineering";
426427
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
427428
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
428429
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";
431432
LD_RUNPATH_SEARCH_PATHS = (
432433
"$(inherited)",
433434
"@executable_path/Frameworks",
434435
);
435-
MARKETING_VERSION = 1.1.3;
436+
MARKETING_VERSION = 1.1.4;
436437
PRODUCT_BUNDLE_IDENTIFIER = com.jkcoxson.LocalDevVPN;
437438
PROVISIONING_PROFILE_SPECIFIER = "";
438439
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -458,18 +459,19 @@
458459
DEVELOPMENT_TEAM = 42Q7QX86GV;
459460
ENABLE_PREVIEWS = YES;
460461
INFOPLIST_KEY_CFBundleDisplayName = LocalDevVPN;
462+
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
461463
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
462464
INFOPLIST_KEY_NSHumanReadableCopyright = "Coxson Engineering";
463465
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
464466
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
465467
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";
468470
LD_RUNPATH_SEARCH_PATHS = (
469471
"$(inherited)",
470472
"@executable_path/Frameworks",
471473
);
472-
MARKETING_VERSION = 1.1.3;
474+
MARKETING_VERSION = 1.1.4;
473475
PRODUCT_BUNDLE_IDENTIFIER = com.jkcoxson.LocalDevVPN;
474476
PROVISIONING_PROFILE_SPECIFIER = "";
475477
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -493,7 +495,7 @@
493495
"@executable_path/Frameworks",
494496
"@executable_path/../../Frameworks",
495497
);
496-
MARKETING_VERSION = 1.1.3;
498+
MARKETING_VERSION = 1.0.0;
497499
PRODUCT_BUNDLE_IDENTIFIER = "$(TUNNEL_BUNDLE_IDENTIFIER)";
498500
"PRODUCT_BUNDLE_IDENTIFIER[sdk=appletvos*]" = com.jkcoxson.LocalDevVPN.TunnelProv;
499501
"PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = com.jkcoxson.LocalDevVPN.TunnelProv;
@@ -519,7 +521,7 @@
519521
"@executable_path/Frameworks",
520522
"@executable_path/../../Frameworks",
521523
);
522-
MARKETING_VERSION = 1.1.3;
524+
MARKETING_VERSION = 1.0.0;
523525
PRODUCT_BUNDLE_IDENTIFIER = "$(TUNNEL_BUNDLE_IDENTIFIER)";
524526
"PRODUCT_BUNDLE_IDENTIFIER[sdk=appletvos*]" = com.jkcoxson.LocalDevVPN.TunnelProv;
525527
"PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = com.jkcoxson.LocalDevVPN.TunnelProv;

0 commit comments

Comments
 (0)