|
14 | 14 | 1797CB8E1E81BB4F00D9F729 /* BFRImageTransitionAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = 1797CB8D1E81BB4F00D9F729 /* BFRImageTransitionAnimator.m */; };
|
15 | 15 | 1797CB911E81BBB200D9F729 /* ThirdViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1797CB901E81BBB200D9F729 /* ThirdViewController.m */; };
|
16 | 16 | 17C1AAB61D9D6EBF00FF1B67 /* BFRImageViewerLocalizations.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 17C1AAB51D9D6EBF00FF1B67 /* BFRImageViewerLocalizations.bundle */; };
|
| 17 | + 333CCA39287DC15B004EF4A5 /* LiveTextManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CCA38287DC15B004EF4A5 /* LiveTextManager.swift */; }; |
17 | 18 | 33625B75264D71130003310C /* lowResImage.png in Resources */ = {isa = PBXBuildFile; fileRef = 33625B74264D71130003310C /* lowResImage.png */; };
|
18 | 19 | 3D65F036BBCC181E7FD291F7 /* libPods-BFRImageViewer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 76763DB871F085556628E1C6 /* libPods-BFRImageViewer.a */; };
|
19 | 20 | 944B4DB01BFFC0C000B9BF87 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 944B4DAF1BFFC0C000B9BF87 /* main.m */; };
|
|
42 | 43 | 1797CB901E81BBB200D9F729 /* ThirdViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ThirdViewController.m; sourceTree = "<group>"; };
|
43 | 44 | 17C1AAB51D9D6EBF00FF1B67 /* BFRImageViewerLocalizations.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = BFRImageViewerLocalizations.bundle; sourceTree = "<group>"; };
|
44 | 45 | 17C1AAB91D9D702E00FF1B67 /* BFRImageViewerLocalizations.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BFRImageViewerLocalizations.h; sourceTree = "<group>"; };
|
| 46 | + 333CCA37287DC15A004EF4A5 /* BFRImageViewer-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "BFRImageViewer-Bridging-Header.h"; sourceTree = "<group>"; }; |
| 47 | + 333CCA38287DC15B004EF4A5 /* LiveTextManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiveTextManager.swift; sourceTree = "<group>"; }; |
45 | 48 | 33625B74264D71130003310C /* lowResImage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = lowResImage.png; sourceTree = "<group>"; };
|
46 | 49 | 3C46F30D2C78F64E6BC23C87 /* Pods-BFRImageViewer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BFRImageViewer.debug.xcconfig"; path = "Pods/Target Support Files/Pods-BFRImageViewer/Pods-BFRImageViewer.debug.xcconfig"; sourceTree = "<group>"; };
|
47 | 50 | 76763DB871F085556628E1C6 /* libPods-BFRImageViewer.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BFRImageViewer.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
75 | 78 | /* End PBXFrameworksBuildPhase section */
|
76 | 79 |
|
77 | 80 | /* Begin PBXGroup section */
|
| 81 | + 333CCA36287DC147004EF4A5 /* Live Text */ = { |
| 82 | + isa = PBXGroup; |
| 83 | + children = ( |
| 84 | + 333CCA38287DC15B004EF4A5 /* LiveTextManager.swift */, |
| 85 | + 333CCA37287DC15A004EF4A5 /* BFRImageViewer-Bridging-Header.h */, |
| 86 | + ); |
| 87 | + path = "Live Text"; |
| 88 | + sourceTree = "<group>"; |
| 89 | + }; |
78 | 90 | 5191CE176EA32C80E7D64558 /* Frameworks */ = {
|
79 | 91 | isa = PBXGroup;
|
80 | 92 | children = (
|
|
144 | 156 | 944B4DE41BFFC0E300B9BF87 /* BFRImageViewController */ = {
|
145 | 157 | isa = PBXGroup;
|
146 | 158 | children = (
|
| 159 | + 333CCA36287DC147004EF4A5 /* Live Text */, |
147 | 160 | 578DFD551CB6E7F400BFBD00 /* Resources */,
|
148 | 161 | 944B4DE51BFFC0E300B9BF87 /* BFRImageContainerViewController.h */,
|
149 | 162 | 944B4DE61BFFC0E300B9BF87 /* BFRImageContainerViewController.m */,
|
|
205 | 218 | 944B4DAA1BFFC0C000B9BF87 = {
|
206 | 219 | CreatedOnToolsVersion = 7.1.1;
|
207 | 220 | DevelopmentTeam = UYDA63C4EC;
|
| 221 | + LastSwiftMigration = 1400; |
208 | 222 | };
|
209 | 223 | };
|
210 | 224 | };
|
|
277 | 291 | 1702C69A1F86BBFC00104D0B /* BFRImageViewerConstants.m in Sources */,
|
278 | 292 | 944B4DE91BFFC0E300B9BF87 /* BFRImageContainerViewController.m in Sources */,
|
279 | 293 | 944B4DB61BFFC0C000B9BF87 /* FirstViewController.m in Sources */,
|
| 294 | + 333CCA39287DC15B004EF4A5 /* LiveTextManager.swift in Sources */, |
280 | 295 | 944B4DB01BFFC0C000B9BF87 /* main.m in Sources */,
|
281 | 296 | );
|
282 | 297 | runOnlyForDeploymentPostprocessing = 0;
|
|
343 | 358 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
344 | 359 | GCC_WARN_UNUSED_FUNCTION = YES;
|
345 | 360 | GCC_WARN_UNUSED_VARIABLE = YES;
|
346 |
| - IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
| 361 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
347 | 362 | MTL_ENABLE_DEBUG_INFO = YES;
|
348 | 363 | ONLY_ACTIVE_ARCH = YES;
|
349 | 364 | SDKROOT = iphoneos;
|
|
393 | 408 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
394 | 409 | GCC_WARN_UNUSED_FUNCTION = YES;
|
395 | 410 | GCC_WARN_UNUSED_VARIABLE = YES;
|
396 |
| - IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
| 411 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
397 | 412 | MTL_ENABLE_DEBUG_INFO = NO;
|
398 | 413 | SDKROOT = iphoneos;
|
399 | 414 | TARGETED_DEVICE_FAMILY = "1,2";
|
|
406 | 421 | baseConfigurationReference = 3C46F30D2C78F64E6BC23C87 /* Pods-BFRImageViewer.debug.xcconfig */;
|
407 | 422 | buildSettings = {
|
408 | 423 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 424 | + CLANG_ENABLE_MODULES = YES; |
409 | 425 | DEVELOPMENT_TEAM = UYDA63C4EC;
|
410 | 426 | INFOPLIST_FILE = BFRImageViewer/Info.plist;
|
411 |
| - IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
| 427 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
412 | 428 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
413 | 429 | PRODUCT_BUNDLE_IDENTIFIER = com.buffer.BFRImageViewer;
|
414 | 430 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 431 | + SWIFT_OBJC_BRIDGING_HEADER = "../BFRImageViewController/Live Text/BFRImageViewer-Bridging-Header.h"; |
| 432 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
| 433 | + SWIFT_VERSION = 5.0; |
415 | 434 | };
|
416 | 435 | name = Debug;
|
417 | 436 | };
|
|
420 | 439 | baseConfigurationReference = 1264A436520DEA8753316972 /* Pods-BFRImageViewer.release.xcconfig */;
|
421 | 440 | buildSettings = {
|
422 | 441 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 442 | + CLANG_ENABLE_MODULES = YES; |
423 | 443 | DEVELOPMENT_TEAM = UYDA63C4EC;
|
424 | 444 | INFOPLIST_FILE = BFRImageViewer/Info.plist;
|
425 |
| - IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
| 445 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
426 | 446 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
427 | 447 | PRODUCT_BUNDLE_IDENTIFIER = com.buffer.BFRImageViewer;
|
428 | 448 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 449 | + SWIFT_OBJC_BRIDGING_HEADER = "../BFRImageViewController/Live Text/BFRImageViewer-Bridging-Header.h"; |
| 450 | + SWIFT_VERSION = 5.0; |
429 | 451 | };
|
430 | 452 | name = Release;
|
431 | 453 | };
|
|
0 commit comments