agemu 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.
- package/LICENSE +21 -0
- package/README.md +143 -0
- package/dist/artifacts/runs.js +46 -0
- package/dist/cli/main.js +122 -0
- package/dist/commands/app.js +78 -0
- package/dist/commands/build.js +100 -0
- package/dist/commands/diagnostics.js +166 -0
- package/dist/commands/ui.js +115 -0
- package/dist/config/config.js +71 -0
- package/dist/core/errors.js +10 -0
- package/dist/core/output.js +18 -0
- package/dist/core/redact.js +4 -0
- package/dist/doctor/doctor.js +91 -0
- package/dist/native/simctl.js +104 -0
- package/dist/native/xcodebuild.js +49 -0
- package/dist/process/run-process.js +62 -0
- package/package.json +31 -0
- package/runner/AgentRunner/AgentRunner.swift +82 -0
- package/runner/AgentRunner.xcodeproj/project.pbxproj +26 -0
- package/runner/AgentRunner.xcodeproj/xcshareddata/xcschemes/AgentRunner.xcscheme +6 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// !$*UTF8*$!
|
|
2
|
+
{
|
|
3
|
+
archiveVersion = 1;
|
|
4
|
+
classes = {};
|
|
5
|
+
objectVersion = 56;
|
|
6
|
+
objects = {
|
|
7
|
+
A10000000000000000000001 = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AgentRunner.swift; sourceTree = "<group>"; };
|
|
8
|
+
A10000000000000000000002 = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AgentRunner.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
9
|
+
A20000000000000000000001 = {isa = PBXBuildFile; fileRef = A10000000000000000000001; };
|
|
10
|
+
A30000000000000000000001 = {isa = PBXGroup; children = (A30000000000000000000002, A30000000000000000000003); sourceTree = "<group>"; };
|
|
11
|
+
A30000000000000000000002 = {isa = PBXGroup; children = (A10000000000000000000001); path = AgentRunner; sourceTree = "<group>"; };
|
|
12
|
+
A30000000000000000000003 = {isa = PBXGroup; children = (A10000000000000000000002); name = Products; sourceTree = "<group>"; };
|
|
13
|
+
A40000000000000000000001 = {isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = (A20000000000000000000001); runOnlyForDeploymentPostprocessing = 0; };
|
|
14
|
+
A40000000000000000000002 = {isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = (); runOnlyForDeploymentPostprocessing = 0; };
|
|
15
|
+
A40000000000000000000003 = {isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = (); runOnlyForDeploymentPostprocessing = 0; };
|
|
16
|
+
A50000000000000000000001 = {isa = PBXNativeTarget; buildConfigurationList = A70000000000000000000002; buildPhases = (A40000000000000000000001, A40000000000000000000002, A40000000000000000000003); buildRules = (); dependencies = (); name = AgentRunner; productName = AgentRunner; productReference = A10000000000000000000002; productType = "com.apple.product-type.bundle.ui-testing"; };
|
|
17
|
+
A60000000000000000000001 = {isa = PBXProject; attributes = {BuildIndependentTargetsInParallel = 1; LastSwiftUpdateCheck = 2600; LastUpgradeCheck = 2600; TargetAttributes = {A50000000000000000000001 = {CreatedOnToolsVersion = 26.0; }; }; }; buildConfigurationList = A70000000000000000000001; compatibilityVersion = "Xcode 14.0"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = (en, Base); mainGroup = A30000000000000000000001; productRefGroup = A30000000000000000000003; projectDirPath = ""; projectRoot = ""; targets = (A50000000000000000000001); };
|
|
18
|
+
A70000000000000000000001 = {isa = XCConfigurationList; buildConfigurations = (A80000000000000000000001, A80000000000000000000002); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; };
|
|
19
|
+
A70000000000000000000002 = {isa = XCConfigurationList; buildConfigurations = (A80000000000000000000003, A80000000000000000000004); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; };
|
|
20
|
+
A80000000000000000000001 = {isa = XCBuildConfiguration; buildSettings = {ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ENABLE_MODULES = YES; IPHONEOS_DEPLOYMENT_TARGET = 16.0; SDKROOT = iphoneos; SWIFT_VERSION = 5.0; }; name = Debug; };
|
|
21
|
+
A80000000000000000000002 = {isa = XCBuildConfiguration; buildSettings = {ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ENABLE_MODULES = YES; IPHONEOS_DEPLOYMENT_TARGET = 16.0; SDKROOT = iphoneos; SWIFT_VERSION = 5.0; }; name = Release; };
|
|
22
|
+
A80000000000000000000003 = {isa = XCBuildConfiguration; buildSettings = {CODE_SIGN_STYLE = Automatic; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 16.0; PRODUCT_BUNDLE_IDENTIFIER = "dev.agemu.agemu-agent-runner"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphonesimulator; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = 1; }; name = Debug; };
|
|
23
|
+
A80000000000000000000004 = {isa = XCBuildConfiguration; buildSettings = {CODE_SIGN_STYLE = Automatic; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 16.0; PRODUCT_BUNDLE_IDENTIFIER = "dev.agemu.agemu-agent-runner"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphonesimulator; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = 1; }; name = Release; };
|
|
24
|
+
};
|
|
25
|
+
rootObject = A60000000000000000000001;
|
|
26
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<Scheme LastUpgradeVersion="2600" version="1.7">
|
|
3
|
+
<BuildAction parallelizeBuildables="YES" buildImplicitDependencies="YES"><BuildActionEntries><BuildActionEntry buildForTesting="YES" buildForRunning="NO" buildForProfiling="NO" buildForArchiving="NO" buildForAnalyzing="YES"><BuildableReference BuildableIdentifier="primary" BlueprintIdentifier="A50000000000000000000001" BuildableName="AgentRunner.xctest" BlueprintName="AgentRunner" ReferencedContainer="container:AgentRunner.xcodeproj"/></BuildActionEntry></BuildActionEntries></BuildAction>
|
|
4
|
+
<TestAction buildConfiguration="Debug" selectedDebuggerIdentifier="Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier="Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv="YES"><Testables><TestableReference skipped="NO"><BuildableReference BuildableIdentifier="primary" BlueprintIdentifier="A50000000000000000000001" BuildableName="AgentRunner.xctest" BlueprintName="AgentRunner" ReferencedContainer="container:AgentRunner.xcodeproj"/></TestableReference></Testables></TestAction>
|
|
5
|
+
<AnalyzeAction buildConfiguration="Debug"/>
|
|
6
|
+
</Scheme>
|