driftx 0.1.1 → 0.1.3
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 +216 -0
- package/dist/bin.js +834 -81
- package/dist/bin.js.map +1 -1
- package/driftx-plugin/skills/driftx/SKILL.md +281 -27
- package/ios-companion/DriftxCompanion/DriftxCompanionApp.swift +10 -0
- package/ios-companion/DriftxCompanion/Info.plist +22 -0
- package/ios-companion/DriftxCompanion.xcodeproj/project.pbxproj +376 -0
- package/ios-companion/DriftxCompanion.xcodeproj/xcshareddata/xcschemes/DriftxCompanionUITests.xcscheme +109 -0
- package/ios-companion/DriftxCompanionUITests/CompanionServer.swift +176 -0
- package/ios-companion/DriftxCompanionUITests/DriftxCompanionUITests.swift +15 -0
- package/ios-companion/DriftxCompanionUITests/HierarchyEndpoint.swift +140 -0
- package/ios-companion/DriftxCompanionUITests/Info.plist +22 -0
- package/ios-companion/DriftxCompanionUITests/InteractionEndpoint.swift +142 -0
- package/ios-companion/DriftxCompanionUITests/Router.swift +47 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanion.app/DriftxCompanion +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanion.app/DriftxCompanion.debug.dylib +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanion.app/Info.plist +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanion.app/PkgInfo +1 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanion.app/__preview.dylib +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/DriftxCompanionUITests-Runner +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/Testing.framework/Info.plist +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/Testing.framework/Testing +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/Testing.framework/_CodeSignature/CodeResources +168 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/Testing.framework/version.plist +18 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCTAutomationSupport.framework/Info.plist +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCTAutomationSupport.framework/XCTAutomationSupport +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCTAutomationSupport.framework/_CodeSignature/CodeResources +113 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCTAutomationSupport.framework/version.plist +18 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCTest.framework/Info.plist +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCTest.framework/XCTest +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCTest.framework/_CodeSignature/CodeResources +817 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCTest.framework/version.plist +18 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCTestCore.framework/Info.plist +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCTestCore.framework/XCTestCore +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCTestCore.framework/_CodeSignature/CodeResources +113 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCTestCore.framework/version.plist +18 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCTestSupport.framework/Info.plist +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCTestSupport.framework/XCTestSupport +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCTestSupport.framework/_CodeSignature/CodeResources +113 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCTestSupport.framework/version.plist +18 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCUIAutomation.framework/Info.plist +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCUIAutomation.framework/XCUIAutomation +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCUIAutomation.framework/_CodeSignature/CodeResources +432 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCUIAutomation.framework/version.plist +18 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCUnit.framework/Info.plist +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCUnit.framework/XCUnit +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCUnit.framework/_CodeSignature/CodeResources +113 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/XCUnit.framework/version.plist +18 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Frameworks/libXCTestSwiftSupport.dylib +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Info.plist +254 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/PkgInfo +1 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/PlugIns/DriftxCompanionUITests.xctest/DriftxCompanionUITests +0 -0
- package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/PlugIns/DriftxCompanionUITests.xctest/Info.plist +0 -0
- package/ios-companion/prebuilt/DriftxCompanionUITests.xctestrun +135 -0
- package/ios-companion/prebuilt/build-info.json +6 -0
- package/package.json +14 -3
package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/Info.plist
ADDED
|
@@ -0,0 +1,254 @@
|
|
|
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>BuildMachineOSBuild</key>
|
|
6
|
+
<string>23A344014</string>
|
|
7
|
+
<key>CFBundleAllowMixedLocalizations</key>
|
|
8
|
+
<true/>
|
|
9
|
+
<key>CFBundleDevelopmentRegion</key>
|
|
10
|
+
<string>en</string>
|
|
11
|
+
<key>CFBundleExecutable</key>
|
|
12
|
+
<string>DriftxCompanionUITests-Runner</string>
|
|
13
|
+
<key>CFBundleIdentifier</key>
|
|
14
|
+
<string>com.driftx.companion.uitests.xctrunner</string>
|
|
15
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
16
|
+
<string>6.0</string>
|
|
17
|
+
<key>CFBundleName</key>
|
|
18
|
+
<string>DriftxCompanionUITests-Runner</string>
|
|
19
|
+
<key>CFBundlePackageType</key>
|
|
20
|
+
<string>APPL</string>
|
|
21
|
+
<key>CFBundleShortVersionString</key>
|
|
22
|
+
<string>1.0</string>
|
|
23
|
+
<key>CFBundleSignature</key>
|
|
24
|
+
<string>????</string>
|
|
25
|
+
<key>CFBundleSupportedPlatforms</key>
|
|
26
|
+
<array>
|
|
27
|
+
<string>iPhoneSimulator</string>
|
|
28
|
+
</array>
|
|
29
|
+
<key>CFBundleVersion</key>
|
|
30
|
+
<string>1</string>
|
|
31
|
+
<key>DTCompiler</key>
|
|
32
|
+
<string>com.apple.compilers.llvm.clang.1_0</string>
|
|
33
|
+
<key>DTPlatformBuild</key>
|
|
34
|
+
<string>23A293</string>
|
|
35
|
+
<key>DTPlatformName</key>
|
|
36
|
+
<string>iphonesimulator</string>
|
|
37
|
+
<key>DTPlatformVersion</key>
|
|
38
|
+
<string>26.0</string>
|
|
39
|
+
<key>DTSDKBuild</key>
|
|
40
|
+
<string>23A293</string>
|
|
41
|
+
<key>DTSDKName</key>
|
|
42
|
+
<string>iphonesimulator26.0.internal</string>
|
|
43
|
+
<key>DTXcode</key>
|
|
44
|
+
<string>2600</string>
|
|
45
|
+
<key>DTXcodeBuild</key>
|
|
46
|
+
<string>UNKNOWN</string>
|
|
47
|
+
<key>LSRequiresIPhoneOS</key>
|
|
48
|
+
<true/>
|
|
49
|
+
<key>MinimumOSVersion</key>
|
|
50
|
+
<string>13.0</string>
|
|
51
|
+
<key>NFCReaderUsageDescription</key>
|
|
52
|
+
<string>Access is necessary for automated testing.</string>
|
|
53
|
+
<key>NSAppTransportSecurity</key>
|
|
54
|
+
<dict>
|
|
55
|
+
<key>NSAllowsArbitraryLoads</key>
|
|
56
|
+
<true/>
|
|
57
|
+
</dict>
|
|
58
|
+
<key>NSAppleMusicUsageDescription</key>
|
|
59
|
+
<string>Access is necessary for automated testing.</string>
|
|
60
|
+
<key>NSBluetoothAlwaysUsageDescription</key>
|
|
61
|
+
<string>Access is necessary for automated testing.</string>
|
|
62
|
+
<key>NSBluetoothPeripheralUsageDescription</key>
|
|
63
|
+
<string>Access is necessary for automated testing.</string>
|
|
64
|
+
<key>NSCalendarsUsageDescription</key>
|
|
65
|
+
<string>Access is necessary for automated testing.</string>
|
|
66
|
+
<key>NSCameraUsageDescription</key>
|
|
67
|
+
<string>Access is necessary for automated testing.</string>
|
|
68
|
+
<key>NSContactsUsageDescription</key>
|
|
69
|
+
<string>Access is necessary for automated testing.</string>
|
|
70
|
+
<key>NSFaceIDUsageDescription</key>
|
|
71
|
+
<string>Access is necessary for automated testing.</string>
|
|
72
|
+
<key>NSHealthClinicalHealthRecordsShareUsageDescription</key>
|
|
73
|
+
<string>Access is necessary for automated testing.</string>
|
|
74
|
+
<key>NSHealthShareUsageDescription</key>
|
|
75
|
+
<string>Access is necessary for automated testing.</string>
|
|
76
|
+
<key>NSHealthUpdateUsageDescription</key>
|
|
77
|
+
<string>Access is necessary for automated testing.</string>
|
|
78
|
+
<key>NSHomeKitUsageDescription</key>
|
|
79
|
+
<string>Access is necessary for automated testing.</string>
|
|
80
|
+
<key>NSLocalNetworkUsageDescription</key>
|
|
81
|
+
<string>Access is necessary for automated testing.</string>
|
|
82
|
+
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
|
83
|
+
<string>Access is necessary for automated testing.</string>
|
|
84
|
+
<key>NSLocationDefaultAccuracyReduced</key>
|
|
85
|
+
<string>Access is necessary for automated testing.</string>
|
|
86
|
+
<key>NSLocationWhenInUseUsageDescription</key>
|
|
87
|
+
<string>Access is necessary for automated testing.</string>
|
|
88
|
+
<key>NSMicrophoneUsageDescription</key>
|
|
89
|
+
<string>Access is necessary for automated testing.</string>
|
|
90
|
+
<key>NSMotionUsageDescription</key>
|
|
91
|
+
<string>Access is necessary for automated testing.</string>
|
|
92
|
+
<key>NSPhotoLibraryUsageDescription</key>
|
|
93
|
+
<string>Access is necessary for automated testing.</string>
|
|
94
|
+
<key>NSRemindersUsageDescription</key>
|
|
95
|
+
<string>Access is necessary for automated testing.</string>
|
|
96
|
+
<key>NSSensorKitPrivacyPolicyURL</key>
|
|
97
|
+
<string>https:\/\/www.apple.com/legal/privacy/en-ww/</string>
|
|
98
|
+
<key>NSSensorKitUsageDescription</key>
|
|
99
|
+
<string>Access is necessary for automated testing.</string>
|
|
100
|
+
<key>NSSensorKitUsageDetail</key>
|
|
101
|
+
<dict>
|
|
102
|
+
<key>SRSensorUsageAmbientLightSensor</key>
|
|
103
|
+
<dict>
|
|
104
|
+
<key>Description</key>
|
|
105
|
+
<string>DESCRIPTION_SRSensorUsageAmbientLightSensor</string>
|
|
106
|
+
</dict>
|
|
107
|
+
<key>SRSensorUsageDeviceUsage</key>
|
|
108
|
+
<dict>
|
|
109
|
+
<key>Description</key>
|
|
110
|
+
<string>DESCRIPTION_SRSensorUsageDeviceUsage</string>
|
|
111
|
+
</dict>
|
|
112
|
+
<key>SRSensorUsageECG</key>
|
|
113
|
+
<dict>
|
|
114
|
+
<key>Description</key>
|
|
115
|
+
<string>DESCRIPTION_SRSensorUsageECG</string>
|
|
116
|
+
</dict>
|
|
117
|
+
<key>SRSensorUsageElevation</key>
|
|
118
|
+
<dict>
|
|
119
|
+
<key>Description</key>
|
|
120
|
+
<string>DESCRIPTION_SRSensorUsageElevation</string>
|
|
121
|
+
</dict>
|
|
122
|
+
<key>SRSensorUsageFacialMetrics</key>
|
|
123
|
+
<dict>
|
|
124
|
+
<key>Description</key>
|
|
125
|
+
<string>DESCRIPTION_SRSensorUsageFacialMetrics</string>
|
|
126
|
+
</dict>
|
|
127
|
+
<key>SRSensorUsageFallStatistics</key>
|
|
128
|
+
<dict>
|
|
129
|
+
<key>Description</key>
|
|
130
|
+
<string>DESCRIPTION_SRSensorUsageFallStatistics</string>
|
|
131
|
+
</dict>
|
|
132
|
+
<key>SRSensorUsageHeartRate</key>
|
|
133
|
+
<dict>
|
|
134
|
+
<key>Description</key>
|
|
135
|
+
<string>DESCRIPTION_SRSensorUsageHeartRate</string>
|
|
136
|
+
</dict>
|
|
137
|
+
<key>SRSensorUsageKeyboardMetrics</key>
|
|
138
|
+
<dict>
|
|
139
|
+
<key>Description</key>
|
|
140
|
+
<string>DESCRIPTION_SRSensorUsageKeyboardMetrics</string>
|
|
141
|
+
</dict>
|
|
142
|
+
<key>SRSensorUsageMessageUsage</key>
|
|
143
|
+
<dict>
|
|
144
|
+
<key>Description</key>
|
|
145
|
+
<string>DESCRIPTION_SRSensorUsageMessageUsage</string>
|
|
146
|
+
</dict>
|
|
147
|
+
<key>SRSensorUsageMotion</key>
|
|
148
|
+
<dict>
|
|
149
|
+
<key>Description</key>
|
|
150
|
+
<string>DESCRIPTION_SRSensorUsageMotion</string>
|
|
151
|
+
<key>Required</key>
|
|
152
|
+
<true/>
|
|
153
|
+
</dict>
|
|
154
|
+
<key>SRSensorUsageMotionAlarms</key>
|
|
155
|
+
<dict>
|
|
156
|
+
<key>Description</key>
|
|
157
|
+
<string>DESCRIPTION_SRSensorUsageMotionAlarms</string>
|
|
158
|
+
</dict>
|
|
159
|
+
<key>SRSensorUsageOdometer</key>
|
|
160
|
+
<dict>
|
|
161
|
+
<key>Description</key>
|
|
162
|
+
<string>DESCRIPTION_SRSensorUsageOdometer</string>
|
|
163
|
+
</dict>
|
|
164
|
+
<key>SRSensorUsageOnWristDetailedState</key>
|
|
165
|
+
<dict>
|
|
166
|
+
<key>Description</key>
|
|
167
|
+
<string>DESCRIPTION_SRSensorIdentifierOnWristDetailedState</string>
|
|
168
|
+
</dict>
|
|
169
|
+
<key>SRSensorUsagePedometer</key>
|
|
170
|
+
<dict>
|
|
171
|
+
<key>Description</key>
|
|
172
|
+
<string>DESCRIPTION_SRSensorUsagePedometer</string>
|
|
173
|
+
</dict>
|
|
174
|
+
<key>SRSensorUsagePhoneUsage</key>
|
|
175
|
+
<dict>
|
|
176
|
+
<key>Description</key>
|
|
177
|
+
<string>DESCRIPTION_SRSensorUsagePhoneUsage</string>
|
|
178
|
+
</dict>
|
|
179
|
+
<key>SRSensorUsageSpeechMetrics</key>
|
|
180
|
+
<dict>
|
|
181
|
+
<key>Description</key>
|
|
182
|
+
<string>DESCRIPTION_SRSensorUsageSpeechMetrics</string>
|
|
183
|
+
</dict>
|
|
184
|
+
<key>SRSensorUsageStrideCalibration</key>
|
|
185
|
+
<dict>
|
|
186
|
+
<key>Description</key>
|
|
187
|
+
<string>DESCRIPTION_SRSensorUsageStrideCalibration</string>
|
|
188
|
+
</dict>
|
|
189
|
+
<key>SRSensorUsageVisits</key>
|
|
190
|
+
<dict>
|
|
191
|
+
<key>Description</key>
|
|
192
|
+
<string>DESCRIPTION_SRSensorUsageVisits</string>
|
|
193
|
+
</dict>
|
|
194
|
+
<key>SRSensorUsageWristDetection</key>
|
|
195
|
+
<dict>
|
|
196
|
+
<key>Description</key>
|
|
197
|
+
<string>DESCRIPTION_SRSensorUsageWristDetection</string>
|
|
198
|
+
</dict>
|
|
199
|
+
</dict>
|
|
200
|
+
<key>NSSiriUsageDescription</key>
|
|
201
|
+
<string>Access is necessary for automated testing.</string>
|
|
202
|
+
<key>NSSpeechRecognitionUsageDescription</key>
|
|
203
|
+
<string>Access is necessary for automated testing.</string>
|
|
204
|
+
<key>NSUserTrackingUsageDescription</key>
|
|
205
|
+
<string>Access is necessary for automated testing.</string>
|
|
206
|
+
<key>NSVideoSubscriberAccountUsageDescription</key>
|
|
207
|
+
<string>Access is necessary for automated testing.</string>
|
|
208
|
+
<key>SBIsLaunchableDuringSetup</key>
|
|
209
|
+
<true/>
|
|
210
|
+
<key>UIApplicationSceneManifest</key>
|
|
211
|
+
<dict>
|
|
212
|
+
<key>UIApplicationSupportsMultipleScenes</key>
|
|
213
|
+
<false/>
|
|
214
|
+
<key>UISceneConfigurations</key>
|
|
215
|
+
<dict>
|
|
216
|
+
<key>UIWindowSceneSessionRoleApplication</key>
|
|
217
|
+
<array>
|
|
218
|
+
<dict>
|
|
219
|
+
<key>UISceneConfigurationName</key>
|
|
220
|
+
<string>Default Configuration</string>
|
|
221
|
+
<key>UISceneDelegateClassName</key>
|
|
222
|
+
<string>_XCTRunnerAppDelegate</string>
|
|
223
|
+
</dict>
|
|
224
|
+
</array>
|
|
225
|
+
</dict>
|
|
226
|
+
</dict>
|
|
227
|
+
<key>UIBackgroundModes</key>
|
|
228
|
+
<array>
|
|
229
|
+
<string>continuous</string>
|
|
230
|
+
</array>
|
|
231
|
+
<key>UIDeviceFamily</key>
|
|
232
|
+
<array>
|
|
233
|
+
<integer>1</integer>
|
|
234
|
+
<integer>2</integer>
|
|
235
|
+
</array>
|
|
236
|
+
<key>UIRequiredDeviceCapabilities</key>
|
|
237
|
+
<array>
|
|
238
|
+
<string>armv7</string>
|
|
239
|
+
</array>
|
|
240
|
+
<key>UISupportedInterfaceOrientations</key>
|
|
241
|
+
<array>
|
|
242
|
+
<string>UIInterfaceOrientationPortrait</string>
|
|
243
|
+
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
244
|
+
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
245
|
+
</array>
|
|
246
|
+
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
247
|
+
<array>
|
|
248
|
+
<string>UIInterfaceOrientationPortrait</string>
|
|
249
|
+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
250
|
+
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
251
|
+
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
252
|
+
</array>
|
|
253
|
+
</dict>
|
|
254
|
+
</plist>
|
package/ios-companion/prebuilt/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/PkgInfo
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
APPL????
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,135 @@
|
|
|
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>DriftxCompanionUITests</key>
|
|
6
|
+
<dict>
|
|
7
|
+
<key>BlueprintName</key>
|
|
8
|
+
<string>DriftxCompanionUITests</string>
|
|
9
|
+
<key>BlueprintProviderName</key>
|
|
10
|
+
<string>DriftxCompanion</string>
|
|
11
|
+
<key>BlueprintProviderRelativePath</key>
|
|
12
|
+
<string>DriftxCompanion.xcodeproj</string>
|
|
13
|
+
<key>BundleIdentifiersForCrashReportEmphasis</key>
|
|
14
|
+
<array>
|
|
15
|
+
<string>com.driftx.companion</string>
|
|
16
|
+
<string>com.driftx.companion.uitests</string>
|
|
17
|
+
</array>
|
|
18
|
+
<key>CommandLineArguments</key>
|
|
19
|
+
<array/>
|
|
20
|
+
<key>DefaultTestExecutionTimeAllowance</key>
|
|
21
|
+
<integer>600</integer>
|
|
22
|
+
<key>DependentProductPaths</key>
|
|
23
|
+
<array>
|
|
24
|
+
<string>__TESTROOT__/Debug-iphonesimulator/DriftxCompanion.app</string>
|
|
25
|
+
<string>__TESTROOT__/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app</string>
|
|
26
|
+
<string>__TESTROOT__/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app/PlugIns/DriftxCompanionUITests.xctest</string>
|
|
27
|
+
</array>
|
|
28
|
+
<key>DiagnosticCollectionPolicy</key>
|
|
29
|
+
<integer>1</integer>
|
|
30
|
+
<key>EnvironmentVariables</key>
|
|
31
|
+
<dict>
|
|
32
|
+
<key>APP_DISTRIBUTOR_ID_OVERRIDE</key>
|
|
33
|
+
<string>com.apple.AppStore</string>
|
|
34
|
+
<key>DYLD_INSERT_LIBRARIES</key>
|
|
35
|
+
<string>/usr/lib/libRPAC.dylib</string>
|
|
36
|
+
<key>OS_ACTIVITY_DT_MODE</key>
|
|
37
|
+
<string>YES</string>
|
|
38
|
+
<key>PERFC_ENABLE_EXTENDED_DIAGNOSTIC_FORMAT</key>
|
|
39
|
+
<string>1</string>
|
|
40
|
+
<key>PERFC_ENABLE_PROFILE_MODE</key>
|
|
41
|
+
<string>1</string>
|
|
42
|
+
<key>PERFC_RESET_INSERT_LIBRARIES</key>
|
|
43
|
+
<string>1</string>
|
|
44
|
+
<key>PERFC_SUPPRESS_SYSTEM_REPORTS</key>
|
|
45
|
+
<string>1</string>
|
|
46
|
+
<key>SQLITE_ENABLE_THREAD_ASSERTIONS</key>
|
|
47
|
+
<string>1</string>
|
|
48
|
+
<key>TERM</key>
|
|
49
|
+
<string>dumb</string>
|
|
50
|
+
</dict>
|
|
51
|
+
<key>IsUITestBundle</key>
|
|
52
|
+
<true/>
|
|
53
|
+
<key>IsXCTRunnerHostedTestBundle</key>
|
|
54
|
+
<true/>
|
|
55
|
+
<key>PreferredScreenCaptureFormat</key>
|
|
56
|
+
<string>screenRecording</string>
|
|
57
|
+
<key>ProductModuleName</key>
|
|
58
|
+
<string>DriftxCompanionUITests</string>
|
|
59
|
+
<key>RunOrder</key>
|
|
60
|
+
<integer>0</integer>
|
|
61
|
+
<key>SystemAttachmentLifetime</key>
|
|
62
|
+
<string>deleteOnSuccess</string>
|
|
63
|
+
<key>TestBundlePath</key>
|
|
64
|
+
<string>__TESTHOST__/PlugIns/DriftxCompanionUITests.xctest</string>
|
|
65
|
+
<key>TestHostBundleIdentifier</key>
|
|
66
|
+
<string>com.driftx.companion.uitests.xctrunner</string>
|
|
67
|
+
<key>TestHostPath</key>
|
|
68
|
+
<string>__TESTROOT__/Debug-iphonesimulator/DriftxCompanionUITests-Runner.app</string>
|
|
69
|
+
<key>TestLanguage</key>
|
|
70
|
+
<string></string>
|
|
71
|
+
<key>TestRegion</key>
|
|
72
|
+
<string></string>
|
|
73
|
+
<key>TestTimeoutsEnabled</key>
|
|
74
|
+
<false/>
|
|
75
|
+
<key>TestingEnvironmentVariables</key>
|
|
76
|
+
<dict>
|
|
77
|
+
<key>DYLD_FRAMEWORK_PATH</key>
|
|
78
|
+
<string>__TESTROOT__/Debug-iphonesimulator:__PLATFORMS__/iPhoneSimulator.platform/Developer/Library/Frameworks</string>
|
|
79
|
+
<key>DYLD_INSERT_LIBRARIES</key>
|
|
80
|
+
<string>/usr/lib/libRPAC.dylib</string>
|
|
81
|
+
<key>DYLD_LIBRARY_PATH</key>
|
|
82
|
+
<string>__TESTROOT__/Debug-iphonesimulator:__PLATFORMS__/iPhoneSimulator.platform/Developer/usr/lib</string>
|
|
83
|
+
<key>PERFC_SUPPRESS_SYSTEM_REPORTS</key>
|
|
84
|
+
<string>1</string>
|
|
85
|
+
<key>XCODE_SCHEME_NAME</key>
|
|
86
|
+
<string>DriftxCompanionUITests</string>
|
|
87
|
+
<key>__XCODE_BUILT_PRODUCTS_DIR_PATHS</key>
|
|
88
|
+
<string>__TESTROOT__/Debug-iphonesimulator</string>
|
|
89
|
+
<key>__XPC_DYLD_FRAMEWORK_PATH</key>
|
|
90
|
+
<string>__TESTROOT__/Debug-iphonesimulator</string>
|
|
91
|
+
<key>__XPC_DYLD_LIBRARY_PATH</key>
|
|
92
|
+
<string>__TESTROOT__/Debug-iphonesimulator</string>
|
|
93
|
+
</dict>
|
|
94
|
+
<key>ToolchainsSettingValue</key>
|
|
95
|
+
<array/>
|
|
96
|
+
<key>UITargetAppCommandLineArguments</key>
|
|
97
|
+
<array/>
|
|
98
|
+
<key>UITargetAppEnvironmentVariables</key>
|
|
99
|
+
<dict>
|
|
100
|
+
<key>APP_DISTRIBUTOR_ID_OVERRIDE</key>
|
|
101
|
+
<string>com.apple.AppStore</string>
|
|
102
|
+
<key>DYLD_FRAMEWORK_PATH</key>
|
|
103
|
+
<string>__TESTROOT__/Debug-iphonesimulator</string>
|
|
104
|
+
<key>DYLD_LIBRARY_PATH</key>
|
|
105
|
+
<string>__TESTROOT__/Debug-iphonesimulator</string>
|
|
106
|
+
<key>XCODE_SCHEME_NAME</key>
|
|
107
|
+
<string>DriftxCompanionUITests</string>
|
|
108
|
+
<key>__XCODE_BUILT_PRODUCTS_DIR_PATHS</key>
|
|
109
|
+
<string>__TESTROOT__/Debug-iphonesimulator</string>
|
|
110
|
+
<key>__XPC_DYLD_FRAMEWORK_PATH</key>
|
|
111
|
+
<string>__TESTROOT__/Debug-iphonesimulator</string>
|
|
112
|
+
<key>__XPC_DYLD_LIBRARY_PATH</key>
|
|
113
|
+
<string>__TESTROOT__/Debug-iphonesimulator</string>
|
|
114
|
+
</dict>
|
|
115
|
+
<key>UITargetAppPath</key>
|
|
116
|
+
<string>__TESTROOT__/Debug-iphonesimulator/DriftxCompanion.app</string>
|
|
117
|
+
<key>UITargetAppPerformanceAntipatternCheckerEnabled</key>
|
|
118
|
+
<true/>
|
|
119
|
+
<key>UserAttachmentLifetime</key>
|
|
120
|
+
<string>deleteOnSuccess</string>
|
|
121
|
+
</dict>
|
|
122
|
+
<key>__xctestrun_metadata__</key>
|
|
123
|
+
<dict>
|
|
124
|
+
<key>ContainerInfo</key>
|
|
125
|
+
<dict>
|
|
126
|
+
<key>ContainerName</key>
|
|
127
|
+
<string>DriftxCompanion</string>
|
|
128
|
+
<key>SchemeName</key>
|
|
129
|
+
<string>DriftxCompanionUITests</string>
|
|
130
|
+
</dict>
|
|
131
|
+
<key>FormatVersion</key>
|
|
132
|
+
<integer>1</integer>
|
|
133
|
+
</dict>
|
|
134
|
+
</dict>
|
|
135
|
+
</plist>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "driftx",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Visual diff tool for mobile development — Android, iOS, and React Native",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/bin.js",
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"dist",
|
|
12
|
-
"driftx-plugin"
|
|
12
|
+
"driftx-plugin",
|
|
13
|
+
"ios-companion"
|
|
13
14
|
],
|
|
14
15
|
"scripts": {
|
|
15
16
|
"build": "tsup",
|
|
@@ -18,7 +19,9 @@
|
|
|
18
19
|
"test:watch": "vitest",
|
|
19
20
|
"test:coverage": "vitest run --coverage",
|
|
20
21
|
"test:device": "DRIFTX_DEVICE_TESTS=1 vitest run test/device/",
|
|
21
|
-
"lint": "tsc --noEmit"
|
|
22
|
+
"lint": "tsc --noEmit",
|
|
23
|
+
"build:ios": "bash scripts/build-ios-companion.sh",
|
|
24
|
+
"prepublishOnly": "bash scripts/verify-prebuilt.sh"
|
|
22
25
|
},
|
|
23
26
|
"keywords": [
|
|
24
27
|
"react-native",
|
|
@@ -31,6 +34,14 @@
|
|
|
31
34
|
"testing"
|
|
32
35
|
],
|
|
33
36
|
"license": "MIT",
|
|
37
|
+
"repository": {
|
|
38
|
+
"type": "git",
|
|
39
|
+
"url": "https://github.com/nomanr/driftx.git"
|
|
40
|
+
},
|
|
41
|
+
"homepage": "https://driftx.nomanr.com",
|
|
42
|
+
"bugs": {
|
|
43
|
+
"url": "https://github.com/nomanr/driftx/issues"
|
|
44
|
+
},
|
|
34
45
|
"engines": {
|
|
35
46
|
"node": ">=18"
|
|
36
47
|
},
|