@astur-mobile/ios 0.1.0-beta.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/assets/ios-xctest-agent/AsturAgent.swift +1872 -0
- package/assets/ios-xctest-agent/AsturAgentBridgeClient.swift +144 -0
- package/assets/ios-xctest-agent/AsturAgentServer.swift +249 -0
- package/assets/ios-xctest-agent/AsturAgentUITests-Info.plist +30 -0
- package/assets/ios-xctest-agent/AsturAgentUITests.swift +55 -0
- package/assets/ios-xctest-agent/AsturIOSAgent.xcodeproj/project.pbxproj +448 -0
- package/assets/ios-xctest-agent/AsturIOSAgent.xcodeproj/xcshareddata/xcschemes/AsturIOSAgent.xcscheme +133 -0
- package/assets/ios-xctest-agent/HostApp/AppDelegate.swift +105 -0
- package/assets/ios-xctest-agent/HostApp/Info.plist +32 -0
- package/assets/ios-xctest-agent/README.md +74 -0
- package/dist/command.d.ts +9 -0
- package/dist/command.d.ts.map +1 -0
- package/dist/command.js +37 -0
- package/dist/command.js.map +1 -0
- package/dist/index.d.ts +61 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2039 -0
- package/dist/index.js.map +1 -0
- package/package.json +39 -0
|
@@ -0,0 +1,448 @@
|
|
|
1
|
+
// !$*UTF8*$!
|
|
2
|
+
{
|
|
3
|
+
archiveVersion = 1;
|
|
4
|
+
classes = {
|
|
5
|
+
};
|
|
6
|
+
objectVersion = 60;
|
|
7
|
+
objects = {
|
|
8
|
+
|
|
9
|
+
/* Begin PBXBuildFile section */
|
|
10
|
+
000000000000000000000040 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 000000000000000000000020 /* AppDelegate.swift */; };
|
|
11
|
+
000000000000000000000041 /* AsturAgent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 000000000000000000000022 /* AsturAgent.swift */; };
|
|
12
|
+
000000000000000000000042 /* AsturAgentServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 000000000000000000000023 /* AsturAgentServer.swift */; };
|
|
13
|
+
000000000000000000000043 /* AsturAgentUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 000000000000000000000024 /* AsturAgentUITests.swift */; };
|
|
14
|
+
000000000000000000000044 /* AsturAgentBridgeClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 000000000000000000000025 /* AsturAgentBridgeClient.swift */; };
|
|
15
|
+
/* End PBXBuildFile section */
|
|
16
|
+
|
|
17
|
+
/* Begin PBXContainerItemProxy section */
|
|
18
|
+
000000000000000000000060 /* PBXContainerItemProxy */ = {
|
|
19
|
+
isa = PBXContainerItemProxy;
|
|
20
|
+
containerPortal = 000000000000000000000001 /* Project object */;
|
|
21
|
+
proxyType = 1;
|
|
22
|
+
remoteGlobalIDString = 000000000000000000000010;
|
|
23
|
+
remoteInfo = AsturIOSAgentHost;
|
|
24
|
+
};
|
|
25
|
+
/* End PBXContainerItemProxy section */
|
|
26
|
+
|
|
27
|
+
/* Begin PBXFileReference section */
|
|
28
|
+
000000000000000000000020 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
29
|
+
000000000000000000000021 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
30
|
+
000000000000000000000022 /* AsturAgent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsturAgent.swift; sourceTree = "<group>"; };
|
|
31
|
+
000000000000000000000023 /* AsturAgentServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsturAgentServer.swift; sourceTree = "<group>"; };
|
|
32
|
+
000000000000000000000024 /* AsturAgentUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsturAgentUITests.swift; sourceTree = "<group>"; };
|
|
33
|
+
000000000000000000000025 /* AsturAgentBridgeClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsturAgentBridgeClient.swift; sourceTree = "<group>"; };
|
|
34
|
+
000000000000000000000030 /* AsturIOSAgentHost.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AsturIOSAgentHost.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
35
|
+
000000000000000000000031 /* AsturIOSAgentUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AsturIOSAgentUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
36
|
+
/* End PBXFileReference section */
|
|
37
|
+
|
|
38
|
+
/* Begin PBXFrameworksBuildPhase section */
|
|
39
|
+
000000000000000000000052 /* Frameworks */ = {
|
|
40
|
+
isa = PBXFrameworksBuildPhase;
|
|
41
|
+
buildActionMask = 2147483647;
|
|
42
|
+
files = (
|
|
43
|
+
);
|
|
44
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
45
|
+
};
|
|
46
|
+
000000000000000000000053 /* Frameworks */ = {
|
|
47
|
+
isa = PBXFrameworksBuildPhase;
|
|
48
|
+
buildActionMask = 2147483647;
|
|
49
|
+
files = (
|
|
50
|
+
);
|
|
51
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
52
|
+
};
|
|
53
|
+
/* End PBXFrameworksBuildPhase section */
|
|
54
|
+
|
|
55
|
+
/* Begin PBXGroup section */
|
|
56
|
+
000000000000000000000002 = {
|
|
57
|
+
isa = PBXGroup;
|
|
58
|
+
children = (
|
|
59
|
+
000000000000000000000004 /* HostApp */,
|
|
60
|
+
000000000000000000000005 /* Agent */,
|
|
61
|
+
000000000000000000000003 /* Products */,
|
|
62
|
+
);
|
|
63
|
+
sourceTree = "<group>";
|
|
64
|
+
};
|
|
65
|
+
000000000000000000000003 /* Products */ = {
|
|
66
|
+
isa = PBXGroup;
|
|
67
|
+
children = (
|
|
68
|
+
000000000000000000000030 /* AsturIOSAgentHost.app */,
|
|
69
|
+
000000000000000000000031 /* AsturIOSAgentUITests.xctest */,
|
|
70
|
+
);
|
|
71
|
+
name = Products;
|
|
72
|
+
sourceTree = "<group>";
|
|
73
|
+
};
|
|
74
|
+
000000000000000000000004 /* HostApp */ = {
|
|
75
|
+
isa = PBXGroup;
|
|
76
|
+
children = (
|
|
77
|
+
000000000000000000000020 /* AppDelegate.swift */,
|
|
78
|
+
000000000000000000000021 /* Info.plist */,
|
|
79
|
+
);
|
|
80
|
+
path = HostApp;
|
|
81
|
+
sourceTree = "<group>";
|
|
82
|
+
};
|
|
83
|
+
000000000000000000000005 /* Agent */ = {
|
|
84
|
+
isa = PBXGroup;
|
|
85
|
+
children = (
|
|
86
|
+
000000000000000000000022 /* AsturAgent.swift */,
|
|
87
|
+
000000000000000000000025 /* AsturAgentBridgeClient.swift */,
|
|
88
|
+
000000000000000000000023 /* AsturAgentServer.swift */,
|
|
89
|
+
000000000000000000000024 /* AsturAgentUITests.swift */,
|
|
90
|
+
);
|
|
91
|
+
name = Agent;
|
|
92
|
+
sourceTree = "<group>";
|
|
93
|
+
};
|
|
94
|
+
/* End PBXGroup section */
|
|
95
|
+
|
|
96
|
+
/* Begin PBXNativeTarget section */
|
|
97
|
+
000000000000000000000010 /* AsturIOSAgentHost */ = {
|
|
98
|
+
isa = PBXNativeTarget;
|
|
99
|
+
buildConfigurationList = 000000000000000000000070 /* Build configuration list for PBXNativeTarget "AsturIOSAgentHost" */;
|
|
100
|
+
buildPhases = (
|
|
101
|
+
000000000000000000000050 /* Sources */,
|
|
102
|
+
000000000000000000000052 /* Frameworks */,
|
|
103
|
+
000000000000000000000054 /* Resources */,
|
|
104
|
+
);
|
|
105
|
+
buildRules = (
|
|
106
|
+
);
|
|
107
|
+
dependencies = (
|
|
108
|
+
);
|
|
109
|
+
name = AsturIOSAgentHost;
|
|
110
|
+
productName = AsturIOSAgentHost;
|
|
111
|
+
productReference = 000000000000000000000030 /* AsturIOSAgentHost.app */;
|
|
112
|
+
productType = "com.apple.product-type.application";
|
|
113
|
+
};
|
|
114
|
+
000000000000000000000011 /* AsturIOSAgentUITests */ = {
|
|
115
|
+
isa = PBXNativeTarget;
|
|
116
|
+
buildConfigurationList = 000000000000000000000071 /* Build configuration list for PBXNativeTarget "AsturIOSAgentUITests" */;
|
|
117
|
+
buildPhases = (
|
|
118
|
+
000000000000000000000051 /* Sources */,
|
|
119
|
+
000000000000000000000053 /* Frameworks */,
|
|
120
|
+
000000000000000000000055 /* Resources */,
|
|
121
|
+
);
|
|
122
|
+
buildRules = (
|
|
123
|
+
);
|
|
124
|
+
dependencies = (
|
|
125
|
+
000000000000000000000061 /* PBXTargetDependency */,
|
|
126
|
+
);
|
|
127
|
+
name = AsturIOSAgentUITests;
|
|
128
|
+
productName = AsturIOSAgentUITests;
|
|
129
|
+
productReference = 000000000000000000000031 /* AsturIOSAgentUITests.xctest */;
|
|
130
|
+
productType = "com.apple.product-type.bundle.ui-testing";
|
|
131
|
+
};
|
|
132
|
+
/* End PBXNativeTarget section */
|
|
133
|
+
|
|
134
|
+
/* Begin PBXProject section */
|
|
135
|
+
000000000000000000000001 /* Project object */ = {
|
|
136
|
+
isa = PBXProject;
|
|
137
|
+
attributes = {
|
|
138
|
+
BuildIndependentTargetsInParallel = 1;
|
|
139
|
+
LastSwiftUpdateCheck = 2650;
|
|
140
|
+
LastUpgradeCheck = 2650;
|
|
141
|
+
TargetAttributes = {
|
|
142
|
+
000000000000000000000010 = {
|
|
143
|
+
CreatedOnToolsVersion = 26.5;
|
|
144
|
+
};
|
|
145
|
+
000000000000000000000011 = {
|
|
146
|
+
CreatedOnToolsVersion = 26.5;
|
|
147
|
+
TestTargetID = 000000000000000000000010;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
buildConfigurationList = 000000000000000000000072 /* Build configuration list for PBXProject "AsturIOSAgent" */;
|
|
152
|
+
compatibilityVersion = "Xcode 14.0";
|
|
153
|
+
developmentRegion = en;
|
|
154
|
+
hasScannedForEncodings = 0;
|
|
155
|
+
knownRegions = (
|
|
156
|
+
en,
|
|
157
|
+
Base,
|
|
158
|
+
);
|
|
159
|
+
mainGroup = 000000000000000000000002;
|
|
160
|
+
productRefGroup = 000000000000000000000003 /* Products */;
|
|
161
|
+
projectDirPath = "";
|
|
162
|
+
projectRoot = "";
|
|
163
|
+
targets = (
|
|
164
|
+
000000000000000000000010 /* AsturIOSAgentHost */,
|
|
165
|
+
000000000000000000000011 /* AsturIOSAgentUITests */,
|
|
166
|
+
);
|
|
167
|
+
};
|
|
168
|
+
/* End PBXProject section */
|
|
169
|
+
|
|
170
|
+
/* Begin PBXResourcesBuildPhase section */
|
|
171
|
+
000000000000000000000054 /* Resources */ = {
|
|
172
|
+
isa = PBXResourcesBuildPhase;
|
|
173
|
+
buildActionMask = 2147483647;
|
|
174
|
+
files = (
|
|
175
|
+
);
|
|
176
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
177
|
+
};
|
|
178
|
+
000000000000000000000055 /* Resources */ = {
|
|
179
|
+
isa = PBXResourcesBuildPhase;
|
|
180
|
+
buildActionMask = 2147483647;
|
|
181
|
+
files = (
|
|
182
|
+
);
|
|
183
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
184
|
+
};
|
|
185
|
+
/* End PBXResourcesBuildPhase section */
|
|
186
|
+
|
|
187
|
+
/* Begin PBXSourcesBuildPhase section */
|
|
188
|
+
000000000000000000000050 /* Sources */ = {
|
|
189
|
+
isa = PBXSourcesBuildPhase;
|
|
190
|
+
buildActionMask = 2147483647;
|
|
191
|
+
files = (
|
|
192
|
+
000000000000000000000040 /* AppDelegate.swift in Sources */,
|
|
193
|
+
);
|
|
194
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
195
|
+
};
|
|
196
|
+
000000000000000000000051 /* Sources */ = {
|
|
197
|
+
isa = PBXSourcesBuildPhase;
|
|
198
|
+
buildActionMask = 2147483647;
|
|
199
|
+
files = (
|
|
200
|
+
000000000000000000000041 /* AsturAgent.swift in Sources */,
|
|
201
|
+
000000000000000000000044 /* AsturAgentBridgeClient.swift in Sources */,
|
|
202
|
+
000000000000000000000042 /* AsturAgentServer.swift in Sources */,
|
|
203
|
+
000000000000000000000043 /* AsturAgentUITests.swift in Sources */,
|
|
204
|
+
);
|
|
205
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
206
|
+
};
|
|
207
|
+
/* End PBXSourcesBuildPhase section */
|
|
208
|
+
|
|
209
|
+
/* Begin PBXTargetDependency section */
|
|
210
|
+
000000000000000000000061 /* PBXTargetDependency */ = {
|
|
211
|
+
isa = PBXTargetDependency;
|
|
212
|
+
target = 000000000000000000000010 /* AsturIOSAgentHost */;
|
|
213
|
+
targetProxy = 000000000000000000000060 /* PBXContainerItemProxy */;
|
|
214
|
+
};
|
|
215
|
+
/* End PBXTargetDependency section */
|
|
216
|
+
|
|
217
|
+
/* Begin XCBuildConfiguration section */
|
|
218
|
+
000000000000000000000080 /* Debug */ = {
|
|
219
|
+
isa = XCBuildConfiguration;
|
|
220
|
+
buildSettings = {
|
|
221
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
222
|
+
CLANG_ANALYZER_NONNULL = YES;
|
|
223
|
+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
224
|
+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
|
225
|
+
CLANG_ENABLE_MODULES = YES;
|
|
226
|
+
CLANG_ENABLE_OBJC_ARC = YES;
|
|
227
|
+
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
228
|
+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
229
|
+
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
230
|
+
CLANG_WARN_COMMA = YES;
|
|
231
|
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
232
|
+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
233
|
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
234
|
+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
235
|
+
CLANG_WARN_EMPTY_BODY = YES;
|
|
236
|
+
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
237
|
+
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
238
|
+
CLANG_WARN_INT_CONVERSION = YES;
|
|
239
|
+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
240
|
+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
241
|
+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
242
|
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
243
|
+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
244
|
+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
245
|
+
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
246
|
+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
247
|
+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
248
|
+
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
249
|
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
250
|
+
COPY_PHASE_STRIP = NO;
|
|
251
|
+
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
252
|
+
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
253
|
+
ENABLE_TESTABILITY = YES;
|
|
254
|
+
GCC_C_LANGUAGE_STANDARD = gnu17;
|
|
255
|
+
GCC_DYNAMIC_NO_PIC = NO;
|
|
256
|
+
GCC_NO_COMMON_BLOCKS = YES;
|
|
257
|
+
GCC_OPTIMIZATION_LEVEL = 0;
|
|
258
|
+
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
259
|
+
"DEBUG=1",
|
|
260
|
+
"$(inherited)",
|
|
261
|
+
);
|
|
262
|
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
263
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
264
|
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
265
|
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
266
|
+
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
267
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
268
|
+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
|
269
|
+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
270
|
+
MTL_FAST_MATH = YES;
|
|
271
|
+
ONLY_ACTIVE_ARCH = YES;
|
|
272
|
+
SDKROOT = iphoneos;
|
|
273
|
+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
274
|
+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
275
|
+
};
|
|
276
|
+
name = Debug;
|
|
277
|
+
};
|
|
278
|
+
000000000000000000000081 /* Release */ = {
|
|
279
|
+
isa = XCBuildConfiguration;
|
|
280
|
+
buildSettings = {
|
|
281
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
282
|
+
CLANG_ANALYZER_NONNULL = YES;
|
|
283
|
+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
284
|
+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
|
285
|
+
CLANG_ENABLE_MODULES = YES;
|
|
286
|
+
CLANG_ENABLE_OBJC_ARC = YES;
|
|
287
|
+
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
288
|
+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
289
|
+
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
290
|
+
CLANG_WARN_COMMA = YES;
|
|
291
|
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
292
|
+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
293
|
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
294
|
+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
295
|
+
CLANG_WARN_EMPTY_BODY = YES;
|
|
296
|
+
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
297
|
+
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
298
|
+
CLANG_WARN_INT_CONVERSION = YES;
|
|
299
|
+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
300
|
+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
301
|
+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
302
|
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
303
|
+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
304
|
+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
305
|
+
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
306
|
+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
307
|
+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
308
|
+
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
309
|
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
310
|
+
COPY_PHASE_STRIP = NO;
|
|
311
|
+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
312
|
+
ENABLE_NS_ASSERTIONS = NO;
|
|
313
|
+
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
314
|
+
GCC_C_LANGUAGE_STANDARD = gnu17;
|
|
315
|
+
GCC_NO_COMMON_BLOCKS = YES;
|
|
316
|
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
317
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
318
|
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
319
|
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
320
|
+
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
321
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
322
|
+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
|
323
|
+
MTL_ENABLE_DEBUG_INFO = NO;
|
|
324
|
+
MTL_FAST_MATH = YES;
|
|
325
|
+
SDKROOT = iphoneos;
|
|
326
|
+
SWIFT_COMPILATION_MODE = wholemodule;
|
|
327
|
+
VALIDATE_PRODUCT = YES;
|
|
328
|
+
};
|
|
329
|
+
name = Release;
|
|
330
|
+
};
|
|
331
|
+
000000000000000000000082 /* Debug */ = {
|
|
332
|
+
isa = XCBuildConfiguration;
|
|
333
|
+
buildSettings = {
|
|
334
|
+
CODE_SIGNING_ALLOWED = NO;
|
|
335
|
+
CODE_SIGN_STYLE = Automatic;
|
|
336
|
+
INFOPLIST_FILE = HostApp/Info.plist;
|
|
337
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
|
338
|
+
"$(inherited)",
|
|
339
|
+
"@executable_path/Frameworks",
|
|
340
|
+
);
|
|
341
|
+
PRODUCT_BUNDLE_IDENTIFIER = dev.astur.iosagent.host;
|
|
342
|
+
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
343
|
+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
|
|
344
|
+
SUPPORTS_MACCATALYST = NO;
|
|
345
|
+
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
346
|
+
SWIFT_VERSION = 5.0;
|
|
347
|
+
TARGETED_DEVICE_FAMILY = "1,2";
|
|
348
|
+
};
|
|
349
|
+
name = Debug;
|
|
350
|
+
};
|
|
351
|
+
000000000000000000000083 /* Release */ = {
|
|
352
|
+
isa = XCBuildConfiguration;
|
|
353
|
+
buildSettings = {
|
|
354
|
+
CODE_SIGNING_ALLOWED = NO;
|
|
355
|
+
CODE_SIGN_STYLE = Automatic;
|
|
356
|
+
INFOPLIST_FILE = HostApp/Info.plist;
|
|
357
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
|
358
|
+
"$(inherited)",
|
|
359
|
+
"@executable_path/Frameworks",
|
|
360
|
+
);
|
|
361
|
+
PRODUCT_BUNDLE_IDENTIFIER = dev.astur.iosagent.host;
|
|
362
|
+
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
363
|
+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
|
|
364
|
+
SUPPORTS_MACCATALYST = NO;
|
|
365
|
+
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
366
|
+
SWIFT_VERSION = 5.0;
|
|
367
|
+
TARGETED_DEVICE_FAMILY = "1,2";
|
|
368
|
+
};
|
|
369
|
+
name = Release;
|
|
370
|
+
};
|
|
371
|
+
000000000000000000000084 /* Debug */ = {
|
|
372
|
+
isa = XCBuildConfiguration;
|
|
373
|
+
buildSettings = {
|
|
374
|
+
CODE_SIGNING_ALLOWED = NO;
|
|
375
|
+
CODE_SIGN_STYLE = Automatic;
|
|
376
|
+
INFOPLIST_FILE = "AsturAgentUITests-Info.plist";
|
|
377
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
|
378
|
+
"$(inherited)",
|
|
379
|
+
"@executable_path/Frameworks",
|
|
380
|
+
"@loader_path/Frameworks",
|
|
381
|
+
);
|
|
382
|
+
PRODUCT_BUNDLE_IDENTIFIER = dev.astur.iosagent.uitests;
|
|
383
|
+
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
384
|
+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
|
|
385
|
+
SUPPORTS_MACCATALYST = NO;
|
|
386
|
+
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
387
|
+
SWIFT_VERSION = 5.0;
|
|
388
|
+
TARGETED_DEVICE_FAMILY = "1,2";
|
|
389
|
+
TEST_TARGET_NAME = AsturIOSAgentHost;
|
|
390
|
+
};
|
|
391
|
+
name = Debug;
|
|
392
|
+
};
|
|
393
|
+
000000000000000000000085 /* Release */ = {
|
|
394
|
+
isa = XCBuildConfiguration;
|
|
395
|
+
buildSettings = {
|
|
396
|
+
CODE_SIGNING_ALLOWED = NO;
|
|
397
|
+
CODE_SIGN_STYLE = Automatic;
|
|
398
|
+
INFOPLIST_FILE = "AsturAgentUITests-Info.plist";
|
|
399
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
|
400
|
+
"$(inherited)",
|
|
401
|
+
"@executable_path/Frameworks",
|
|
402
|
+
"@loader_path/Frameworks",
|
|
403
|
+
);
|
|
404
|
+
PRODUCT_BUNDLE_IDENTIFIER = dev.astur.iosagent.uitests;
|
|
405
|
+
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
406
|
+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
|
|
407
|
+
SUPPORTS_MACCATALYST = NO;
|
|
408
|
+
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
409
|
+
SWIFT_VERSION = 5.0;
|
|
410
|
+
TARGETED_DEVICE_FAMILY = "1,2";
|
|
411
|
+
TEST_TARGET_NAME = AsturIOSAgentHost;
|
|
412
|
+
};
|
|
413
|
+
name = Release;
|
|
414
|
+
};
|
|
415
|
+
/* End XCBuildConfiguration section */
|
|
416
|
+
|
|
417
|
+
/* Begin XCConfigurationList section */
|
|
418
|
+
000000000000000000000070 /* Build configuration list for PBXNativeTarget "AsturIOSAgentHost" */ = {
|
|
419
|
+
isa = XCConfigurationList;
|
|
420
|
+
buildConfigurations = (
|
|
421
|
+
000000000000000000000082 /* Debug */,
|
|
422
|
+
000000000000000000000083 /* Release */,
|
|
423
|
+
);
|
|
424
|
+
defaultConfigurationIsVisible = 0;
|
|
425
|
+
defaultConfigurationName = Debug;
|
|
426
|
+
};
|
|
427
|
+
000000000000000000000071 /* Build configuration list for PBXNativeTarget "AsturIOSAgentUITests" */ = {
|
|
428
|
+
isa = XCConfigurationList;
|
|
429
|
+
buildConfigurations = (
|
|
430
|
+
000000000000000000000084 /* Debug */,
|
|
431
|
+
000000000000000000000085 /* Release */,
|
|
432
|
+
);
|
|
433
|
+
defaultConfigurationIsVisible = 0;
|
|
434
|
+
defaultConfigurationName = Debug;
|
|
435
|
+
};
|
|
436
|
+
000000000000000000000072 /* Build configuration list for PBXProject "AsturIOSAgent" */ = {
|
|
437
|
+
isa = XCConfigurationList;
|
|
438
|
+
buildConfigurations = (
|
|
439
|
+
000000000000000000000080 /* Debug */,
|
|
440
|
+
000000000000000000000081 /* Release */,
|
|
441
|
+
);
|
|
442
|
+
defaultConfigurationIsVisible = 0;
|
|
443
|
+
defaultConfigurationName = Debug;
|
|
444
|
+
};
|
|
445
|
+
/* End XCConfigurationList section */
|
|
446
|
+
};
|
|
447
|
+
rootObject = 000000000000000000000001 /* Project object */;
|
|
448
|
+
}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<Scheme
|
|
3
|
+
LastUpgradeVersion = "2650"
|
|
4
|
+
version = "1.7">
|
|
5
|
+
<BuildAction
|
|
6
|
+
parallelizeBuildables = "YES"
|
|
7
|
+
buildImplicitDependencies = "YES">
|
|
8
|
+
<BuildActionEntries>
|
|
9
|
+
<BuildActionEntry
|
|
10
|
+
buildForTesting = "YES"
|
|
11
|
+
buildForRunning = "YES"
|
|
12
|
+
buildForProfiling = "NO"
|
|
13
|
+
buildForArchiving = "NO"
|
|
14
|
+
buildForAnalyzing = "YES">
|
|
15
|
+
<BuildableReference
|
|
16
|
+
BuildableIdentifier = "primary"
|
|
17
|
+
BlueprintIdentifier = "000000000000000000000010"
|
|
18
|
+
BuildableName = "AsturIOSAgentHost.app"
|
|
19
|
+
BlueprintName = "AsturIOSAgentHost"
|
|
20
|
+
ReferencedContainer = "container:AsturIOSAgent.xcodeproj">
|
|
21
|
+
</BuildableReference>
|
|
22
|
+
</BuildActionEntry>
|
|
23
|
+
<BuildActionEntry
|
|
24
|
+
buildForTesting = "YES"
|
|
25
|
+
buildForRunning = "NO"
|
|
26
|
+
buildForProfiling = "NO"
|
|
27
|
+
buildForArchiving = "NO"
|
|
28
|
+
buildForAnalyzing = "YES">
|
|
29
|
+
<BuildableReference
|
|
30
|
+
BuildableIdentifier = "primary"
|
|
31
|
+
BlueprintIdentifier = "000000000000000000000011"
|
|
32
|
+
BuildableName = "AsturIOSAgentUITests.xctest"
|
|
33
|
+
BlueprintName = "AsturIOSAgentUITests"
|
|
34
|
+
ReferencedContainer = "container:AsturIOSAgent.xcodeproj">
|
|
35
|
+
</BuildableReference>
|
|
36
|
+
</BuildActionEntry>
|
|
37
|
+
</BuildActionEntries>
|
|
38
|
+
</BuildAction>
|
|
39
|
+
<TestAction
|
|
40
|
+
buildConfiguration = "Debug"
|
|
41
|
+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
42
|
+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
43
|
+
shouldUseLaunchSchemeArgsEnv = "YES">
|
|
44
|
+
<Testables>
|
|
45
|
+
<TestableReference
|
|
46
|
+
skipped = "NO">
|
|
47
|
+
<BuildableReference
|
|
48
|
+
BuildableIdentifier = "primary"
|
|
49
|
+
BlueprintIdentifier = "000000000000000000000011"
|
|
50
|
+
BuildableName = "AsturIOSAgentUITests.xctest"
|
|
51
|
+
BlueprintName = "AsturIOSAgentUITests"
|
|
52
|
+
ReferencedContainer = "container:AsturIOSAgent.xcodeproj">
|
|
53
|
+
</BuildableReference>
|
|
54
|
+
</TestableReference>
|
|
55
|
+
</Testables>
|
|
56
|
+
<MacroExpansion>
|
|
57
|
+
<BuildableReference
|
|
58
|
+
BuildableIdentifier = "primary"
|
|
59
|
+
BlueprintIdentifier = "000000000000000000000010"
|
|
60
|
+
BuildableName = "AsturIOSAgentHost.app"
|
|
61
|
+
BlueprintName = "AsturIOSAgentHost"
|
|
62
|
+
ReferencedContainer = "container:AsturIOSAgent.xcodeproj">
|
|
63
|
+
</BuildableReference>
|
|
64
|
+
</MacroExpansion>
|
|
65
|
+
<EnvironmentVariables>
|
|
66
|
+
<EnvironmentVariable
|
|
67
|
+
key = "ASTUR_AUT_BUNDLE_ID"
|
|
68
|
+
value = "$(ASTUR_AUT_BUNDLE_ID)"
|
|
69
|
+
isEnabled = "YES">
|
|
70
|
+
</EnvironmentVariable>
|
|
71
|
+
<EnvironmentVariable
|
|
72
|
+
key = "ASTUR_AUT_LAUNCH"
|
|
73
|
+
value = "$(ASTUR_AUT_LAUNCH)"
|
|
74
|
+
isEnabled = "YES">
|
|
75
|
+
</EnvironmentVariable>
|
|
76
|
+
<EnvironmentVariable
|
|
77
|
+
key = "ASTUR_IOS_AGENT_BRIDGE_URL"
|
|
78
|
+
value = "$(ASTUR_IOS_AGENT_BRIDGE_URL)"
|
|
79
|
+
isEnabled = "YES">
|
|
80
|
+
</EnvironmentVariable>
|
|
81
|
+
<EnvironmentVariable
|
|
82
|
+
key = "ASTUR_IOS_AGENT_PORT"
|
|
83
|
+
value = "$(ASTUR_IOS_AGENT_PORT)"
|
|
84
|
+
isEnabled = "YES">
|
|
85
|
+
</EnvironmentVariable>
|
|
86
|
+
</EnvironmentVariables>
|
|
87
|
+
</TestAction>
|
|
88
|
+
<LaunchAction
|
|
89
|
+
buildConfiguration = "Debug"
|
|
90
|
+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
91
|
+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
92
|
+
launchStyle = "0"
|
|
93
|
+
useCustomWorkingDirectory = "NO"
|
|
94
|
+
ignoresPersistentStateOnLaunch = "NO"
|
|
95
|
+
debugDocumentVersioning = "YES"
|
|
96
|
+
debugServiceExtension = "internal"
|
|
97
|
+
allowLocationSimulation = "YES">
|
|
98
|
+
<BuildableProductRunnable
|
|
99
|
+
runnableDebuggingMode = "0">
|
|
100
|
+
<BuildableReference
|
|
101
|
+
BuildableIdentifier = "primary"
|
|
102
|
+
BlueprintIdentifier = "000000000000000000000010"
|
|
103
|
+
BuildableName = "AsturIOSAgentHost.app"
|
|
104
|
+
BlueprintName = "AsturIOSAgentHost"
|
|
105
|
+
ReferencedContainer = "container:AsturIOSAgent.xcodeproj">
|
|
106
|
+
</BuildableReference>
|
|
107
|
+
</BuildableProductRunnable>
|
|
108
|
+
</LaunchAction>
|
|
109
|
+
<ProfileAction
|
|
110
|
+
buildConfiguration = "Release"
|
|
111
|
+
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
112
|
+
savedToolIdentifier = ""
|
|
113
|
+
useCustomWorkingDirectory = "NO"
|
|
114
|
+
debugDocumentVersioning = "YES">
|
|
115
|
+
<BuildableProductRunnable
|
|
116
|
+
runnableDebuggingMode = "0">
|
|
117
|
+
<BuildableReference
|
|
118
|
+
BuildableIdentifier = "primary"
|
|
119
|
+
BlueprintIdentifier = "000000000000000000000010"
|
|
120
|
+
BuildableName = "AsturIOSAgentHost.app"
|
|
121
|
+
BlueprintName = "AsturIOSAgentHost"
|
|
122
|
+
ReferencedContainer = "container:AsturIOSAgent.xcodeproj">
|
|
123
|
+
</BuildableReference>
|
|
124
|
+
</BuildableProductRunnable>
|
|
125
|
+
</ProfileAction>
|
|
126
|
+
<AnalyzeAction
|
|
127
|
+
buildConfiguration = "Debug">
|
|
128
|
+
</AnalyzeAction>
|
|
129
|
+
<ArchiveAction
|
|
130
|
+
buildConfiguration = "Release"
|
|
131
|
+
revealArchiveInOrganizer = "YES">
|
|
132
|
+
</ArchiveAction>
|
|
133
|
+
</Scheme>
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import UIKit
|
|
2
|
+
|
|
3
|
+
@main
|
|
4
|
+
final class AppDelegate: UIResponder, UIApplicationDelegate {
|
|
5
|
+
var window: UIWindow?
|
|
6
|
+
|
|
7
|
+
func application(
|
|
8
|
+
_ application: UIApplication,
|
|
9
|
+
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
|
|
10
|
+
) -> Bool {
|
|
11
|
+
let window = UIWindow(frame: UIScreen.main.bounds)
|
|
12
|
+
let controller = UIViewController()
|
|
13
|
+
controller.view.backgroundColor = UIColor(red: 245.0 / 255.0, green: 248.0 / 255.0, blue: 255.0 / 255.0, alpha: 1)
|
|
14
|
+
|
|
15
|
+
let card = UIView()
|
|
16
|
+
card.translatesAutoresizingMaskIntoConstraints = false
|
|
17
|
+
card.backgroundColor = .white
|
|
18
|
+
card.layer.cornerRadius = 28
|
|
19
|
+
card.layer.shadowColor = UIColor.black.cgColor
|
|
20
|
+
card.layer.shadowOpacity = 0.08
|
|
21
|
+
card.layer.shadowRadius = 28
|
|
22
|
+
card.layer.shadowOffset = CGSize(width: 0, height: 18)
|
|
23
|
+
|
|
24
|
+
let badge = UIView()
|
|
25
|
+
badge.translatesAutoresizingMaskIntoConstraints = false
|
|
26
|
+
badge.backgroundColor = UIColor(red: 18.0 / 255.0, green: 41.0 / 255.0, blue: 78.0 / 255.0, alpha: 1)
|
|
27
|
+
badge.layer.cornerRadius = 34
|
|
28
|
+
|
|
29
|
+
let badgeLabel = UILabel()
|
|
30
|
+
badgeLabel.translatesAutoresizingMaskIntoConstraints = false
|
|
31
|
+
badgeLabel.text = "A"
|
|
32
|
+
badgeLabel.font = UIFont.systemFont(ofSize: 34, weight: .bold)
|
|
33
|
+
badgeLabel.textColor = .white
|
|
34
|
+
badge.addSubview(badgeLabel)
|
|
35
|
+
|
|
36
|
+
let titleLabel = UILabel()
|
|
37
|
+
titleLabel.translatesAutoresizingMaskIntoConstraints = false
|
|
38
|
+
titleLabel.text = "Astur"
|
|
39
|
+
titleLabel.font = UIFont.systemFont(ofSize: 34, weight: .bold)
|
|
40
|
+
titleLabel.textColor = UIColor(red: 18.0 / 255.0, green: 41.0 / 255.0, blue: 78.0 / 255.0, alpha: 1)
|
|
41
|
+
|
|
42
|
+
let subtitleLabel = UILabel()
|
|
43
|
+
subtitleLabel.translatesAutoresizingMaskIntoConstraints = false
|
|
44
|
+
subtitleLabel.text = "iOS Agent Host"
|
|
45
|
+
subtitleLabel.font = UIFont.systemFont(ofSize: 20, weight: .semibold)
|
|
46
|
+
subtitleLabel.textColor = UIColor(red: 24.0 / 255.0, green: 54.0 / 255.0, blue: 102.0 / 255.0, alpha: 1)
|
|
47
|
+
|
|
48
|
+
let versionLabel = UILabel()
|
|
49
|
+
versionLabel.translatesAutoresizingMaskIntoConstraints = false
|
|
50
|
+
let version = Bundle.main.object(forInfoDictionaryKey: "CFBundleShortVersionString") as? String ?? "1.0"
|
|
51
|
+
let build = Bundle.main.object(forInfoDictionaryKey: "CFBundleVersion") as? String ?? "1"
|
|
52
|
+
versionLabel.text = "Version \(version) (\(build))"
|
|
53
|
+
versionLabel.font = UIFont.monospacedSystemFont(ofSize: 14, weight: .medium)
|
|
54
|
+
versionLabel.textColor = UIColor(red: 75.0 / 255.0, green: 94.0 / 255.0, blue: 126.0 / 255.0, alpha: 1)
|
|
55
|
+
|
|
56
|
+
let bodyLabel = UILabel()
|
|
57
|
+
bodyLabel.translatesAutoresizingMaskIntoConstraints = false
|
|
58
|
+
bodyLabel.numberOfLines = 0
|
|
59
|
+
bodyLabel.textAlignment = .center
|
|
60
|
+
bodyLabel.text = "This bundled host app keeps the Astur XCUITest bridge alive for simulator codegen sessions. Install and launch your simulator-built .app to inspect your own app instead."
|
|
61
|
+
bodyLabel.font = UIFont.systemFont(ofSize: 16, weight: .regular)
|
|
62
|
+
bodyLabel.textColor = UIColor(red: 75.0 / 255.0, green: 94.0 / 255.0, blue: 126.0 / 255.0, alpha: 1)
|
|
63
|
+
|
|
64
|
+
let noteLabel = UILabel()
|
|
65
|
+
noteLabel.translatesAutoresizingMaskIntoConstraints = false
|
|
66
|
+
noteLabel.numberOfLines = 0
|
|
67
|
+
noteLabel.textAlignment = .center
|
|
68
|
+
noteLabel.text = "Astur Inspector can upload Android .apk, real-device iOS .ipa, and simulator-built .app bundles from the Controls panel."
|
|
69
|
+
noteLabel.font = UIFont.systemFont(ofSize: 14, weight: .medium)
|
|
70
|
+
noteLabel.textColor = UIColor(red: 24.0 / 255.0, green: 54.0 / 255.0, blue: 102.0 / 255.0, alpha: 1)
|
|
71
|
+
|
|
72
|
+
let stack = UIStackView(arrangedSubviews: [badge, titleLabel, subtitleLabel, versionLabel, bodyLabel, noteLabel])
|
|
73
|
+
stack.translatesAutoresizingMaskIntoConstraints = false
|
|
74
|
+
stack.axis = .vertical
|
|
75
|
+
stack.alignment = .center
|
|
76
|
+
stack.spacing = 14
|
|
77
|
+
|
|
78
|
+
card.addSubview(stack)
|
|
79
|
+
controller.view.addSubview(card)
|
|
80
|
+
|
|
81
|
+
NSLayoutConstraint.activate([
|
|
82
|
+
badge.widthAnchor.constraint(equalToConstant: 68),
|
|
83
|
+
badge.heightAnchor.constraint(equalToConstant: 68),
|
|
84
|
+
badgeLabel.centerXAnchor.constraint(equalTo: badge.centerXAnchor),
|
|
85
|
+
badgeLabel.centerYAnchor.constraint(equalTo: badge.centerYAnchor),
|
|
86
|
+
|
|
87
|
+
card.leadingAnchor.constraint(equalTo: controller.view.safeAreaLayoutGuide.leadingAnchor, constant: 28),
|
|
88
|
+
card.trailingAnchor.constraint(equalTo: controller.view.safeAreaLayoutGuide.trailingAnchor, constant: -28),
|
|
89
|
+
card.centerYAnchor.constraint(equalTo: controller.view.centerYAnchor),
|
|
90
|
+
|
|
91
|
+
stack.topAnchor.constraint(equalTo: card.topAnchor, constant: 32),
|
|
92
|
+
stack.leadingAnchor.constraint(equalTo: card.leadingAnchor, constant: 24),
|
|
93
|
+
stack.trailingAnchor.constraint(equalTo: card.trailingAnchor, constant: -24),
|
|
94
|
+
stack.bottomAnchor.constraint(equalTo: card.bottomAnchor, constant: -32),
|
|
95
|
+
|
|
96
|
+
bodyLabel.widthAnchor.constraint(lessThanOrEqualToConstant: 420),
|
|
97
|
+
noteLabel.widthAnchor.constraint(lessThanOrEqualToConstant: 420)
|
|
98
|
+
])
|
|
99
|
+
|
|
100
|
+
window.rootViewController = controller
|
|
101
|
+
window.makeKeyAndVisible()
|
|
102
|
+
self.window = window
|
|
103
|
+
return true
|
|
104
|
+
}
|
|
105
|
+
}
|