Skip to content

Commit dcb7684

Browse files
committed
adjust schemas
1 parent 8fda5bb commit dcb7684

File tree

5 files changed

+181
-8
lines changed

5 files changed

+181
-8
lines changed

LiveKitExample.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@
619619
CODE_SIGN_ENTITLEMENTS = "$(SRCROOT)/iOS/iOS.entitlements";
620620
CODE_SIGN_IDENTITY = "Apple Development";
621621
CODE_SIGN_STYLE = Automatic;
622-
CURRENT_PROJECT_VERSION = 25;
622+
CURRENT_PROJECT_VERSION = 26;
623623
DEVELOPMENT_TEAM = 76TVFCUKK7;
624624
ENABLE_PREVIEWS = YES;
625625
INFOPLIST_FILE = iOS/Info.plist;
@@ -634,7 +634,7 @@
634634
"$(inherited)",
635635
"@executable_path/Frameworks",
636636
);
637-
MARKETING_VERSION = 1.0.25;
637+
MARKETING_VERSION = 1.0.26;
638638
PRODUCT_BUNDLE_IDENTIFIER = io.livekit.example.SwiftSDK.1;
639639
PRODUCT_NAME = LiveKitExample;
640640
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -653,7 +653,7 @@
653653
CODE_SIGN_ENTITLEMENTS = "$(SRCROOT)/iOS/iOS.entitlements";
654654
CODE_SIGN_IDENTITY = "Apple Development";
655655
CODE_SIGN_STYLE = Automatic;
656-
CURRENT_PROJECT_VERSION = 25;
656+
CURRENT_PROJECT_VERSION = 26;
657657
DEVELOPMENT_TEAM = 76TVFCUKK7;
658658
ENABLE_PREVIEWS = YES;
659659
INFOPLIST_FILE = iOS/Info.plist;
@@ -668,7 +668,7 @@
668668
"$(inherited)",
669669
"@executable_path/Frameworks",
670670
);
671-
MARKETING_VERSION = 1.0.25;
671+
MARKETING_VERSION = 1.0.26;
672672
PRODUCT_BUNDLE_IDENTIFIER = io.livekit.example.SwiftSDK.1;
673673
PRODUCT_NAME = LiveKitExample;
674674
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -688,7 +688,7 @@
688688
CODE_SIGN_IDENTITY = "Apple Development";
689689
CODE_SIGN_STYLE = Automatic;
690690
COMBINE_HIDPI_IMAGES = YES;
691-
CURRENT_PROJECT_VERSION = 25;
691+
CURRENT_PROJECT_VERSION = 26;
692692
DEAD_CODE_STRIPPING = YES;
693693
DEVELOPMENT_TEAM = 76TVFCUKK7;
694694
ENABLE_HARDENED_RUNTIME = YES;
@@ -702,7 +702,7 @@
702702
"@executable_path/../Frameworks",
703703
);
704704
MACOSX_DEPLOYMENT_TARGET = 11.0;
705-
MARKETING_VERSION = 1.0.25;
705+
MARKETING_VERSION = 1.0.26;
706706
PRODUCT_BUNDLE_IDENTIFIER = io.livekit.example.SwiftSDK.1;
707707
PRODUCT_NAME = LiveKitExample;
708708
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -720,7 +720,7 @@
720720
CODE_SIGN_IDENTITY = "Apple Development";
721721
CODE_SIGN_STYLE = Automatic;
722722
COMBINE_HIDPI_IMAGES = YES;
723-
CURRENT_PROJECT_VERSION = 25;
723+
CURRENT_PROJECT_VERSION = 26;
724724
DEAD_CODE_STRIPPING = YES;
725725
DEVELOPMENT_TEAM = 76TVFCUKK7;
726726
ENABLE_HARDENED_RUNTIME = YES;
@@ -734,7 +734,7 @@
734734
"@executable_path/../Frameworks",
735735
);
736736
MACOSX_DEPLOYMENT_TARGET = 11.0;
737-
MARKETING_VERSION = 1.0.25;
737+
MARKETING_VERSION = 1.0.26;
738738
PRODUCT_BUNDLE_IDENTIFIER = io.livekit.example.SwiftSDK.1;
739739
PRODUCT_NAME = LiveKitExample;
740740
PROVISIONING_PROFILE_SPECIFIER = "";

LiveKitExample.xcodeproj/xcshareddata/xcschemes/Example (iOS Debug).xcscheme

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
buildConfiguration = "Debug"
3535
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3636
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
enableASanStackUseAfterReturn = "YES"
3738
launchStyle = "0"
3839
useCustomWorkingDirectory = "NO"
3940
ignoresPersistentStateOnLaunch = "NO"
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1420"
4+
version = "2.0">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "68B38542271E780700711D5F"
18+
BuildableName = "LiveKitExample.app"
19+
BlueprintName = "LiveKitExample (iOS)"
20+
ReferencedContainer = "container:LiveKitExample.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Release"
27+
selectedDebuggerIdentifier = ""
28+
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
29+
shouldUseLaunchSchemeArgsEnv = "YES"
30+
disableMainThreadChecker = "YES">
31+
<Testables>
32+
</Testables>
33+
</TestAction>
34+
<LaunchAction
35+
buildConfiguration = "Release"
36+
selectedDebuggerIdentifier = ""
37+
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
38+
enableASanStackUseAfterReturn = "YES"
39+
disableMainThreadChecker = "YES"
40+
disablePerformanceAntipatternChecker = "YES"
41+
launchStyle = "0"
42+
useCustomWorkingDirectory = "NO"
43+
ignoresPersistentStateOnLaunch = "NO"
44+
debugDocumentVersioning = "NO"
45+
debugXPCServices = "NO"
46+
debugServiceExtension = "internal"
47+
enableGPUValidationMode = "1"
48+
allowLocationSimulation = "YES"
49+
viewDebuggingEnabled = "No"
50+
queueDebuggingEnabled = "No">
51+
<BuildableProductRunnable
52+
runnableDebuggingMode = "0">
53+
<BuildableReference
54+
BuildableIdentifier = "primary"
55+
BlueprintIdentifier = "68B38542271E780700711D5F"
56+
BuildableName = "LiveKitExample.app"
57+
BlueprintName = "LiveKitExample (iOS)"
58+
ReferencedContainer = "container:LiveKitExample.xcodeproj">
59+
</BuildableReference>
60+
</BuildableProductRunnable>
61+
</LaunchAction>
62+
<ProfileAction
63+
buildConfiguration = "Release"
64+
shouldUseLaunchSchemeArgsEnv = "YES"
65+
savedToolIdentifier = ""
66+
useCustomWorkingDirectory = "NO"
67+
debugDocumentVersioning = "YES">
68+
<BuildableProductRunnable
69+
runnableDebuggingMode = "0">
70+
<BuildableReference
71+
BuildableIdentifier = "primary"
72+
BlueprintIdentifier = "68B38542271E780700711D5F"
73+
BuildableName = "LiveKitExample.app"
74+
BlueprintName = "LiveKitExample (iOS)"
75+
ReferencedContainer = "container:LiveKitExample.xcodeproj">
76+
</BuildableReference>
77+
</BuildableProductRunnable>
78+
</ProfileAction>
79+
<AnalyzeAction
80+
buildConfiguration = "Release">
81+
</AnalyzeAction>
82+
<ArchiveAction
83+
buildConfiguration = "Release"
84+
revealArchiveInOrganizer = "YES">
85+
</ArchiveAction>
86+
</Scheme>
File renamed without changes.
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1420"
4+
version = "2.0">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "68B38548271E780700711D5F"
18+
BuildableName = "LiveKitExample.app"
19+
BlueprintName = "LiveKitExample (macOS)"
20+
ReferencedContainer = "container:LiveKitExample.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Release"
27+
selectedDebuggerIdentifier = ""
28+
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
29+
shouldUseLaunchSchemeArgsEnv = "YES"
30+
disableMainThreadChecker = "YES">
31+
<Testables>
32+
</Testables>
33+
</TestAction>
34+
<LaunchAction
35+
buildConfiguration = "Release"
36+
selectedDebuggerIdentifier = ""
37+
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
38+
enableASanStackUseAfterReturn = "YES"
39+
disableMainThreadChecker = "YES"
40+
disablePerformanceAntipatternChecker = "YES"
41+
launchStyle = "0"
42+
useCustomWorkingDirectory = "NO"
43+
ignoresPersistentStateOnLaunch = "NO"
44+
debugDocumentVersioning = "NO"
45+
debugXPCServices = "NO"
46+
debugServiceExtension = "internal"
47+
enableGPUValidationMode = "1"
48+
allowLocationSimulation = "YES"
49+
viewDebuggingEnabled = "No"
50+
queueDebuggingEnabled = "No">
51+
<BuildableProductRunnable
52+
runnableDebuggingMode = "0">
53+
<BuildableReference
54+
BuildableIdentifier = "primary"
55+
BlueprintIdentifier = "68B38548271E780700711D5F"
56+
BuildableName = "LiveKitExample.app"
57+
BlueprintName = "LiveKitExample (macOS)"
58+
ReferencedContainer = "container:LiveKitExample.xcodeproj">
59+
</BuildableReference>
60+
</BuildableProductRunnable>
61+
</LaunchAction>
62+
<ProfileAction
63+
buildConfiguration = "Release"
64+
shouldUseLaunchSchemeArgsEnv = "YES"
65+
savedToolIdentifier = ""
66+
useCustomWorkingDirectory = "NO"
67+
debugDocumentVersioning = "YES">
68+
<BuildableProductRunnable
69+
runnableDebuggingMode = "0">
70+
<BuildableReference
71+
BuildableIdentifier = "primary"
72+
BlueprintIdentifier = "68B38548271E780700711D5F"
73+
BuildableName = "LiveKitExample.app"
74+
BlueprintName = "LiveKitExample (macOS)"
75+
ReferencedContainer = "container:LiveKitExample.xcodeproj">
76+
</BuildableReference>
77+
</BuildableProductRunnable>
78+
</ProfileAction>
79+
<AnalyzeAction
80+
buildConfiguration = "Release">
81+
</AnalyzeAction>
82+
<ArchiveAction
83+
buildConfiguration = "Release"
84+
revealArchiveInOrganizer = "YES">
85+
</ArchiveAction>
86+
</Scheme>

0 commit comments

Comments
 (0)