|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + C0274BC1261ABDAC00D67214 /* HotkeyConfigTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0274BC0261ABDAC00D67214 /* HotkeyConfigTests.swift */; }; |
| 11 | + C0274BDC261C068100D67214 /* TestConfigs in Resources */ = {isa = PBXBuildFile; fileRef = C0274BDB261C068100D67214 /* TestConfigs */; }; |
10 | 12 | C05B608225DDBC1200B0CECC /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = C05B608125DDBC1200B0CECC /* Notifications.swift */; };
|
11 | 13 | C05B608725DF28F100B0CECC /* UserDefaults+AnykeySettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = C05B608625DF28F100B0CECC /* UserDefaults+AnykeySettings.swift */; };
|
12 | 14 | C05B609025E5B21200B0CECC /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = C05B608F25E5B21200B0CECC /* README.md */; };
|
|
23 | 25 | C0E386B925D60D3D006D9B7D /* FileWatcher in Frameworks */ = {isa = PBXBuildFile; productRef = C0E386B825D60D3D006D9B7D /* FileWatcher */; };
|
24 | 26 | /* End PBXBuildFile section */
|
25 | 27 |
|
| 28 | +/* Begin PBXContainerItemProxy section */ |
| 29 | + C0274BB7261ABD6A00D67214 /* PBXContainerItemProxy */ = { |
| 30 | + isa = PBXContainerItemProxy; |
| 31 | + containerPortal = C0E3866525D1E60F006D9B7D /* Project object */; |
| 32 | + proxyType = 1; |
| 33 | + remoteGlobalIDString = C0E3866C25D1E60F006D9B7D; |
| 34 | + remoteInfo = Anykey; |
| 35 | + }; |
| 36 | +/* End PBXContainerItemProxy section */ |
| 37 | + |
26 | 38 | /* Begin PBXFileReference section */
|
| 39 | + C0274BB2261ABD6A00D67214 /* AnykeyUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AnykeyUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 40 | + C0274BB6261ABD6A00D67214 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 41 | + C0274BC0261ABDAC00D67214 /* HotkeyConfigTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HotkeyConfigTests.swift; sourceTree = "<group>"; }; |
| 42 | + C0274BDB261C068100D67214 /* TestConfigs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = TestConfigs; sourceTree = "<group>"; }; |
27 | 43 | C05B608125DDBC1200B0CECC /* Notifications.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Notifications.swift; sourceTree = "<group>"; };
|
28 | 44 | C05B608625DF28F100B0CECC /* UserDefaults+AnykeySettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserDefaults+AnykeySettings.swift"; sourceTree = "<group>"; };
|
29 | 45 | C05B608F25E5B21200B0CECC /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
|
|
42 | 58 | /* End PBXFileReference section */
|
43 | 59 |
|
44 | 60 | /* Begin PBXFrameworksBuildPhase section */
|
| 61 | + C0274BAF261ABD6A00D67214 /* Frameworks */ = { |
| 62 | + isa = PBXFrameworksBuildPhase; |
| 63 | + buildActionMask = 2147483647; |
| 64 | + files = ( |
| 65 | + ); |
| 66 | + runOnlyForDeploymentPostprocessing = 0; |
| 67 | + }; |
45 | 68 | C0E3866A25D1E60F006D9B7D /* Frameworks */ = {
|
46 | 69 | isa = PBXFrameworksBuildPhase;
|
47 | 70 | buildActionMask = 2147483647;
|
|
54 | 77 | /* End PBXFrameworksBuildPhase section */
|
55 | 78 |
|
56 | 79 | /* Begin PBXGroup section */
|
| 80 | + C0274BB3261ABD6A00D67214 /* AnykeyUnitTests */ = { |
| 81 | + isa = PBXGroup; |
| 82 | + children = ( |
| 83 | + C0274BDB261C068100D67214 /* TestConfigs */, |
| 84 | + C0274BB6261ABD6A00D67214 /* Info.plist */, |
| 85 | + C0274BC0261ABDAC00D67214 /* HotkeyConfigTests.swift */, |
| 86 | + ); |
| 87 | + path = AnykeyUnitTests; |
| 88 | + sourceTree = "<group>"; |
| 89 | + }; |
57 | 90 | C0E3866425D1E60F006D9B7D = {
|
58 | 91 | isa = PBXGroup;
|
59 | 92 | children = (
|
60 | 93 | C0E3866F25D1E60F006D9B7D /* Anykey */,
|
| 94 | + C0274BB3261ABD6A00D67214 /* AnykeyUnitTests */, |
61 | 95 | C0E3866E25D1E60F006D9B7D /* Products */,
|
62 | 96 | );
|
63 | 97 | sourceTree = "<group>";
|
|
66 | 100 | isa = PBXGroup;
|
67 | 101 | children = (
|
68 | 102 | C0E3866D25D1E60F006D9B7D /* Anykey.app */,
|
| 103 | + C0274BB2261ABD6A00D67214 /* AnykeyUnitTests.xctest */, |
69 | 104 | );
|
70 | 105 | name = Products;
|
71 | 106 | sourceTree = "<group>";
|
|
102 | 137 | /* End PBXGroup section */
|
103 | 138 |
|
104 | 139 | /* Begin PBXNativeTarget section */
|
| 140 | + C0274BB1261ABD6A00D67214 /* AnykeyUnitTests */ = { |
| 141 | + isa = PBXNativeTarget; |
| 142 | + buildConfigurationList = C0274BBB261ABD6A00D67214 /* Build configuration list for PBXNativeTarget "AnykeyUnitTests" */; |
| 143 | + buildPhases = ( |
| 144 | + C0274BAE261ABD6A00D67214 /* Sources */, |
| 145 | + C0274BAF261ABD6A00D67214 /* Frameworks */, |
| 146 | + C0274BB0261ABD6A00D67214 /* Resources */, |
| 147 | + ); |
| 148 | + buildRules = ( |
| 149 | + ); |
| 150 | + dependencies = ( |
| 151 | + C0274BB8261ABD6A00D67214 /* PBXTargetDependency */, |
| 152 | + ); |
| 153 | + name = AnykeyUnitTests; |
| 154 | + productName = AnykeyUnitTests; |
| 155 | + productReference = C0274BB2261ABD6A00D67214 /* AnykeyUnitTests.xctest */; |
| 156 | + productType = "com.apple.product-type.bundle.unit-test"; |
| 157 | + }; |
105 | 158 | C0E3866C25D1E60F006D9B7D /* Anykey */ = {
|
106 | 159 | isa = PBXNativeTarget;
|
107 | 160 | buildConfigurationList = C0E3868025D1E611006D9B7D /* Build configuration list for PBXNativeTarget "Anykey" */;
|
|
132 | 185 | LastSwiftUpdateCheck = 1240;
|
133 | 186 | LastUpgradeCheck = 1240;
|
134 | 187 | TargetAttributes = {
|
| 188 | + C0274BB1261ABD6A00D67214 = { |
| 189 | + CreatedOnToolsVersion = 12.4; |
| 190 | + LastSwiftMigration = 1240; |
| 191 | + TestTargetID = C0E3866C25D1E60F006D9B7D; |
| 192 | + }; |
135 | 193 | C0E3866C25D1E60F006D9B7D = {
|
136 | 194 | CreatedOnToolsVersion = 12.4;
|
137 | 195 | };
|
|
155 | 213 | projectRoot = "";
|
156 | 214 | targets = (
|
157 | 215 | C0E3866C25D1E60F006D9B7D /* Anykey */,
|
| 216 | + C0274BB1261ABD6A00D67214 /* AnykeyUnitTests */, |
158 | 217 | );
|
159 | 218 | };
|
160 | 219 | /* End PBXProject section */
|
161 | 220 |
|
162 | 221 | /* Begin PBXResourcesBuildPhase section */
|
| 222 | + C0274BB0261ABD6A00D67214 /* Resources */ = { |
| 223 | + isa = PBXResourcesBuildPhase; |
| 224 | + buildActionMask = 2147483647; |
| 225 | + files = ( |
| 226 | + C0274BDC261C068100D67214 /* TestConfigs in Resources */, |
| 227 | + ); |
| 228 | + runOnlyForDeploymentPostprocessing = 0; |
| 229 | + }; |
163 | 230 | C0E3866B25D1E60F006D9B7D /* Resources */ = {
|
164 | 231 | isa = PBXResourcesBuildPhase;
|
165 | 232 | buildActionMask = 2147483647;
|
|
175 | 242 | /* End PBXResourcesBuildPhase section */
|
176 | 243 |
|
177 | 244 | /* Begin PBXSourcesBuildPhase section */
|
| 245 | + C0274BAE261ABD6A00D67214 /* Sources */ = { |
| 246 | + isa = PBXSourcesBuildPhase; |
| 247 | + buildActionMask = 2147483647; |
| 248 | + files = ( |
| 249 | + C0274BC1261ABDAC00D67214 /* HotkeyConfigTests.swift in Sources */, |
| 250 | + ); |
| 251 | + runOnlyForDeploymentPostprocessing = 0; |
| 252 | + }; |
178 | 253 | C0E3866925D1E60F006D9B7D /* Sources */ = {
|
179 | 254 | isa = PBXSourcesBuildPhase;
|
180 | 255 | buildActionMask = 2147483647;
|
|
191 | 266 | };
|
192 | 267 | /* End PBXSourcesBuildPhase section */
|
193 | 268 |
|
| 269 | +/* Begin PBXTargetDependency section */ |
| 270 | + C0274BB8261ABD6A00D67214 /* PBXTargetDependency */ = { |
| 271 | + isa = PBXTargetDependency; |
| 272 | + target = C0E3866C25D1E60F006D9B7D /* Anykey */; |
| 273 | + targetProxy = C0274BB7261ABD6A00D67214 /* PBXContainerItemProxy */; |
| 274 | + }; |
| 275 | +/* End PBXTargetDependency section */ |
| 276 | + |
194 | 277 | /* Begin XCBuildConfiguration section */
|
| 278 | + C0274BB9261ABD6A00D67214 /* Debug */ = { |
| 279 | + isa = XCBuildConfiguration; |
| 280 | + buildSettings = { |
| 281 | + BUNDLE_LOADER = "$(TEST_HOST)"; |
| 282 | + CLANG_ENABLE_MODULES = YES; |
| 283 | + CODE_SIGN_IDENTITY = "-"; |
| 284 | + CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES; |
| 285 | + CODE_SIGN_STYLE = Automatic; |
| 286 | + COMBINE_HIDPI_IMAGES = YES; |
| 287 | + INFOPLIST_FILE = AnykeyUnitTests/Info.plist; |
| 288 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 289 | + "$(inherited)", |
| 290 | + "@executable_path/../Frameworks", |
| 291 | + "@loader_path/../Frameworks", |
| 292 | + ); |
| 293 | + MACOSX_DEPLOYMENT_TARGET = 11.1; |
| 294 | + OTHER_CODE_SIGN_FLAGS = ""; |
| 295 | + PRODUCT_BUNDLE_IDENTIFIER = com.temochka.AnykeyUnitTests; |
| 296 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 297 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
| 298 | + SWIFT_VERSION = 5.0; |
| 299 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Anykey.app/Contents/MacOS/Anykey"; |
| 300 | + }; |
| 301 | + name = Debug; |
| 302 | + }; |
| 303 | + C0274BBA261ABD6A00D67214 /* Release */ = { |
| 304 | + isa = XCBuildConfiguration; |
| 305 | + buildSettings = { |
| 306 | + BUNDLE_LOADER = "$(TEST_HOST)"; |
| 307 | + CLANG_ENABLE_MODULES = YES; |
| 308 | + CODE_SIGN_IDENTITY = "-"; |
| 309 | + CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES; |
| 310 | + CODE_SIGN_STYLE = Automatic; |
| 311 | + COMBINE_HIDPI_IMAGES = YES; |
| 312 | + INFOPLIST_FILE = AnykeyUnitTests/Info.plist; |
| 313 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 314 | + "$(inherited)", |
| 315 | + "@executable_path/../Frameworks", |
| 316 | + "@loader_path/../Frameworks", |
| 317 | + ); |
| 318 | + MACOSX_DEPLOYMENT_TARGET = 11.1; |
| 319 | + OTHER_CODE_SIGN_FLAGS = ""; |
| 320 | + PRODUCT_BUNDLE_IDENTIFIER = com.temochka.AnykeyUnitTests; |
| 321 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 322 | + SWIFT_VERSION = 5.0; |
| 323 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Anykey.app/Contents/MacOS/Anykey"; |
| 324 | + }; |
| 325 | + name = Release; |
| 326 | + }; |
195 | 327 | C0E3867E25D1E611006D9B7D /* Debug */ = {
|
196 | 328 | isa = XCBuildConfiguration;
|
197 | 329 | buildSettings = {
|
|
358 | 490 | /* End XCBuildConfiguration section */
|
359 | 491 |
|
360 | 492 | /* Begin XCConfigurationList section */
|
| 493 | + C0274BBB261ABD6A00D67214 /* Build configuration list for PBXNativeTarget "AnykeyUnitTests" */ = { |
| 494 | + isa = XCConfigurationList; |
| 495 | + buildConfigurations = ( |
| 496 | + C0274BB9261ABD6A00D67214 /* Debug */, |
| 497 | + C0274BBA261ABD6A00D67214 /* Release */, |
| 498 | + ); |
| 499 | + defaultConfigurationIsVisible = 0; |
| 500 | + defaultConfigurationName = Release; |
| 501 | + }; |
361 | 502 | C0E3866825D1E60F006D9B7D /* Build configuration list for PBXProject "Anykey" */ = {
|
362 | 503 | isa = XCConfigurationList;
|
363 | 504 | buildConfigurations = (
|
|
0 commit comments