Skip to content

Commit 6c84096

Browse files
committed
testbed
1 parent 91ee99c commit 6c84096

File tree

24 files changed

+1224
-0
lines changed

24 files changed

+1224
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ iOS/testbed/iOSTestbed.xcodeproj/project.xcworkspace
8383
iOS/testbed/iOSTestbed.xcodeproj/xcuserdata
8484
iOS/testbed/iOSTestbed.xcodeproj/xcshareddata
8585
MacCatalyst/Resources/Info.plist
86+
MacCatalyst/testbed/build
87+
MacCatalyst/testbed/Python.xcframework/ios-*/bin
88+
MacCatalyst/testbed/Python.xcframework/ios-*/include
89+
MacCatalyst/testbed/Python.xcframework/ios-*/lib
90+
MacCatalyst/testbed/Python.xcframework/ios-*/Python.framework
91+
MacCatalyst/testbed/iOSTestbed.xcodeproj/project.xcworkspace
92+
MacCatalyst/testbed/iOSTestbed.xcodeproj/xcuserdata
93+
MacCatalyst/testbed/iOSTestbed.xcodeproj/xcshareddata
8694
visionOS/testbed/Python.xcframework/xr*-*/bin
8795
visionOS/testbed/Python.xcframework/xr*-*/include
8896
visionOS/testbed/Python.xcframework/xr*-*/lib

MacCatalyst/testbed/CatalystTestbed.xcodeproj/project.pbxproj

Lines changed: 597 additions & 0 deletions
Large diffs are not rendered by default.

MacCatalyst/testbed/CatalystTestbed.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1620"
4+
version = "1.7">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES"
8+
buildArchitectures = "Automatic">
9+
<BuildActionEntries>
10+
<BuildActionEntry
11+
buildForTesting = "YES"
12+
buildForRunning = "YES"
13+
buildForProfiling = "YES"
14+
buildForArchiving = "YES"
15+
buildForAnalyzing = "YES">
16+
<BuildableReference
17+
BuildableIdentifier = "primary"
18+
BlueprintIdentifier = "607A66112B0EFA380010BFC8"
19+
BuildableName = "CatalystTestbed.app"
20+
BlueprintName = "CatalystTestbed"
21+
ReferencedContainer = "container:CatalystTestbed.xcodeproj">
22+
</BuildableReference>
23+
</BuildActionEntry>
24+
</BuildActionEntries>
25+
</BuildAction>
26+
<TestAction
27+
buildConfiguration = "Debug"
28+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
29+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
30+
shouldUseLaunchSchemeArgsEnv = "YES"
31+
shouldAutocreateTestPlan = "YES">
32+
<Testables>
33+
<TestableReference
34+
skipped = "NO"
35+
parallelizable = "YES">
36+
<BuildableReference
37+
BuildableIdentifier = "primary"
38+
BlueprintIdentifier = "607A662C2B0EFA3A0010BFC8"
39+
BuildableName = "CatalystTestbedTests.xctest"
40+
BlueprintName = "CatalystTestbedTests"
41+
ReferencedContainer = "container:CatalystTestbed.xcodeproj">
42+
</BuildableReference>
43+
</TestableReference>
44+
</Testables>
45+
</TestAction>
46+
<LaunchAction
47+
buildConfiguration = "Debug"
48+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
49+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
50+
launchStyle = "0"
51+
useCustomWorkingDirectory = "NO"
52+
ignoresPersistentStateOnLaunch = "NO"
53+
debugDocumentVersioning = "YES"
54+
debugServiceExtension = "internal"
55+
allowLocationSimulation = "YES">
56+
<BuildableProductRunnable
57+
runnableDebuggingMode = "0">
58+
<BuildableReference
59+
BuildableIdentifier = "primary"
60+
BlueprintIdentifier = "607A66112B0EFA380010BFC8"
61+
BuildableName = "CatalystTestbed.app"
62+
BlueprintName = "CatalystTestbed"
63+
ReferencedContainer = "container:CatalystTestbed.xcodeproj">
64+
</BuildableReference>
65+
</BuildableProductRunnable>
66+
</LaunchAction>
67+
<ProfileAction
68+
buildConfiguration = "Release"
69+
shouldUseLaunchSchemeArgsEnv = "YES"
70+
savedToolIdentifier = ""
71+
useCustomWorkingDirectory = "NO"
72+
debugDocumentVersioning = "YES">
73+
<BuildableProductRunnable
74+
runnableDebuggingMode = "0">
75+
<BuildableReference
76+
BuildableIdentifier = "primary"
77+
BlueprintIdentifier = "607A66112B0EFA380010BFC8"
78+
BuildableName = "CatalystTestbed.app"
79+
BlueprintName = "CatalystTestbed"
80+
ReferencedContainer = "container:CatalystTestbed.xcodeproj">
81+
</BuildableReference>
82+
</BuildableProductRunnable>
83+
</ProfileAction>
84+
<AnalyzeAction
85+
buildConfiguration = "Debug">
86+
</AnalyzeAction>
87+
<ArchiveAction
88+
buildConfiguration = "Release"
89+
revealArchiveInOrganizer = "YES">
90+
</ArchiveAction>
91+
</Scheme>
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
uuid = "932ABC19-A252-40EB-A54D-075F68F9F40E"
4+
type = "1"
5+
version = "2.0">
6+
<Breakpoints>
7+
<BreakpointProxy
8+
BreakpointExtensionID = "Xcode.Breakpoint.SymbolicBreakpoint">
9+
<BreakpointContent
10+
uuid = "1CBD689A-08C6-4E82-BD03-F62EB2D0255A"
11+
shouldBeEnabled = "Yes"
12+
nameForDebugger = "IgnoreSymbols"
13+
ignoreCount = "0"
14+
continueAfterRunningActions = "Yes"
15+
symbolName = "UIApplicationMain"
16+
moduleName = "">
17+
<Actions>
18+
<BreakpointActionProxy
19+
ActionExtensionID = "Xcode.BreakpointAction.DebuggerCommand">
20+
<ActionContent
21+
consoleCommand = "process handle SIGINT -n true -p true -s false">
22+
</ActionContent>
23+
</BreakpointActionProxy>
24+
<BreakpointActionProxy
25+
ActionExtensionID = "Xcode.BreakpointAction.DebuggerCommand">
26+
<ActionContent
27+
consoleCommand = "process handle SIGUSR1 -n true -p true -s false">
28+
</ActionContent>
29+
</BreakpointActionProxy>
30+
<BreakpointActionProxy
31+
ActionExtensionID = "Xcode.BreakpointAction.DebuggerCommand">
32+
<ActionContent
33+
consoleCommand = "process handle SIGUSR2 -n true -p true -s false">
34+
</ActionContent>
35+
</BreakpointActionProxy>
36+
<BreakpointActionProxy
37+
ActionExtensionID = "Xcode.BreakpointAction.DebuggerCommand">
38+
<ActionContent
39+
consoleCommand = "process handle SIGXFSZ -n true -p true -s false">
40+
</ActionContent>
41+
</BreakpointActionProxy>
42+
</Actions>
43+
<Locations>
44+
<Location
45+
uuid = "1CBD689A-08C6-4E82-BD03-F62EB2D0255A - dc2f8c5e001177f0"
46+
shouldBeEnabled = "Yes"
47+
ignoreCount = "0"
48+
continueAfterRunningActions = "No"
49+
symbolName = "UIApplicationMain"
50+
moduleName = "UIKitCore"
51+
usesParentBreakpointCondition = "Yes">
52+
</Location>
53+
<Location
54+
uuid = "1CBD689A-08C6-4E82-BD03-F62EB2D0255A - ed0225d50b1c0976"
55+
shouldBeEnabled = "Yes"
56+
ignoreCount = "0"
57+
continueAfterRunningActions = "No"
58+
symbolName = "UIKit.UIApplicationMain(Swift.Int32, Swift.Optional&lt;Swift.UnsafeMutablePointer&lt;Swift.UnsafeMutablePointer&lt;Swift.Int8&gt;&gt;&gt;, Swift.Optional&lt;Swift.String&gt;, Swift.Optional&lt;Swift.String&gt;) -&gt; Swift.Int32"
59+
moduleName = "UIKitCore"
60+
usesParentBreakpointCondition = "Yes">
61+
</Location>
62+
</Locations>
63+
</BreakpointContent>
64+
</BreakpointProxy>
65+
</Breakpoints>
66+
</Bucket>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>CatalystTestbed.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>607A66112B0EFA380010BFC8</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
<key>607A662C2B0EFA3A0010BFC8</key>
21+
<dict>
22+
<key>primary</key>
23+
<true/>
24+
</dict>
25+
</dict>
26+
</dict>
27+
</plist>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
//
2+
// AppDelegate.h
3+
// iOSTestbed
4+
//
5+
6+
#import <UIKit/UIKit.h>
7+
8+
@interface AppDelegate : UIResponder <UIApplicationDelegate>
9+
10+
11+
@end
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
//
2+
// AppDelegate.m
3+
// iOSTestbed
4+
//
5+
6+
#import "AppDelegate.h"
7+
8+
@interface AppDelegate ()
9+
10+
@end
11+
12+
@implementation AppDelegate
13+
14+
15+
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
16+
return YES;
17+
}
18+
19+
@end
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"colors" : [
3+
{
4+
"idiom" : "universal"
5+
}
6+
],
7+
"info" : {
8+
"author" : "xcode",
9+
"version" : 1
10+
}
11+
}

0 commit comments

Comments
 (0)