agent-device 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +99 -0
  3. package/bin/agent-device.mjs +14 -0
  4. package/bin/axsnapshot +0 -0
  5. package/dist/src/861.js +1 -0
  6. package/dist/src/bin.js +50 -0
  7. package/dist/src/daemon.js +5 -0
  8. package/ios-runner/AXSnapshot/Package.swift +18 -0
  9. package/ios-runner/AXSnapshot/Sources/AXSnapshot/main.swift +167 -0
  10. package/ios-runner/AgentDeviceRunner/AgentDeviceRunner/AgentDeviceRunnerApp.swift +17 -0
  11. package/ios-runner/AgentDeviceRunner/AgentDeviceRunner/Assets.xcassets/AccentColor.colorset/Contents.json +11 -0
  12. package/ios-runner/AgentDeviceRunner/AgentDeviceRunner/Assets.xcassets/AppIcon.appiconset/Contents.json +36 -0
  13. package/ios-runner/AgentDeviceRunner/AgentDeviceRunner/Assets.xcassets/AppIcon.appiconset/logo.jpg +0 -0
  14. package/ios-runner/AgentDeviceRunner/AgentDeviceRunner/Assets.xcassets/Contents.json +6 -0
  15. package/ios-runner/AgentDeviceRunner/AgentDeviceRunner/Assets.xcassets/Logo.imageset/Contents.json +21 -0
  16. package/ios-runner/AgentDeviceRunner/AgentDeviceRunner/Assets.xcassets/Logo.imageset/logo.jpg +0 -0
  17. package/ios-runner/AgentDeviceRunner/AgentDeviceRunner/Assets.xcassets/PoweredBy.imageset/Contents.json +21 -0
  18. package/ios-runner/AgentDeviceRunner/AgentDeviceRunner/Assets.xcassets/PoweredBy.imageset/powered-by.png +0 -0
  19. package/ios-runner/AgentDeviceRunner/AgentDeviceRunner/ContentView.swift +34 -0
  20. package/ios-runner/AgentDeviceRunner/AgentDeviceRunner.xcodeproj/project.pbxproj +461 -0
  21. package/ios-runner/AgentDeviceRunner/AgentDeviceRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  22. package/ios-runner/AgentDeviceRunner/AgentDeviceRunner.xcodeproj/xcshareddata/xcschemes/AgentDeviceRunner.xcscheme +102 -0
  23. package/ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests.swift +696 -0
  24. package/ios-runner/README.md +11 -0
  25. package/package.json +66 -0
  26. package/src/bin.ts +3 -0
  27. package/src/cli.ts +160 -0
  28. package/src/core/dispatch.ts +259 -0
  29. package/src/daemon-client.ts +166 -0
  30. package/src/daemon.ts +842 -0
  31. package/src/platforms/android/devices.ts +59 -0
  32. package/src/platforms/android/index.ts +442 -0
  33. package/src/platforms/ios/ax-snapshot.ts +154 -0
  34. package/src/platforms/ios/devices.ts +65 -0
  35. package/src/platforms/ios/index.ts +218 -0
  36. package/src/platforms/ios/runner-client.ts +534 -0
  37. package/src/utils/args.ts +175 -0
  38. package/src/utils/device.ts +84 -0
  39. package/src/utils/errors.ts +35 -0
  40. package/src/utils/exec.ts +229 -0
  41. package/src/utils/interactive.ts +4 -0
  42. package/src/utils/interactors.ts +72 -0
  43. package/src/utils/output.ts +146 -0
  44. package/src/utils/snapshot.ts +63 -0
@@ -0,0 +1,34 @@
1
+ //
2
+ // ContentView.swift
3
+ // AgentDeviceRunner
4
+ //
5
+ // Created by Michał Pierzchała on 30/01/2026.
6
+ //
7
+
8
+ import SwiftUI
9
+
10
+ struct ContentView: View {
11
+ var body: some View {
12
+ Spacer(minLength: 16)
13
+ VStack {
14
+ Image("Logo")
15
+ .resizable()
16
+ .scaledToFit()
17
+ .frame(width: 64, height: 64)
18
+ .clipShape(RoundedRectangle(cornerRadius: 14, style: .continuous))
19
+ Text("Agent Device Runner")
20
+ .padding(.top, 16)
21
+ }
22
+ Spacer(minLength: 16)
23
+ Image("PoweredBy")
24
+ .resizable()
25
+ .scaledToFit()
26
+ .frame(width: 180, height: 44)
27
+ .opacity(0.8)
28
+ .padding()
29
+ }
30
+ }
31
+
32
+ #Preview {
33
+ ContentView()
34
+ }
@@ -0,0 +1,461 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 77;
7
+ objects = {
8
+
9
+ /* Begin PBXContainerItemProxy section */
10
+ 20EA2EDE2F2CFC7C001CF0EF /* PBXContainerItemProxy */ = {
11
+ isa = PBXContainerItemProxy;
12
+ containerPortal = 20EA2EBE2F2CFC7B001CF0EF /* Project object */;
13
+ proxyType = 1;
14
+ remoteGlobalIDString = 20EA2EC52F2CFC7B001CF0EF;
15
+ remoteInfo = AgentDeviceRunner;
16
+ };
17
+ /* End PBXContainerItemProxy section */
18
+
19
+ /* Begin PBXFileReference section */
20
+ 20EA2EC62F2CFC7B001CF0EF /* AgentDeviceRunner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AgentDeviceRunner.app; sourceTree = BUILT_PRODUCTS_DIR; };
21
+ 20EA2EDD2F2CFC7C001CF0EF /* AgentDeviceRunnerUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AgentDeviceRunnerUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
22
+ /* End PBXFileReference section */
23
+
24
+ /* Begin PBXFileSystemSynchronizedRootGroup section */
25
+ 20EA2EC82F2CFC7B001CF0EF /* AgentDeviceRunner */ = {
26
+ isa = PBXFileSystemSynchronizedRootGroup;
27
+ path = AgentDeviceRunner;
28
+ sourceTree = "<group>";
29
+ };
30
+ 20EA2EE02F2CFC7C001CF0EF /* AgentDeviceRunnerUITests */ = {
31
+ isa = PBXFileSystemSynchronizedRootGroup;
32
+ path = AgentDeviceRunnerUITests;
33
+ sourceTree = "<group>";
34
+ };
35
+ /* End PBXFileSystemSynchronizedRootGroup section */
36
+
37
+ /* Begin PBXFrameworksBuildPhase section */
38
+ 20EA2EC32F2CFC7B001CF0EF /* Frameworks */ = {
39
+ isa = PBXFrameworksBuildPhase;
40
+ buildActionMask = 2147483647;
41
+ files = (
42
+ );
43
+ runOnlyForDeploymentPostprocessing = 0;
44
+ };
45
+ 20EA2EDA2F2CFC7C001CF0EF /* Frameworks */ = {
46
+ isa = PBXFrameworksBuildPhase;
47
+ buildActionMask = 2147483647;
48
+ files = (
49
+ );
50
+ runOnlyForDeploymentPostprocessing = 0;
51
+ };
52
+ /* End PBXFrameworksBuildPhase section */
53
+
54
+ /* Begin PBXGroup section */
55
+ 20EA2EBD2F2CFC7B001CF0EF = {
56
+ isa = PBXGroup;
57
+ children = (
58
+ 20EA2EC82F2CFC7B001CF0EF /* AgentDeviceRunner */,
59
+ 20EA2EE02F2CFC7C001CF0EF /* AgentDeviceRunnerUITests */,
60
+ 20EA2EC72F2CFC7B001CF0EF /* Products */,
61
+ );
62
+ sourceTree = "<group>";
63
+ };
64
+ 20EA2EC72F2CFC7B001CF0EF /* Products */ = {
65
+ isa = PBXGroup;
66
+ children = (
67
+ 20EA2EC62F2CFC7B001CF0EF /* AgentDeviceRunner.app */,
68
+ 20EA2EDD2F2CFC7C001CF0EF /* AgentDeviceRunnerUITests.xctest */,
69
+ );
70
+ name = Products;
71
+ sourceTree = "<group>";
72
+ };
73
+ /* End PBXGroup section */
74
+
75
+ /* Begin PBXNativeTarget section */
76
+ 20EA2EC52F2CFC7B001CF0EF /* AgentDeviceRunner */ = {
77
+ isa = PBXNativeTarget;
78
+ buildConfigurationList = 20EA2EE72F2CFC7C001CF0EF /* Build configuration list for PBXNativeTarget "AgentDeviceRunner" */;
79
+ buildPhases = (
80
+ 20EA2EC22F2CFC7B001CF0EF /* Sources */,
81
+ 20EA2EC32F2CFC7B001CF0EF /* Frameworks */,
82
+ 20EA2EC42F2CFC7B001CF0EF /* Resources */,
83
+ );
84
+ buildRules = (
85
+ );
86
+ dependencies = (
87
+ );
88
+ fileSystemSynchronizedGroups = (
89
+ 20EA2EC82F2CFC7B001CF0EF /* AgentDeviceRunner */,
90
+ );
91
+ name = AgentDeviceRunner;
92
+ packageProductDependencies = (
93
+ );
94
+ productName = AgentDeviceRunner;
95
+ productReference = 20EA2EC62F2CFC7B001CF0EF /* AgentDeviceRunner.app */;
96
+ productType = "com.apple.product-type.application";
97
+ };
98
+ 20EA2EDC2F2CFC7C001CF0EF /* AgentDeviceRunnerUITests */ = {
99
+ isa = PBXNativeTarget;
100
+ buildConfigurationList = 20EA2EED2F2CFC7C001CF0EF /* Build configuration list for PBXNativeTarget "AgentDeviceRunnerUITests" */;
101
+ buildPhases = (
102
+ 20EA2ED92F2CFC7C001CF0EF /* Sources */,
103
+ 20EA2EDA2F2CFC7C001CF0EF /* Frameworks */,
104
+ 20EA2EDB2F2CFC7C001CF0EF /* Resources */,
105
+ );
106
+ buildRules = (
107
+ );
108
+ dependencies = (
109
+ 20EA2EDF2F2CFC7C001CF0EF /* PBXTargetDependency */,
110
+ );
111
+ fileSystemSynchronizedGroups = (
112
+ 20EA2EE02F2CFC7C001CF0EF /* AgentDeviceRunnerUITests */,
113
+ );
114
+ name = AgentDeviceRunnerUITests;
115
+ packageProductDependencies = (
116
+ );
117
+ productName = AgentDeviceRunnerUITests;
118
+ productReference = 20EA2EDD2F2CFC7C001CF0EF /* AgentDeviceRunnerUITests.xctest */;
119
+ productType = "com.apple.product-type.bundle.ui-testing";
120
+ };
121
+ /* End PBXNativeTarget section */
122
+
123
+ /* Begin PBXProject section */
124
+ 20EA2EBE2F2CFC7B001CF0EF /* Project object */ = {
125
+ isa = PBXProject;
126
+ attributes = {
127
+ BuildIndependentTargetsInParallel = 1;
128
+ LastSwiftUpdateCheck = 2600;
129
+ LastUpgradeCheck = 2600;
130
+ TargetAttributes = {
131
+ 20EA2EC52F2CFC7B001CF0EF = {
132
+ CreatedOnToolsVersion = 26.0;
133
+ };
134
+ 20EA2EDC2F2CFC7C001CF0EF = {
135
+ CreatedOnToolsVersion = 26.0;
136
+ TestTargetID = 20EA2EC52F2CFC7B001CF0EF;
137
+ };
138
+ };
139
+ };
140
+ buildConfigurationList = 20EA2EC12F2CFC7B001CF0EF /* Build configuration list for PBXProject "AgentDeviceRunner" */;
141
+ developmentRegion = en;
142
+ hasScannedForEncodings = 0;
143
+ knownRegions = (
144
+ en,
145
+ Base,
146
+ );
147
+ mainGroup = 20EA2EBD2F2CFC7B001CF0EF;
148
+ minimizedProjectReferenceProxies = 1;
149
+ preferredProjectObjectVersion = 77;
150
+ productRefGroup = 20EA2EC72F2CFC7B001CF0EF /* Products */;
151
+ projectDirPath = "";
152
+ projectRoot = "";
153
+ targets = (
154
+ 20EA2EC52F2CFC7B001CF0EF /* AgentDeviceRunner */,
155
+ 20EA2EDC2F2CFC7C001CF0EF /* AgentDeviceRunnerUITests */,
156
+ );
157
+ };
158
+ /* End PBXProject section */
159
+
160
+ /* Begin PBXResourcesBuildPhase section */
161
+ 20EA2EC42F2CFC7B001CF0EF /* Resources */ = {
162
+ isa = PBXResourcesBuildPhase;
163
+ buildActionMask = 2147483647;
164
+ files = (
165
+ );
166
+ runOnlyForDeploymentPostprocessing = 0;
167
+ };
168
+ 20EA2EDB2F2CFC7C001CF0EF /* Resources */ = {
169
+ isa = PBXResourcesBuildPhase;
170
+ buildActionMask = 2147483647;
171
+ files = (
172
+ );
173
+ runOnlyForDeploymentPostprocessing = 0;
174
+ };
175
+ /* End PBXResourcesBuildPhase section */
176
+
177
+ /* Begin PBXSourcesBuildPhase section */
178
+ 20EA2EC22F2CFC7B001CF0EF /* Sources */ = {
179
+ isa = PBXSourcesBuildPhase;
180
+ buildActionMask = 2147483647;
181
+ files = (
182
+ );
183
+ runOnlyForDeploymentPostprocessing = 0;
184
+ };
185
+ 20EA2ED92F2CFC7C001CF0EF /* Sources */ = {
186
+ isa = PBXSourcesBuildPhase;
187
+ buildActionMask = 2147483647;
188
+ files = (
189
+ );
190
+ runOnlyForDeploymentPostprocessing = 0;
191
+ };
192
+ /* End PBXSourcesBuildPhase section */
193
+
194
+ /* Begin PBXTargetDependency section */
195
+ 20EA2EDF2F2CFC7C001CF0EF /* PBXTargetDependency */ = {
196
+ isa = PBXTargetDependency;
197
+ target = 20EA2EC52F2CFC7B001CF0EF /* AgentDeviceRunner */;
198
+ targetProxy = 20EA2EDE2F2CFC7C001CF0EF /* PBXContainerItemProxy */;
199
+ };
200
+ /* End PBXTargetDependency section */
201
+
202
+ /* Begin XCBuildConfiguration section */
203
+ 20EA2EE52F2CFC7C001CF0EF /* Debug */ = {
204
+ isa = XCBuildConfiguration;
205
+ buildSettings = {
206
+ ALWAYS_SEARCH_USER_PATHS = NO;
207
+ ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
208
+ CLANG_ANALYZER_NONNULL = YES;
209
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
210
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
211
+ CLANG_ENABLE_MODULES = YES;
212
+ CLANG_ENABLE_OBJC_ARC = YES;
213
+ CLANG_ENABLE_OBJC_WEAK = YES;
214
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
215
+ CLANG_WARN_BOOL_CONVERSION = YES;
216
+ CLANG_WARN_COMMA = YES;
217
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
218
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
219
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
220
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
221
+ CLANG_WARN_EMPTY_BODY = YES;
222
+ CLANG_WARN_ENUM_CONVERSION = YES;
223
+ CLANG_WARN_INFINITE_RECURSION = YES;
224
+ CLANG_WARN_INT_CONVERSION = YES;
225
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
226
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
227
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
228
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
229
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
230
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
231
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
232
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
233
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
234
+ CLANG_WARN_UNREACHABLE_CODE = YES;
235
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
236
+ COPY_PHASE_STRIP = NO;
237
+ DEBUG_INFORMATION_FORMAT = dwarf;
238
+ DEVELOPMENT_TEAM = 2S799L9W4M;
239
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
240
+ ENABLE_TESTABILITY = YES;
241
+ ENABLE_USER_SCRIPT_SANDBOXING = YES;
242
+ GCC_C_LANGUAGE_STANDARD = gnu17;
243
+ GCC_DYNAMIC_NO_PIC = NO;
244
+ GCC_NO_COMMON_BLOCKS = YES;
245
+ GCC_OPTIMIZATION_LEVEL = 0;
246
+ GCC_PREPROCESSOR_DEFINITIONS = (
247
+ "DEBUG=1",
248
+ "$(inherited)",
249
+ );
250
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
251
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
252
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
253
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
254
+ GCC_WARN_UNUSED_FUNCTION = YES;
255
+ GCC_WARN_UNUSED_VARIABLE = YES;
256
+ IPHONEOS_DEPLOYMENT_TARGET = 26.0;
257
+ LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
258
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
259
+ MTL_FAST_MATH = YES;
260
+ ONLY_ACTIVE_ARCH = YES;
261
+ SDKROOT = iphoneos;
262
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
263
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
264
+ };
265
+ name = Debug;
266
+ };
267
+ 20EA2EE62F2CFC7C001CF0EF /* Release */ = {
268
+ isa = XCBuildConfiguration;
269
+ buildSettings = {
270
+ ALWAYS_SEARCH_USER_PATHS = NO;
271
+ ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
272
+ CLANG_ANALYZER_NONNULL = YES;
273
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
274
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
275
+ CLANG_ENABLE_MODULES = YES;
276
+ CLANG_ENABLE_OBJC_ARC = YES;
277
+ CLANG_ENABLE_OBJC_WEAK = YES;
278
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
279
+ CLANG_WARN_BOOL_CONVERSION = YES;
280
+ CLANG_WARN_COMMA = YES;
281
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
282
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
283
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
284
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
285
+ CLANG_WARN_EMPTY_BODY = YES;
286
+ CLANG_WARN_ENUM_CONVERSION = YES;
287
+ CLANG_WARN_INFINITE_RECURSION = YES;
288
+ CLANG_WARN_INT_CONVERSION = YES;
289
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
290
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
291
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
292
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
293
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
294
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
295
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
296
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
297
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
298
+ CLANG_WARN_UNREACHABLE_CODE = YES;
299
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
300
+ COPY_PHASE_STRIP = NO;
301
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
302
+ DEVELOPMENT_TEAM = 2S799L9W4M;
303
+ ENABLE_NS_ASSERTIONS = NO;
304
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
305
+ ENABLE_USER_SCRIPT_SANDBOXING = YES;
306
+ GCC_C_LANGUAGE_STANDARD = gnu17;
307
+ GCC_NO_COMMON_BLOCKS = YES;
308
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
309
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
310
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
311
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
312
+ GCC_WARN_UNUSED_FUNCTION = YES;
313
+ GCC_WARN_UNUSED_VARIABLE = YES;
314
+ IPHONEOS_DEPLOYMENT_TARGET = 26.0;
315
+ LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
316
+ MTL_ENABLE_DEBUG_INFO = NO;
317
+ MTL_FAST_MATH = YES;
318
+ SDKROOT = iphoneos;
319
+ SWIFT_COMPILATION_MODE = wholemodule;
320
+ VALIDATE_PRODUCT = YES;
321
+ };
322
+ name = Release;
323
+ };
324
+ 20EA2EE82F2CFC7C001CF0EF /* Debug */ = {
325
+ isa = XCBuildConfiguration;
326
+ buildSettings = {
327
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
328
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
329
+ CODE_SIGN_STYLE = Automatic;
330
+ CURRENT_PROJECT_VERSION = 1;
331
+ DEVELOPMENT_TEAM = 2S799L9W4M;
332
+ ENABLE_PREVIEWS = YES;
333
+ GENERATE_INFOPLIST_FILE = YES;
334
+ INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
335
+ INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
336
+ INFOPLIST_KEY_UILaunchScreen_Generation = YES;
337
+ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
338
+ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
339
+ LD_RUNPATH_SEARCH_PATHS = (
340
+ "$(inherited)",
341
+ "@executable_path/Frameworks",
342
+ );
343
+ MARKETING_VERSION = 1.0;
344
+ PRODUCT_BUNDLE_IDENTIFIER = com.myapp.AgentDeviceRunner;
345
+ PRODUCT_NAME = "$(TARGET_NAME)";
346
+ STRING_CATALOG_GENERATE_SYMBOLS = YES;
347
+ SWIFT_APPROACHABLE_CONCURRENCY = YES;
348
+ SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
349
+ SWIFT_EMIT_LOC_STRINGS = YES;
350
+ SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
351
+ SWIFT_VERSION = 5.0;
352
+ TARGETED_DEVICE_FAMILY = "1,2";
353
+ };
354
+ name = Debug;
355
+ };
356
+ 20EA2EE92F2CFC7C001CF0EF /* Release */ = {
357
+ isa = XCBuildConfiguration;
358
+ buildSettings = {
359
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
360
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
361
+ CODE_SIGN_STYLE = Automatic;
362
+ CURRENT_PROJECT_VERSION = 1;
363
+ DEVELOPMENT_TEAM = 2S799L9W4M;
364
+ ENABLE_PREVIEWS = YES;
365
+ GENERATE_INFOPLIST_FILE = YES;
366
+ INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
367
+ INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
368
+ INFOPLIST_KEY_UILaunchScreen_Generation = YES;
369
+ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
370
+ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
371
+ LD_RUNPATH_SEARCH_PATHS = (
372
+ "$(inherited)",
373
+ "@executable_path/Frameworks",
374
+ );
375
+ MARKETING_VERSION = 1.0;
376
+ PRODUCT_BUNDLE_IDENTIFIER = com.myapp.AgentDeviceRunner;
377
+ PRODUCT_NAME = "$(TARGET_NAME)";
378
+ STRING_CATALOG_GENERATE_SYMBOLS = YES;
379
+ SWIFT_APPROACHABLE_CONCURRENCY = YES;
380
+ SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
381
+ SWIFT_EMIT_LOC_STRINGS = YES;
382
+ SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
383
+ SWIFT_VERSION = 5.0;
384
+ TARGETED_DEVICE_FAMILY = "1,2";
385
+ };
386
+ name = Release;
387
+ };
388
+ 20EA2EEE2F2CFC7C001CF0EF /* Debug */ = {
389
+ isa = XCBuildConfiguration;
390
+ buildSettings = {
391
+ CODE_SIGN_STYLE = Automatic;
392
+ CURRENT_PROJECT_VERSION = 1;
393
+ DEVELOPMENT_TEAM = 2S799L9W4M;
394
+ GENERATE_INFOPLIST_FILE = YES;
395
+ MARKETING_VERSION = 1.0;
396
+ PRODUCT_BUNDLE_IDENTIFIER = com.myapp.AgentDeviceRunnerUITests;
397
+ PRODUCT_NAME = "$(TARGET_NAME)";
398
+ STRING_CATALOG_GENERATE_SYMBOLS = NO;
399
+ SWIFT_APPROACHABLE_CONCURRENCY = YES;
400
+ SWIFT_EMIT_LOC_STRINGS = NO;
401
+ SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
402
+ SWIFT_VERSION = 5.0;
403
+ TARGETED_DEVICE_FAMILY = "1,2";
404
+ TEST_TARGET_NAME = AgentDeviceRunner;
405
+ };
406
+ name = Debug;
407
+ };
408
+ 20EA2EEF2F2CFC7C001CF0EF /* Release */ = {
409
+ isa = XCBuildConfiguration;
410
+ buildSettings = {
411
+ CODE_SIGN_STYLE = Automatic;
412
+ CURRENT_PROJECT_VERSION = 1;
413
+ DEVELOPMENT_TEAM = 2S799L9W4M;
414
+ GENERATE_INFOPLIST_FILE = YES;
415
+ MARKETING_VERSION = 1.0;
416
+ PRODUCT_BUNDLE_IDENTIFIER = com.myapp.AgentDeviceRunnerUITests;
417
+ PRODUCT_NAME = "$(TARGET_NAME)";
418
+ STRING_CATALOG_GENERATE_SYMBOLS = NO;
419
+ SWIFT_APPROACHABLE_CONCURRENCY = YES;
420
+ SWIFT_EMIT_LOC_STRINGS = NO;
421
+ SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
422
+ SWIFT_VERSION = 5.0;
423
+ TARGETED_DEVICE_FAMILY = "1,2";
424
+ TEST_TARGET_NAME = AgentDeviceRunner;
425
+ };
426
+ name = Release;
427
+ };
428
+ /* End XCBuildConfiguration section */
429
+
430
+ /* Begin XCConfigurationList section */
431
+ 20EA2EC12F2CFC7B001CF0EF /* Build configuration list for PBXProject "AgentDeviceRunner" */ = {
432
+ isa = XCConfigurationList;
433
+ buildConfigurations = (
434
+ 20EA2EE52F2CFC7C001CF0EF /* Debug */,
435
+ 20EA2EE62F2CFC7C001CF0EF /* Release */,
436
+ );
437
+ defaultConfigurationIsVisible = 0;
438
+ defaultConfigurationName = Release;
439
+ };
440
+ 20EA2EE72F2CFC7C001CF0EF /* Build configuration list for PBXNativeTarget "AgentDeviceRunner" */ = {
441
+ isa = XCConfigurationList;
442
+ buildConfigurations = (
443
+ 20EA2EE82F2CFC7C001CF0EF /* Debug */,
444
+ 20EA2EE92F2CFC7C001CF0EF /* Release */,
445
+ );
446
+ defaultConfigurationIsVisible = 0;
447
+ defaultConfigurationName = Release;
448
+ };
449
+ 20EA2EED2F2CFC7C001CF0EF /* Build configuration list for PBXNativeTarget "AgentDeviceRunnerUITests" */ = {
450
+ isa = XCConfigurationList;
451
+ buildConfigurations = (
452
+ 20EA2EEE2F2CFC7C001CF0EF /* Debug */,
453
+ 20EA2EEF2F2CFC7C001CF0EF /* Release */,
454
+ );
455
+ defaultConfigurationIsVisible = 0;
456
+ defaultConfigurationName = Release;
457
+ };
458
+ /* End XCConfigurationList section */
459
+ };
460
+ rootObject = 20EA2EBE2F2CFC7B001CF0EF /* Project object */;
461
+ }
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Workspace
3
+ version = "1.0">
4
+ <FileRef
5
+ location = "self:">
6
+ </FileRef>
7
+ </Workspace>
@@ -0,0 +1,102 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Scheme
3
+ LastUpgradeVersion = "2600"
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 = "20EA2EC52F2CFC7B001CF0EF"
19
+ BuildableName = "AgentDeviceRunner.app"
20
+ BlueprintName = "AgentDeviceRunner"
21
+ ReferencedContainer = "container:AgentDeviceRunner.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 = "20EA2ED22F2CFC7C001CF0EF"
39
+ BuildableName = "AgentDeviceRunnerTests.xctest"
40
+ BlueprintName = "AgentDeviceRunnerTests"
41
+ ReferencedContainer = "container:AgentDeviceRunner.xcodeproj">
42
+ </BuildableReference>
43
+ </TestableReference>
44
+ <TestableReference
45
+ skipped = "NO"
46
+ parallelizable = "YES">
47
+ <BuildableReference
48
+ BuildableIdentifier = "primary"
49
+ BlueprintIdentifier = "20EA2EDC2F2CFC7C001CF0EF"
50
+ BuildableName = "AgentDeviceRunnerUITests.xctest"
51
+ BlueprintName = "AgentDeviceRunnerUITests"
52
+ ReferencedContainer = "container:AgentDeviceRunner.xcodeproj">
53
+ </BuildableReference>
54
+ </TestableReference>
55
+ </Testables>
56
+ </TestAction>
57
+ <LaunchAction
58
+ buildConfiguration = "Debug"
59
+ selectedDebuggerIdentifier = ""
60
+ selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
61
+ launchStyle = "0"
62
+ useCustomWorkingDirectory = "NO"
63
+ ignoresPersistentStateOnLaunch = "NO"
64
+ debugDocumentVersioning = "YES"
65
+ debugServiceExtension = "internal"
66
+ allowLocationSimulation = "YES">
67
+ <BuildableProductRunnable
68
+ runnableDebuggingMode = "0">
69
+ <BuildableReference
70
+ BuildableIdentifier = "primary"
71
+ BlueprintIdentifier = "20EA2EC52F2CFC7B001CF0EF"
72
+ BuildableName = "AgentDeviceRunner.app"
73
+ BlueprintName = "AgentDeviceRunner"
74
+ ReferencedContainer = "container:AgentDeviceRunner.xcodeproj">
75
+ </BuildableReference>
76
+ </BuildableProductRunnable>
77
+ </LaunchAction>
78
+ <ProfileAction
79
+ buildConfiguration = "Release"
80
+ shouldUseLaunchSchemeArgsEnv = "YES"
81
+ savedToolIdentifier = ""
82
+ useCustomWorkingDirectory = "NO"
83
+ debugDocumentVersioning = "YES">
84
+ <BuildableProductRunnable
85
+ runnableDebuggingMode = "0">
86
+ <BuildableReference
87
+ BuildableIdentifier = "primary"
88
+ BlueprintIdentifier = "20EA2EC52F2CFC7B001CF0EF"
89
+ BuildableName = "AgentDeviceRunner.app"
90
+ BlueprintName = "AgentDeviceRunner"
91
+ ReferencedContainer = "container:AgentDeviceRunner.xcodeproj">
92
+ </BuildableReference>
93
+ </BuildableProductRunnable>
94
+ </ProfileAction>
95
+ <AnalyzeAction
96
+ buildConfiguration = "Debug">
97
+ </AnalyzeAction>
98
+ <ArchiveAction
99
+ buildConfiguration = "Release"
100
+ revealArchiveInOrganizer = "YES">
101
+ </ArchiveAction>
102
+ </Scheme>