|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 275BCA7B1C57C9F800FF3647 /* KeyboardHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 275BCA7A1C57C9F800FF3647 /* KeyboardHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
11 | 10 | 275BCA821C57C9F800FF3647 /* KeyboardHelper.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 275BCA771C57C9F800FF3647 /* KeyboardHelper.framework */; };
|
12 |
| - 275BCA871C57C9F800FF3647 /* KeyboardHelperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275BCA861C57C9F800FF3647 /* KeyboardHelperTests.swift */; }; |
13 |
| - 275BCA931C57CA0000FF3647 /* NOKeyboardHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 275BCA911C57CA0000FF3647 /* NOKeyboardHelper.h */; }; |
14 |
| - 275BCA941C57CA0000FF3647 /* NOKeyboardHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 275BCA921C57CA0000FF3647 /* NOKeyboardHelper.m */; }; |
| 11 | + 82B793861C6495D000AB8A48 /* KeyboardAppearanceInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82B793811C6495D000AB8A48 /* KeyboardAppearanceInfo.swift */; }; |
| 12 | + 82B793871C6495D000AB8A48 /* KeyboardHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82B793821C6495D000AB8A48 /* KeyboardHelper.swift */; }; |
| 13 | + 82B793891C6495D000AB8A48 /* KeyboardHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 82B793851C6495D000AB8A48 /* KeyboardHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 14 | + 82B793941C64996E00AB8A48 /* KeyboardAppearanceInfoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82B793911C64996E00AB8A48 /* KeyboardAppearanceInfoTests.swift */; }; |
| 15 | + 82B793951C64996E00AB8A48 /* KeyboardHelperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82B793921C64996E00AB8A48 /* KeyboardHelperTests.swift */; }; |
15 | 16 | /* End PBXBuildFile section */
|
16 | 17 |
|
17 | 18 | /* Begin PBXContainerItemProxy section */
|
|
26 | 27 |
|
27 | 28 | /* Begin PBXFileReference section */
|
28 | 29 | 275BCA771C57C9F800FF3647 /* KeyboardHelper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = KeyboardHelper.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
29 |
| - 275BCA7A1C57C9F800FF3647 /* KeyboardHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KeyboardHelper.h; sourceTree = "<group>"; }; |
30 |
| - 275BCA7C1C57C9F800FF3647 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
31 | 30 | 275BCA811C57C9F800FF3647 /* KeyboardHelperTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = KeyboardHelperTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
32 |
| - 275BCA861C57C9F800FF3647 /* KeyboardHelperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardHelperTests.swift; sourceTree = "<group>"; }; |
33 |
| - 275BCA881C57C9F800FF3647 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
34 |
| - 275BCA911C57CA0000FF3647 /* NOKeyboardHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NOKeyboardHelper.h; sourceTree = "<group>"; }; |
35 |
| - 275BCA921C57CA0000FF3647 /* NOKeyboardHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NOKeyboardHelper.m; sourceTree = "<group>"; }; |
| 31 | + 82B793811C6495D000AB8A48 /* KeyboardAppearanceInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeyboardAppearanceInfo.swift; sourceTree = "<group>"; }; |
| 32 | + 82B793821C6495D000AB8A48 /* KeyboardHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeyboardHelper.swift; sourceTree = "<group>"; }; |
| 33 | + 82B793841C6495D000AB8A48 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 34 | + 82B793851C6495D000AB8A48 /* KeyboardHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KeyboardHelper.h; sourceTree = "<group>"; }; |
| 35 | + 82B7938F1C64996E00AB8A48 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 36 | + 82B793911C64996E00AB8A48 /* KeyboardAppearanceInfoTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeyboardAppearanceInfoTests.swift; sourceTree = "<group>"; }; |
| 37 | + 82B793921C64996E00AB8A48 /* KeyboardHelperTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeyboardHelperTests.swift; sourceTree = "<group>"; }; |
36 | 38 | /* End PBXFileReference section */
|
37 | 39 |
|
38 | 40 | /* Begin PBXFrameworksBuildPhase section */
|
|
75 | 77 | 275BCA791C57C9F800FF3647 /* KeyboardHelper */ = {
|
76 | 78 | isa = PBXGroup;
|
77 | 79 | children = (
|
78 |
| - 275BCA911C57CA0000FF3647 /* NOKeyboardHelper.h */, |
79 |
| - 275BCA921C57CA0000FF3647 /* NOKeyboardHelper.m */, |
80 |
| - 275BCA7A1C57C9F800FF3647 /* KeyboardHelper.h */, |
81 |
| - 275BCA7C1C57C9F800FF3647 /* Info.plist */, |
| 80 | + 82B793801C6495D000AB8A48 /* Classes */, |
| 81 | + 82B793831C6495D000AB8A48 /* Supporting Files */, |
82 | 82 | );
|
83 | 83 | path = KeyboardHelper;
|
84 | 84 | sourceTree = "<group>";
|
85 | 85 | };
|
86 | 86 | 275BCA851C57C9F800FF3647 /* KeyboardHelperTests */ = {
|
87 | 87 | isa = PBXGroup;
|
88 | 88 | children = (
|
89 |
| - 275BCA861C57C9F800FF3647 /* KeyboardHelperTests.swift */, |
90 |
| - 275BCA881C57C9F800FF3647 /* Info.plist */, |
| 89 | + 82B793901C64996E00AB8A48 /* Tests */, |
| 90 | + 82B7938E1C64996E00AB8A48 /* Supporting Files */, |
91 | 91 | );
|
92 | 92 | path = KeyboardHelperTests;
|
93 | 93 | sourceTree = "<group>";
|
94 | 94 | };
|
| 95 | + 82B793801C6495D000AB8A48 /* Classes */ = { |
| 96 | + isa = PBXGroup; |
| 97 | + children = ( |
| 98 | + 82B793811C6495D000AB8A48 /* KeyboardAppearanceInfo.swift */, |
| 99 | + 82B793821C6495D000AB8A48 /* KeyboardHelper.swift */, |
| 100 | + ); |
| 101 | + path = Classes; |
| 102 | + sourceTree = "<group>"; |
| 103 | + }; |
| 104 | + 82B793831C6495D000AB8A48 /* Supporting Files */ = { |
| 105 | + isa = PBXGroup; |
| 106 | + children = ( |
| 107 | + 82B793841C6495D000AB8A48 /* Info.plist */, |
| 108 | + 82B793851C6495D000AB8A48 /* KeyboardHelper.h */, |
| 109 | + ); |
| 110 | + path = "Supporting Files"; |
| 111 | + sourceTree = "<group>"; |
| 112 | + }; |
| 113 | + 82B7938E1C64996E00AB8A48 /* Supporting Files */ = { |
| 114 | + isa = PBXGroup; |
| 115 | + children = ( |
| 116 | + 82B7938F1C64996E00AB8A48 /* Info.plist */, |
| 117 | + ); |
| 118 | + path = "Supporting Files"; |
| 119 | + sourceTree = "<group>"; |
| 120 | + }; |
| 121 | + 82B793901C64996E00AB8A48 /* Tests */ = { |
| 122 | + isa = PBXGroup; |
| 123 | + children = ( |
| 124 | + 82B793911C64996E00AB8A48 /* KeyboardAppearanceInfoTests.swift */, |
| 125 | + 82B793921C64996E00AB8A48 /* KeyboardHelperTests.swift */, |
| 126 | + ); |
| 127 | + path = Tests; |
| 128 | + sourceTree = "<group>"; |
| 129 | + }; |
95 | 130 | /* End PBXGroup section */
|
96 | 131 |
|
97 | 132 | /* Begin PBXHeadersBuildPhase section */
|
98 | 133 | 275BCA741C57C9F800FF3647 /* Headers */ = {
|
99 | 134 | isa = PBXHeadersBuildPhase;
|
100 | 135 | buildActionMask = 2147483647;
|
101 | 136 | files = (
|
102 |
| - 275BCA931C57CA0000FF3647 /* NOKeyboardHelper.h in Headers */, |
103 |
| - 275BCA7B1C57C9F800FF3647 /* KeyboardHelper.h in Headers */, |
| 137 | + 82B793891C6495D000AB8A48 /* KeyboardHelper.h in Headers */, |
104 | 138 | );
|
105 | 139 | runOnlyForDeploymentPostprocessing = 0;
|
106 | 140 | };
|
|
201 | 235 | isa = PBXSourcesBuildPhase;
|
202 | 236 | buildActionMask = 2147483647;
|
203 | 237 | files = (
|
204 |
| - 275BCA941C57CA0000FF3647 /* NOKeyboardHelper.m in Sources */, |
| 238 | + 82B793871C6495D000AB8A48 /* KeyboardHelper.swift in Sources */, |
| 239 | + 82B793861C6495D000AB8A48 /* KeyboardAppearanceInfo.swift in Sources */, |
205 | 240 | );
|
206 | 241 | runOnlyForDeploymentPostprocessing = 0;
|
207 | 242 | };
|
208 | 243 | 275BCA7D1C57C9F800FF3647 /* Sources */ = {
|
209 | 244 | isa = PBXSourcesBuildPhase;
|
210 | 245 | buildActionMask = 2147483647;
|
211 | 246 | files = (
|
212 |
| - 275BCA871C57C9F800FF3647 /* KeyboardHelperTests.swift in Sources */, |
| 247 | + 82B793951C64996E00AB8A48 /* KeyboardHelperTests.swift in Sources */, |
| 248 | + 82B793941C64996E00AB8A48 /* KeyboardAppearanceInfoTests.swift in Sources */, |
213 | 249 | );
|
214 | 250 | runOnlyForDeploymentPostprocessing = 0;
|
215 | 251 | };
|
|
241 | 277 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
242 | 278 | CLANG_WARN_UNREACHABLE_CODE = YES;
|
243 | 279 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
244 |
| - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
245 | 280 | COPY_PHASE_STRIP = NO;
|
246 | 281 | CURRENT_PROJECT_VERSION = 1;
|
247 | 282 | DEBUG_INFORMATION_FORMAT = dwarf;
|
|
261 | 296 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
262 | 297 | GCC_WARN_UNUSED_FUNCTION = YES;
|
263 | 298 | GCC_WARN_UNUSED_VARIABLE = YES;
|
264 |
| - IPHONEOS_DEPLOYMENT_TARGET = 9.2; |
| 299 | + IPHONEOS_DEPLOYMENT_TARGET = 8.1; |
265 | 300 | MTL_ENABLE_DEBUG_INFO = YES;
|
266 | 301 | ONLY_ACTIVE_ARCH = YES;
|
267 | 302 | SDKROOT = iphoneos;
|
|
289 | 324 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
290 | 325 | CLANG_WARN_UNREACHABLE_CODE = YES;
|
291 | 326 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
292 |
| - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
293 | 327 | COPY_PHASE_STRIP = NO;
|
294 | 328 | CURRENT_PROJECT_VERSION = 1;
|
295 | 329 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
303 | 337 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
304 | 338 | GCC_WARN_UNUSED_FUNCTION = YES;
|
305 | 339 | GCC_WARN_UNUSED_VARIABLE = YES;
|
306 |
| - IPHONEOS_DEPLOYMENT_TARGET = 9.2; |
| 340 | + IPHONEOS_DEPLOYMENT_TARGET = 8.1; |
307 | 341 | MTL_ENABLE_DEBUG_INFO = NO;
|
308 | 342 | SDKROOT = iphoneos;
|
309 | 343 | TARGETED_DEVICE_FAMILY = "1,2";
|
|
320 | 354 | DYLIB_COMPATIBILITY_VERSION = 1;
|
321 | 355 | DYLIB_CURRENT_VERSION = 1;
|
322 | 356 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
323 |
| - INFOPLIST_FILE = KeyboardHelper/Info.plist; |
| 357 | + INFOPLIST_FILE = "$(SRCROOT)/KeyboardHelper/Supporting Files/Info.plist"; |
324 | 358 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
| 359 | + IPHONEOS_DEPLOYMENT_TARGET = 8.1; |
325 | 360 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
326 | 361 | PRODUCT_BUNDLE_IDENTIFIER = com.nodes.KeyboardHelper;
|
327 | 362 | PRODUCT_NAME = "$(TARGET_NAME)";
|
328 | 363 | SKIP_INSTALL = YES;
|
| 364 | + SWIFT_OBJC_INTERFACE_HEADER_NAME = "$(SWIFT_MODULE_NAME)-Swift.h"; |
| 365 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
329 | 366 | };
|
330 | 367 | name = Debug;
|
331 | 368 | };
|
|
336 | 373 | DYLIB_COMPATIBILITY_VERSION = 1;
|
337 | 374 | DYLIB_CURRENT_VERSION = 1;
|
338 | 375 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
339 |
| - INFOPLIST_FILE = KeyboardHelper/Info.plist; |
| 376 | + INFOPLIST_FILE = "$(SRCROOT)/KeyboardHelper/Supporting Files/Info.plist"; |
340 | 377 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
| 378 | + IPHONEOS_DEPLOYMENT_TARGET = 8.1; |
341 | 379 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
342 | 380 | PRODUCT_BUNDLE_IDENTIFIER = com.nodes.KeyboardHelper;
|
343 | 381 | PRODUCT_NAME = "$(TARGET_NAME)";
|
344 | 382 | SKIP_INSTALL = YES;
|
| 383 | + SWIFT_OBJC_INTERFACE_HEADER_NAME = "$(SWIFT_MODULE_NAME)-Swift.h"; |
345 | 384 | };
|
346 | 385 | name = Release;
|
347 | 386 | };
|
348 | 387 | 275BCA8F1C57C9F800FF3647 /* Debug */ = {
|
349 | 388 | isa = XCBuildConfiguration;
|
350 | 389 | buildSettings = {
|
351 |
| - INFOPLIST_FILE = KeyboardHelperTests/Info.plist; |
| 390 | + INFOPLIST_FILE = "KeyboardHelperTests/Supporting Files/Info.plist"; |
352 | 391 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
353 | 392 | PRODUCT_BUNDLE_IDENTIFIER = com.nodes.KeyboardHelperTests;
|
354 | 393 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
358 | 397 | 275BCA901C57C9F800FF3647 /* Release */ = {
|
359 | 398 | isa = XCBuildConfiguration;
|
360 | 399 | buildSettings = {
|
361 |
| - INFOPLIST_FILE = KeyboardHelperTests/Info.plist; |
| 400 | + INFOPLIST_FILE = "KeyboardHelperTests/Supporting Files/Info.plist"; |
362 | 401 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
363 | 402 | PRODUCT_BUNDLE_IDENTIFIER = com.nodes.KeyboardHelperTests;
|
364 | 403 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
384 | 423 | 275BCA8D1C57C9F800FF3647 /* Release */,
|
385 | 424 | );
|
386 | 425 | defaultConfigurationIsVisible = 0;
|
| 426 | + defaultConfigurationName = Release; |
387 | 427 | };
|
388 | 428 | 275BCA8E1C57C9F800FF3647 /* Build configuration list for PBXNativeTarget "KeyboardHelperTests" */ = {
|
389 | 429 | isa = XCConfigurationList;
|
|
392 | 432 | 275BCA901C57C9F800FF3647 /* Release */,
|
393 | 433 | );
|
394 | 434 | defaultConfigurationIsVisible = 0;
|
| 435 | + defaultConfigurationName = Release; |
395 | 436 | };
|
396 | 437 | /* End XCConfigurationList section */
|
397 | 438 | };
|
|
0 commit comments