mirror of
https://github.com/jkcoxson/LocalDevVPN.git
synced 2026-03-02 06:26:16 +01:00
Version 1.0.0
1.0.0
This commit is contained in:
@@ -420,7 +420,7 @@
|
||||
DEVELOPMENT_TEAM = 42Q7QX86GV;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = LocalDevVPN;
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = Stossy11;
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "Coxson Engineering";
|
||||
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
||||
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
||||
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
||||
@@ -430,14 +430,15 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.0.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.jkcoxson.LocalDevVPN;
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator";
|
||||
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||
SUPPORTS_MACCATALYST = NO;
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "LocalDevVPN/LocalDevVPN-Bridging-Header.h";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2,3";
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
TVOS_DEPLOYMENT_TARGET = 17.0;
|
||||
};
|
||||
name = Debug;
|
||||
@@ -455,7 +456,7 @@
|
||||
DEVELOPMENT_TEAM = 42Q7QX86GV;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = LocalDevVPN;
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = Stossy11;
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "Coxson Engineering";
|
||||
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
||||
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
||||
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
||||
@@ -465,13 +466,14 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.0.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.jkcoxson.LocalDevVPN;
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator";
|
||||
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||
SUPPORTS_MACCATALYST = NO;
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "LocalDevVPN/LocalDevVPN-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2,3";
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
TVOS_DEPLOYMENT_TARGET = 17.0;
|
||||
};
|
||||
name = Release;
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
BlueprintIdentifier = "4EB3C76D2D96715400C1B22C"
|
||||
BuildableName = "TunnelProv.appex"
|
||||
BlueprintName = "TunnelProv"
|
||||
ReferencedContainer = "container:StosVPN.xcodeproj">
|
||||
ReferencedContainer = "container:LocalDevVPN.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
<BuildActionEntry
|
||||
@@ -33,7 +33,7 @@
|
||||
BlueprintIdentifier = "4EB3C7572D96631A00C1B22C"
|
||||
BuildableName = "LocalDevVPN.app"
|
||||
BlueprintName = "LocalDevVPN"
|
||||
ReferencedContainer = "container:StosVPN.xcodeproj">
|
||||
ReferencedContainer = "container:LocalDevVPN.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
@@ -64,7 +64,7 @@
|
||||
BlueprintIdentifier = "4EB3C7572D96631A00C1B22C"
|
||||
BuildableName = "LocalDevVPN.app"
|
||||
BlueprintName = "LocalDevVPN"
|
||||
ReferencedContainer = "container:StosVPN.xcodeproj">
|
||||
ReferencedContainer = "container:LocalDevVPN.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</LaunchAction>
|
||||
@@ -74,7 +74,6 @@
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
askForAppToLaunch = "Yes"
|
||||
launchAutomaticallySubstyle = "2">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
@@ -83,7 +82,7 @@
|
||||
BlueprintIdentifier = "4EB3C7572D96631A00C1B22C"
|
||||
BuildableName = "LocalDevVPN.app"
|
||||
BlueprintName = "LocalDevVPN"
|
||||
ReferencedContainer = "container:StosVPN.xcodeproj">
|
||||
ReferencedContainer = "container:LocalDevVPN.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</ProfileAction>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<dict>
|
||||
<key>SchemeUserState</key>
|
||||
<dict>
|
||||
<key>StosVPN.xcscheme_^#shared#^_</key>
|
||||
<key>LocalDevVPN.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>0</integer>
|
||||
|
||||
Reference in New Issue
Block a user