|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 0AEBD608F3973389E8E1C6D6 /* Pods_Runnect_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 015778D02D5CDE0838284CD7 /* Pods_Runnect_iOS.framework */; }; |
11 | 11 | 712F661D2A7B7BAB00D9539B /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = 712F661C2A7B7BAB00D9539B /* Config.swift */; }; |
| 12 | + 71DBF23E2ABB255A0013415B /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 71DBF23D2ABB255A0013415B /* GoogleService-Info.plist */; }; |
12 | 13 | A3305A97296EF58C000B1A10 /* GoalRewardInfoDto.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3305A96296EF58C000B1A10 /* GoalRewardInfoDto.swift */; }; |
13 | 14 | A3BC2F2B2962C3D500198261 /* GoalRewardInfoVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3BC2F2A2962C3D500198261 /* GoalRewardInfoVC.swift */; }; |
14 | 15 | A3BC2F2D2962C3F200198261 /* ActivityRecordInfoVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3BC2F2C2962C3F200198261 /* ActivityRecordInfoVC.swift */; }; |
|
163 | 164 | /* Begin PBXFileReference section */ |
164 | 165 | 015778D02D5CDE0838284CD7 /* Pods_Runnect_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runnect_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
165 | 166 | 3C3033C911343B5C57EB68E7 /* Pods-Runnect-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runnect-iOS.debug.xcconfig"; path = "Target Support Files/Pods-Runnect-iOS/Pods-Runnect-iOS.debug.xcconfig"; sourceTree = "<group>"; }; |
| 167 | + 7110A6032AA337DD009A7E99 /* Runnect-iOSDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Runnect-iOSDebug.entitlements"; sourceTree = "<group>"; }; |
166 | 168 | 712F661C2A7B7BAB00D9539B /* Config.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Config.swift; sourceTree = "<group>"; }; |
| 169 | + 71DBF23D2ABB255A0013415B /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "../../../../Runnect-iOS/Runnect-iOS/Runnect-iOS/GoogleService-Info.plist"; sourceTree = "<group>"; }; |
167 | 170 | A3305A96296EF58C000B1A10 /* GoalRewardInfoDto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoalRewardInfoDto.swift; sourceTree = "<group>"; }; |
168 | 171 | A3BC2F2A2962C3D500198261 /* GoalRewardInfoVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoalRewardInfoVC.swift; sourceTree = "<group>"; }; |
169 | 172 | A3BC2F2C2962C3F200198261 /* ActivityRecordInfoVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityRecordInfoVC.swift; sourceTree = "<group>"; }; |
|
792 | 795 | CE4545C7295D7AF4003201E1 /* Runnect-iOS */ = { |
793 | 796 | isa = PBXGroup; |
794 | 797 | children = ( |
| 798 | + 7110A6032AA337DD009A7E99 /* Runnect-iOSDebug.entitlements */, |
795 | 799 | A3E55BA529C8AB0A0000D85D /* Runnect-iOS.entitlements */, |
796 | 800 | CE6655AA295D7FAE00C64E12 /* Global */, |
797 | 801 | CE6655A9295D7FAA00C64E12 /* Network */, |
798 | 802 | CE6655A8295D7F7D00C64E12 /* Presentation */, |
799 | 803 | CE4545D6295D7AF5003201E1 /* Info.plist */, |
| 804 | + 71DBF23D2ABB255A0013415B /* GoogleService-Info.plist */, |
800 | 805 | ); |
801 | 806 | path = "Runnect-iOS"; |
802 | 807 | sourceTree = "<group>"; |
|
941 | 946 | CE6655AF295D7FF600C64E12 /* Foundation */ = { |
942 | 947 | isa = PBXGroup; |
943 | 948 | children = ( |
944 | | - CE5875A1296015A2005D967E /* NetworkLoggerPlugin.swift */, |
945 | 949 | CE40BB1D2968054F0030ABCA /* BaseResponse.swift */, |
| 950 | + CE5875A1296015A2005D967E /* NetworkLoggerPlugin.swift */, |
946 | 951 | CE40BB1F296805F70030ABCA /* NetworkResult.swift */, |
947 | 952 | CE40BB21296806140030ABCA /* NetworkHelper.swift */, |
948 | 953 | 712F661C2A7B7BAB00D9539B /* Config.swift */, |
|
1043 | 1048 | CE9291262965D0ED0010959C /* StatsInfoView.swift */, |
1044 | 1049 | CE6B63D729673450003F900F /* ListEmptyView.swift */, |
1045 | 1050 | CEB0BCBB29D123350048CCD5 /* GuideView.swift */, |
1046 | | - A3C2CAD629E53B2900EC525B /* RNAlertVC.swift */, |
1047 | 1051 | CED791B22A2626AF001BFCFB /* ShadowView.swift */, |
| 1052 | + A3C2CAD629E53B2900EC525B /* RNAlertVC.swift */, |
1048 | 1053 | ); |
1049 | 1054 | path = UIComponents; |
1050 | 1055 | sourceTree = "<group>"; |
|
1246 | 1251 | files = ( |
1247 | 1252 | CE665615295D989A00C64E12 /* .swiftlint.yml in Resources */, |
1248 | 1253 | CE17F0342961BEF800E1DED0 /* Pretendard-Bold.otf in Resources */, |
| 1254 | + 71DBF23E2ABB255A0013415B /* GoogleService-Info.plist in Resources */, |
1249 | 1255 | CE17F0352961BEF800E1DED0 /* Pretendard-SemiBold.otf in Resources */, |
1250 | 1256 | CE17F0332961BEF800E1DED0 /* Pretendard-Medium.otf in Resources */, |
1251 | 1257 | CE6655BF295D82E200C64E12 /* .gitkeep in Resources */, |
|
1601 | 1607 | buildSettings = { |
1602 | 1608 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
1603 | 1609 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
1604 | | - CODE_SIGN_ENTITLEMENTS = "Runnect-iOS/Runnect-iOS.entitlements"; |
| 1610 | + CODE_SIGN_ENTITLEMENTS = "Runnect-iOS/Runnect-iOSDebug.entitlements"; |
1605 | 1611 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
1606 | 1612 | CODE_SIGN_STYLE = Manual; |
1607 | 1613 | DEVELOPMENT_TEAM = ""; |
|
1617 | 1623 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
1618 | 1624 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
1619 | 1625 | INFOPLIST_KEY_UIUserInterfaceStyle = Light; |
| 1626 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
1620 | 1627 | LD_RUNPATH_SEARCH_PATHS = ( |
1621 | 1628 | "$(inherited)", |
1622 | 1629 | "@executable_path/Frameworks", |
|
1643 | 1650 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
1644 | 1651 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
1645 | 1652 | CODE_SIGN_ENTITLEMENTS = "Runnect-iOS/Runnect-iOS.entitlements"; |
1646 | | - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; |
| 1653 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
1647 | 1654 | CODE_SIGN_STYLE = Manual; |
1648 | 1655 | DEVELOPMENT_TEAM = ""; |
1649 | 1656 | "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 9K86FQHDLU; |
|
1658 | 1665 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
1659 | 1666 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
1660 | 1667 | INFOPLIST_KEY_UIUserInterfaceStyle = Light; |
| 1668 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
1661 | 1669 | LD_RUNPATH_SEARCH_PATHS = ( |
1662 | 1670 | "$(inherited)", |
1663 | 1671 | "@executable_path/Frameworks", |
|
1666 | 1674 | PRODUCT_BUNDLE_IDENTIFIER = "com.runnect.Runnect-iOS"; |
1667 | 1675 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1668 | 1676 | PROVISIONING_PROFILE_SPECIFIER = ""; |
1669 | | - "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.runnect.Runnect-iOS"; |
| 1677 | + "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development com.runnect.Runnect-iOS"; |
1670 | 1678 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
1671 | 1679 | SUPPORTS_MACCATALYST = NO; |
1672 | 1680 | SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; |
|
0 commit comments