|
108 | 108 | 85DC214625E0FCBF003F0721 /* GRDBImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85DC214525E0FCBF003F0721 /* GRDBImageCache.swift */; };
|
109 | 109 | 85E0E05E25B33F8C009D8FC0 /* TappableButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85E0E05D25B33F8C009D8FC0 /* TappableButton.swift */; };
|
110 | 110 | 85E0E06225B35744009D8FC0 /* UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85E0E06125B35744009D8FC0 /* UIView.swift */; };
|
| 111 | + 9D5CDBD727BBC080007D4F0A /* ExportOptions.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9D5CDBD627BBC080007D4F0A /* ExportOptions.plist */; }; |
111 | 112 | /* End PBXBuildFile section */
|
112 | 113 |
|
113 | 114 | /* Begin PBXContainerItemProxy section */
|
|
225 | 226 | 85DC214525E0FCBF003F0721 /* GRDBImageCache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRDBImageCache.swift; sourceTree = "<group>"; };
|
226 | 227 | 85E0E05D25B33F8C009D8FC0 /* TappableButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TappableButton.swift; sourceTree = "<group>"; };
|
227 | 228 | 85E0E06125B35744009D8FC0 /* UIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIView.swift; sourceTree = "<group>"; };
|
| 229 | + 9D5CDBD627BBC080007D4F0A /* ExportOptions.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = ExportOptions.plist; sourceTree = "<group>"; }; |
228 | 230 | /* End PBXFileReference section */
|
229 | 231 |
|
230 | 232 | /* Begin PBXFrameworksBuildPhase section */
|
|
307 | 309 | 853ABD7225961B4800144B0D /* IDETemplateMacros.plist */,
|
308 | 310 | 853ABD602596144A00144B0D /* LaunchScreen.storyboard */,
|
309 | 311 | 853ABD632596144A00144B0D /* Info.plist */,
|
| 312 | + 9D5CDBD627BBC080007D4F0A /* ExportOptions.plist */, |
310 | 313 | );
|
311 | 314 | path = "Tree Tracker";
|
312 | 315 | sourceTree = "<group>";
|
|
566 | 569 | buildRules = (
|
567 | 570 | );
|
568 | 571 | dependencies = (
|
| 572 | + 9D5CDBD527BBB7D2007D4F0A /* PBXTargetDependency */, |
569 | 573 | );
|
570 | 574 | name = "Tree Tracker";
|
571 | 575 | packageProductDependencies = (
|
|
634 | 638 | buildActionMask = 2147483647;
|
635 | 639 | files = (
|
636 | 640 | 853ABD7A25961C6500144B0D /* License.md in Resources */,
|
| 641 | + 9D5CDBD727BBC080007D4F0A /* ExportOptions.plist in Resources */, |
637 | 642 | 853ABD622596144A00144B0D /* LaunchScreen.storyboard in Resources */,
|
638 | 643 | 853ABD7325961B4800144B0D /* IDETemplateMacros.plist in Resources */,
|
639 | 644 | 853ABD5F2596144A00144B0D /* Assets.xcassets in Resources */,
|
|
759 | 764 | target = 853ABD512596144900144B0D /* Tree Tracker */;
|
760 | 765 | targetProxy = 851DAC2C262F2FA70087E1D4 /* PBXContainerItemProxy */;
|
761 | 766 | };
|
| 767 | + 9D5CDBD527BBB7D2007D4F0A /* PBXTargetDependency */ = { |
| 768 | + isa = PBXTargetDependency; |
| 769 | + productRef = 9D5CDBD427BBB7D2007D4F0A /* Alamofire */; |
| 770 | + }; |
762 | 771 | /* End PBXTargetDependency section */
|
763 | 772 |
|
764 | 773 | /* Begin PBXVariantGroup section */
|
|
939 | 948 | buildSettings = {
|
940 | 949 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
941 | 950 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
942 |
| - CODE_SIGN_STYLE = Automatic; |
| 951 | + CODE_SIGN_IDENTITY = "iPhone Distribution: Protect Earth CIO (K5RUKV288P)"; |
| 952 | + CODE_SIGN_STYLE = Manual; |
| 953 | + CURRENT_PROJECT_VERSION = 1; |
943 | 954 | DEVELOPMENT_TEAM = K5RUKV288P;
|
944 | 955 | INFOPLIST_FILE = "Tree Tracker/Info.plist";
|
945 | 956 | IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
950 | 961 | MARKETING_VERSION = 0.7.0;
|
951 | 962 | PRODUCT_BUNDLE_IDENTIFIER = "com.protect.earth.Tree-Tracker";
|
952 | 963 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 964 | + PROVISIONING_PROFILE_SPECIFIER = "iOS App Store Distribution Profile 2022-02-13"; |
953 | 965 | SWIFT_VERSION = 5.0;
|
954 | 966 | TARGETED_DEVICE_FAMILY = "1,2";
|
| 967 | + VERSIONING_SYSTEM = "apple-generic"; |
955 | 968 | };
|
956 | 969 | name = Debug;
|
957 | 970 | };
|
|
960 | 973 | buildSettings = {
|
961 | 974 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
962 | 975 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
963 |
| - CODE_SIGN_STYLE = Automatic; |
| 976 | + CODE_SIGN_IDENTITY = "iPhone Distribution: Protect Earth CIO (K5RUKV288P)"; |
| 977 | + CODE_SIGN_STYLE = Manual; |
| 978 | + CURRENT_PROJECT_VERSION = 1; |
964 | 979 | DEVELOPMENT_TEAM = K5RUKV288P;
|
965 | 980 | INFOPLIST_FILE = "Tree Tracker/Info.plist";
|
966 | 981 | IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
971 | 986 | MARKETING_VERSION = 0.7.0;
|
972 | 987 | PRODUCT_BUNDLE_IDENTIFIER = "com.protect.earth.Tree-Tracker";
|
973 | 988 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 989 | + PROVISIONING_PROFILE_SPECIFIER = "iOS App Store Distribution Profile 2022-02-13"; |
974 | 990 | SWIFT_VERSION = 5.0;
|
975 | 991 | TARGETED_DEVICE_FAMILY = "1,2";
|
| 992 | + VERSIONING_SYSTEM = "apple-generic"; |
976 | 993 | };
|
977 | 994 | name = Release;
|
978 | 995 | };
|
|
1051 | 1068 | package = 85B83A0B25B87C0D0008E167 /* XCRemoteSwiftPackageReference "BSImagePicker" */;
|
1052 | 1069 | productName = BSImagePicker;
|
1053 | 1070 | };
|
| 1071 | + 9D5CDBD427BBB7D2007D4F0A /* Alamofire */ = { |
| 1072 | + isa = XCSwiftPackageProductDependency; |
| 1073 | + package = 85A0EF8125A2271C003CE744 /* XCRemoteSwiftPackageReference "Alamofire" */; |
| 1074 | + productName = Alamofire; |
| 1075 | + }; |
1054 | 1076 | /* End XCSwiftPackageProductDependency section */
|
1055 | 1077 | };
|
1056 | 1078 | rootObject = 853ABD4A2596144900144B0D /* Project object */;
|
|
0 commit comments