|
17 | 17 | CA90372222D8C94C00D4C86F /* fxl-spread-two.html in Resources */ = {isa = PBXBuildFile; fileRef = CA90372022D8C94C00D4C86F /* fxl-spread-two.html */; }; |
18 | 18 | CA94292122BCF97700305CDB /* Static in Resources */ = {isa = PBXBuildFile; fileRef = CA94292022BCF97700305CDB /* Static */; }; |
19 | 19 | CA94293022BD2D2F00305CDB /* Scripts in Resources */ = {isa = PBXBuildFile; fileRef = CA94292F22BD2D2F00305CDB /* Scripts */; }; |
| 20 | + CAAABA9B24D695E5004A4466 /* TargetAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAAABA9A24D695E5004A4466 /* TargetAction.swift */; }; |
20 | 21 | CAB9086B22492D4C00711C3F /* Navigator.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAB9086A22492D4C00711C3F /* Navigator.swift */; }; |
21 | 22 | CAC2A6D72292E4BA000AA2A7 /* WebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAC2A6D62292E4BA000AA2A7 /* WebView.swift */; }; |
22 | 23 | CACE84F82254BE5F00E19E8B /* PDFDocumentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACE84F72254BE5F00E19E8B /* PDFDocumentView.swift */; }; |
|
28 | 29 | CAEACA222272EFBD00476340 /* ImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAEACA212272EFBD00476340 /* ImageViewController.swift */; }; |
29 | 30 | CAF1E3F122DC98C200E807EA /* EPUBSpread.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF1E3F022DC98C200E807EA /* EPUBSpread.swift */; }; |
30 | 31 | CAF1E3F522DF23F400E807EA /* PaginationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF1E3F422DF23F400E807EA /* PaginationView.swift */; }; |
| 32 | + CAFB017724D48FC2006B074C /* PDFTapGestureController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAFB017624D48FC2006B074C /* PDFTapGestureController.swift */; }; |
31 | 33 | F341C2711F506ED5005E6758 /* UserSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = F341C2701F506ED5005E6758 /* UserSettings.swift */; }; |
32 | 34 | F3E7D3D41F4D83B000DF166D /* r2-navigator-swift.h in Headers */ = {isa = PBXBuildFile; fileRef = F3E7D3C61F4D83B000DF166D /* r2-navigator-swift.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
33 | 35 | F3E7D3E21F4D84A000DF166D /* EPUBNavigatorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3E7D3E11F4D84A000DF166D /* EPUBNavigatorViewController.swift */; }; |
|
46 | 48 | CA90372022D8C94C00D4C86F /* fxl-spread-two.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "fxl-spread-two.html"; sourceTree = "<group>"; }; |
47 | 49 | CA94292022BCF97700305CDB /* Static */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Static; sourceTree = "<group>"; }; |
48 | 50 | CA94292F22BD2D2F00305CDB /* Scripts */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Scripts; sourceTree = "<group>"; }; |
| 51 | + CAAABA9A24D695E5004A4466 /* TargetAction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TargetAction.swift; sourceTree = "<group>"; }; |
49 | 52 | CAB9086A22492D4C00711C3F /* Navigator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Navigator.swift; sourceTree = "<group>"; }; |
50 | 53 | CAC2A6D62292E4BA000AA2A7 /* WebView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebView.swift; sourceTree = "<group>"; }; |
51 | 54 | CACE84F72254BE5F00E19E8B /* PDFDocumentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PDFDocumentView.swift; sourceTree = "<group>"; }; |
|
57 | 60 | CAEACA212272EFBD00476340 /* ImageViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageViewController.swift; sourceTree = "<group>"; }; |
58 | 61 | CAF1E3F022DC98C200E807EA /* EPUBSpread.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EPUBSpread.swift; sourceTree = "<group>"; }; |
59 | 62 | CAF1E3F422DF23F400E807EA /* PaginationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaginationView.swift; sourceTree = "<group>"; }; |
| 63 | + CAFB017624D48FC2006B074C /* PDFTapGestureController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PDFTapGestureController.swift; sourceTree = "<group>"; }; |
60 | 64 | F341C2701F506ED5005E6758 /* UserSettings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserSettings.swift; sourceTree = "<group>"; }; |
61 | 65 | F3E7D3C31F4D83B000DF166D /* R2Navigator.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = R2Navigator.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
62 | 66 | F3E7D3C61F4D83B000DF166D /* r2-navigator-swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "r2-navigator-swift.h"; sourceTree = "<group>"; }; |
|
85 | 89 | children = ( |
86 | 90 | CA0B3AC2222EE555006D9363 /* PDFNavigatorViewController.swift */, |
87 | 91 | CACE84F72254BE5F00E19E8B /* PDFDocumentView.swift */, |
| 92 | + CAFB017624D48FC2006B074C /* PDFTapGestureController.swift */, |
88 | 93 | ); |
89 | 94 | path = PDF; |
90 | 95 | sourceTree = "<group>"; |
91 | 96 | }; |
92 | 97 | CA479DC1226493390053445E /* Toolkit */ = { |
93 | 98 | isa = PBXGroup; |
94 | 99 | children = ( |
| 100 | + CA1E4F4A240037E6009C4DE3 /* CompletionList.swift */, |
| 101 | + CAF1E3F422DF23F400E807EA /* PaginationView.swift */, |
| 102 | + CAD178B522B3B553004E6812 /* R2NavigatorLocalizedString.swift */, |
| 103 | + CAAABA9A24D695E5004A4466 /* TargetAction.swift */, |
95 | 104 | CA479DC2226493570053445E /* UIView.swift */, |
96 | 105 | CA479DC42264AEA20053445E /* UIColor.swift */, |
97 | | - CAF1E3F422DF23F400E807EA /* PaginationView.swift */, |
98 | 106 | CAC2A6D62292E4BA000AA2A7 /* WebView.swift */, |
99 | | - CAD178B522B3B553004E6812 /* R2NavigatorLocalizedString.swift */, |
100 | | - CA1E4F4A240037E6009C4DE3 /* CompletionList.swift */, |
101 | 107 | ); |
102 | 108 | path = Toolkit; |
103 | 109 | sourceTree = "<group>"; |
|
251 | 257 | hasScannedForEncodings = 0; |
252 | 258 | knownRegions = ( |
253 | 259 | en, |
| 260 | + Base, |
254 | 261 | ); |
255 | 262 | mainGroup = F3E7D3B91F4D83B000DF166D; |
256 | 263 | productRefGroup = F3E7D3C41F4D83B000DF166D /* Products */; |
|
289 | 296 | CAB9086B22492D4C00711C3F /* Navigator.swift in Sources */, |
290 | 297 | CA0B3AC3222EE555006D9363 /* PDFNavigatorViewController.swift in Sources */, |
291 | 298 | F3E7D3E61F4D84EF00DF166D /* EPUBSpreadView.swift in Sources */, |
| 299 | + CAAABA9B24D695E5004A4466 /* TargetAction.swift in Sources */, |
292 | 300 | F3E7D42E1F4EE0FE00DF166D /* CBZNavigatorViewController.swift in Sources */, |
293 | 301 | CA479DC52264AEA20053445E /* UIColor.swift in Sources */, |
294 | 302 | CAD178B622B3B553004E6812 /* R2NavigatorLocalizedString.swift in Sources */, |
295 | 303 | CAEACA222272EFBD00476340 /* ImageViewController.swift in Sources */, |
296 | 304 | CACE84FB2254BFEE00E19E8B /* EditingAction.swift in Sources */, |
| 305 | + CAFB017724D48FC2006B074C /* PDFTapGestureController.swift in Sources */, |
297 | 306 | F341C2711F506ED5005E6758 /* UserSettings.swift in Sources */, |
298 | 307 | CACE851F225CDE3400E19E8B /* EPUBFixedSpreadView.swift in Sources */, |
299 | 308 | CA479DC3226493570053445E /* UIView.swift in Sources */, |
|
456 | 465 | "$(inherited)", |
457 | 466 | "$(PROJECT_DIR)/Carthage/Build/iOS", |
458 | 467 | ); |
| 468 | + HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2"; |
459 | 469 | INFOPLIST_FILE = "r2-navigator-swift/Info.plist"; |
460 | 470 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
461 | 471 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
|
485 | 495 | "$(inherited)", |
486 | 496 | "$(PROJECT_DIR)/Carthage/Build/iOS", |
487 | 497 | ); |
| 498 | + HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2"; |
488 | 499 | INFOPLIST_FILE = "r2-navigator-swift/Info.plist"; |
489 | 500 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
490 | 501 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
|
0 commit comments