|
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 | + 9D01D562285CD2E50009F753 /* RollbarCommon in Frameworks */ = {isa = PBXBuildFile; productRef = 9D01D561285CD2E50009F753 /* RollbarCommon */; }; |
| 112 | + 9D01D564285CD2E50009F753 /* RollbarNotifier in Frameworks */ = {isa = PBXBuildFile; productRef = 9D01D563285CD2E50009F753 /* RollbarNotifier */; }; |
| 113 | + 9D01D566285CD2E50009F753 /* RollbarSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 9D01D565285CD2E50009F753 /* RollbarSwift */; }; |
111 | 114 | 9D5CDBD727BBC080007D4F0A /* ExportOptions.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9D5CDBD627BBC080007D4F0A /* ExportOptions.plist */; };
|
112 | 115 | 9D5D5E28284B630D00F3AD3E /* SpeciesService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D5D5E27284B630D00F3AD3E /* SpeciesService.swift */; };
|
113 | 116 | 9D5D5E2A284B635900F3AD3E /* AirtableSpeciesService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D5D5E29284B635900F3AD3E /* AirtableSpeciesService.swift */; };
|
|
281 | 284 | 85A0EF7F25A226D9003CE744 /* GRDB in Frameworks */,
|
282 | 285 | 85B83A0D25B87C0D0008E167 /* BSImagePicker in Frameworks */,
|
283 | 286 | 9DCC548C28073F0A00CF67AA /* Resolver in Frameworks */,
|
| 287 | + 9D01D566285CD2E50009F753 /* RollbarSwift in Frameworks */, |
| 288 | + 9D01D564285CD2E50009F753 /* RollbarNotifier in Frameworks */, |
284 | 289 | 85A0EF8325A2271C003CE744 /* Alamofire in Frameworks */,
|
| 290 | + 9D01D562285CD2E50009F753 /* RollbarCommon in Frameworks */, |
285 | 291 | );
|
286 | 292 | runOnlyForDeploymentPostprocessing = 0;
|
287 | 293 | };
|
|
649 | 655 | 85A0EF8225A2271C003CE744 /* Alamofire */,
|
650 | 656 | 85B83A0C25B87C0D0008E167 /* BSImagePicker */,
|
651 | 657 | 9DCC548B28073F0A00CF67AA /* Resolver */,
|
| 658 | + 9D01D561285CD2E50009F753 /* RollbarCommon */, |
| 659 | + 9D01D563285CD2E50009F753 /* RollbarNotifier */, |
| 660 | + 9D01D565285CD2E50009F753 /* RollbarSwift */, |
652 | 661 | );
|
653 | 662 | productName = "Tree Tracker";
|
654 | 663 | productReference = 853ABD522596144900144B0D /* Tree Tracker.app */;
|
|
688 | 697 | 85A0EF8125A2271C003CE744 /* XCRemoteSwiftPackageReference "Alamofire" */,
|
689 | 698 | 85B83A0B25B87C0D0008E167 /* XCRemoteSwiftPackageReference "BSImagePicker" */,
|
690 | 699 | 9DCC548A28073F0A00CF67AA /* XCRemoteSwiftPackageReference "Resolver" */,
|
| 700 | + 9D01D560285CD2E50009F753 /* XCRemoteSwiftPackageReference "rollbar-apple" */, |
691 | 701 | );
|
692 | 702 | productRefGroup = 853ABD532596144900144B0D /* Products */;
|
693 | 703 | projectDirPath = "";
|
|
1146 | 1156 | minimumVersion = 3.3.1;
|
1147 | 1157 | };
|
1148 | 1158 | };
|
| 1159 | + 9D01D560285CD2E50009F753 /* XCRemoteSwiftPackageReference "rollbar-apple" */ = { |
| 1160 | + isa = XCRemoteSwiftPackageReference; |
| 1161 | + repositoryURL = "https://github.com/rollbar/rollbar-apple.git"; |
| 1162 | + requirement = { |
| 1163 | + kind = upToNextMajorVersion; |
| 1164 | + minimumVersion = 2.0.0; |
| 1165 | + }; |
| 1166 | + }; |
1149 | 1167 | 9DCC548A28073F0A00CF67AA /* XCRemoteSwiftPackageReference "Resolver" */ = {
|
1150 | 1168 | isa = XCRemoteSwiftPackageReference;
|
1151 | 1169 | repositoryURL = "https://github.com/hmlongco/Resolver.git";
|
|
1172 | 1190 | package = 85B83A0B25B87C0D0008E167 /* XCRemoteSwiftPackageReference "BSImagePicker" */;
|
1173 | 1191 | productName = BSImagePicker;
|
1174 | 1192 | };
|
| 1193 | + 9D01D561285CD2E50009F753 /* RollbarCommon */ = { |
| 1194 | + isa = XCSwiftPackageProductDependency; |
| 1195 | + package = 9D01D560285CD2E50009F753 /* XCRemoteSwiftPackageReference "rollbar-apple" */; |
| 1196 | + productName = RollbarCommon; |
| 1197 | + }; |
| 1198 | + 9D01D563285CD2E50009F753 /* RollbarNotifier */ = { |
| 1199 | + isa = XCSwiftPackageProductDependency; |
| 1200 | + package = 9D01D560285CD2E50009F753 /* XCRemoteSwiftPackageReference "rollbar-apple" */; |
| 1201 | + productName = RollbarNotifier; |
| 1202 | + }; |
| 1203 | + 9D01D565285CD2E50009F753 /* RollbarSwift */ = { |
| 1204 | + isa = XCSwiftPackageProductDependency; |
| 1205 | + package = 9D01D560285CD2E50009F753 /* XCRemoteSwiftPackageReference "rollbar-apple" */; |
| 1206 | + productName = RollbarSwift; |
| 1207 | + }; |
1175 | 1208 | 9D5CDBD427BBB7D2007D4F0A /* Alamofire */ = {
|
1176 | 1209 | isa = XCSwiftPackageProductDependency;
|
1177 | 1210 | package = 85A0EF8125A2271C003CE744 /* XCRemoteSwiftPackageReference "Alamofire" */;
|
|
0 commit comments