|
43 | 43 | 24B228EF1DAA8B1600DEC44D /* Topic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24B228EE1DAA8B1600DEC44D /* Topic.swift */; }; |
44 | 44 | 24B228F31DAA972500DEC44D /* String+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24B228F21DAA972500DEC44D /* String+Ext.swift */; }; |
45 | 45 | 24BA25451DBF858D004A801C /* TopicDetailsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24BA25441DBF858D004A801C /* TopicDetailsViewController.swift */; }; |
| 46 | + 24DE002B1DC1CA2C004AA741 /* CustomSKImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24DE002A1DC1CA2C004AA741 /* CustomSKImageCache.swift */; }; |
46 | 47 | 24E5B4001D6B2C82006515E3 /* ThemeNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24E5B3FF1D6B2C82006515E3 /* ThemeNavigationController.swift */; }; |
47 | 48 | 24FDFBBC1DBBAE06004BB9A6 /* UIBarButtonItem+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24FDFBBB1DBBAE06004BB9A6 /* UIBarButtonItem+Ext.swift */; }; |
48 | 49 | 961580A71D477A7600B32BDA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 961580A61D477A7600B32BDA /* Assets.xcassets */; }; |
|
95 | 96 | 24B228EE1DAA8B1600DEC44D /* Topic.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Topic.swift; sourceTree = "<group>"; }; |
96 | 97 | 24B228F21DAA972500DEC44D /* String+Ext.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Ext.swift"; sourceTree = "<group>"; }; |
97 | 98 | 24BA25441DBF858D004A801C /* TopicDetailsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TopicDetailsViewController.swift; sourceTree = "<group>"; }; |
| 99 | + 24DE002A1DC1CA2C004AA741 /* CustomSKImageCache.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomSKImageCache.swift; sourceTree = "<group>"; }; |
98 | 100 | 24E5B3FF1D6B2C82006515E3 /* ThemeNavigationController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ThemeNavigationController.swift; sourceTree = "<group>"; }; |
99 | 101 | 24FDFBBB1DBBAE06004BB9A6 /* UIBarButtonItem+Ext.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIBarButtonItem+Ext.swift"; sourceTree = "<group>"; }; |
100 | 102 | 24FDFBBD1DBBB53D004BB9A6 /* Ruby China.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Ruby China.entitlements"; sourceTree = "<group>"; }; |
|
158 | 160 | 24A6A3ED1DB7B82500EC89DB /* LikesService.swift */, |
159 | 161 | 24742CE71D50FE2E00D16CA9 /* OAuth2.swift */, |
160 | 162 | 24742CE81D50FE2E00D16CA9 /* TurbolinksSessionLib.swift */, |
| 163 | + 24DE002A1DC1CA2C004AA741 /* CustomSKImageCache.swift */, |
161 | 164 | ); |
162 | 165 | path = Libraries; |
163 | 166 | sourceTree = "<group>"; |
|
441 | 444 | 24742CF21D50FE2E00D16CA9 /* NewTopicViewController.swift in Sources */, |
442 | 445 | 24742CFB1D50FE2E00D16CA9 /* DeviceService.swift in Sources */, |
443 | 446 | 24742CFF1D50FE2E00D16CA9 /* Error.swift in Sources */, |
| 447 | + 24DE002B1DC1CA2C004AA741 /* CustomSKImageCache.swift in Sources */, |
444 | 448 | ); |
445 | 449 | runOnlyForDeploymentPostprocessing = 0; |
446 | 450 | }; |
|
565 | 569 | buildSettings = { |
566 | 570 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
567 | 571 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
568 | | - DEVELOPMENT_TEAM = A38T799N53; |
569 | 572 | CODE_SIGN_ENTITLEMENTS = "ruby-china-ios/Ruby China.entitlements"; |
| 573 | + DEVELOPMENT_TEAM = A38T799N53; |
570 | 574 | FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
571 | 575 | INFOPLIST_FILE = "ruby-china-ios/Info.plist"; |
572 | 576 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
584 | 588 | buildSettings = { |
585 | 589 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
586 | 590 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
587 | | - DEVELOPMENT_TEAM = A38T799N53; |
588 | 591 | CODE_SIGN_ENTITLEMENTS = "ruby-china-ios/Ruby China.entitlements"; |
| 592 | + DEVELOPMENT_TEAM = A38T799N53; |
589 | 593 | FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
590 | 594 | INFOPLIST_FILE = "ruby-china-ios/Info.plist"; |
591 | 595 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
0 commit comments