Skip to content

Commit 0ab1a7e

Browse files
authored
Merge pull request #283 from TaskarCenterAtUW/TASK-2220-Firebase-Performance-monitoring
integrated Firebase performance SDK
2 parents b0e1afa + 7c58aaf commit 0ab1a7e

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

GoInfoGame/GoInfoGame.xcodeproj/project.pbxproj

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
C76B63752E46019D0076A540 /* proximanova_light.otf in Resources */ = {isa = PBXBuildFile; fileRef = C76B63702E46019D0076A540 /* proximanova_light.otf */; };
165165
C76B63762E46019D0076A540 /* proximanova_semibold.otf in Resources */ = {isa = PBXBuildFile; fileRef = C76B63722E46019D0076A540 /* proximanova_semibold.otf */; };
166166
C76B63792E4605570076A540 /* Fonts+Generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = C76B63772E4604000076A540 /* Fonts+Generated.swift */; };
167+
C76B637F2E4625D30076A540 /* FirebasePerformance in Frameworks */ = {isa = PBXBuildFile; productRef = C76B637E2E4625D30076A540 /* FirebasePerformance */; };
167168
C76DA1A12DF0679F00451E63 /* LongFormModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8C74C32C4FDE1000D28220 /* LongFormModel.swift */; };
168169
C77A4A262DF2AF3100DED8B0 /* SecureInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A4A252DF2AF3100DED8B0 /* SecureInputView.swift */; };
169170
C77AAC9D2E4463ED006713B2 /* FirebaseAnalytics in Frameworks */ = {isa = PBXBuildFile; productRef = C77AAC9C2E4463ED006713B2 /* FirebaseAnalytics */; };
@@ -639,6 +640,7 @@
639640
files = (
640641
C77AAC9D2E4463ED006713B2 /* FirebaseAnalytics in Frameworks */,
641642
C75666D02E0D068900D36C41 /* OHHTTPStubs in Frameworks */,
643+
C76B637F2E4625D30076A540 /* FirebasePerformance in Frameworks */,
642644
C75666D22E0D068900D36C41 /* OHHTTPStubsSwift in Frameworks */,
643645
97F2FA8A2B0630A3000B9726 /* Pods_GoInfoGame.framework in Frameworks */,
644646
A4AD13272B5E90BD0041A881 /* osmparser.framework in Frameworks */,
@@ -2917,6 +2919,25 @@
29172919
"@executable_path/Frameworks",
29182920
);
29192921
MARKETING_VERSION = 1.0;
2922+
OTHER_LDFLAGS = (
2923+
"$(inherited)",
2924+
"-l\"c++\"",
2925+
"-l\"compression\"",
2926+
"-l\"z\"",
2927+
"-framework",
2928+
"\"HTMLEntities\"",
2929+
"-framework",
2930+
"\"Realm\"",
2931+
"-framework",
2932+
"\"RealmSwift\"",
2933+
"-framework",
2934+
"\"Security\"",
2935+
"-weak_framework",
2936+
"\"SwiftUI\"",
2937+
"-weak_framework",
2938+
"\"UIKit\"",
2939+
"-ObjC",
2940+
);
29202941
PRODUCT_BUNDLE_IDENTIFIER = com.vindago.goinfogame;
29212942
PRODUCT_NAME = "$(TARGET_NAME)";
29222943
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2962,6 +2983,25 @@
29622983
"@executable_path/Frameworks",
29632984
);
29642985
MARKETING_VERSION = 1.0;
2986+
OTHER_LDFLAGS = (
2987+
"$(inherited)",
2988+
"-l\"c++\"",
2989+
"-l\"compression\"",
2990+
"-l\"z\"",
2991+
"-framework",
2992+
"\"HTMLEntities\"",
2993+
"-framework",
2994+
"\"Realm\"",
2995+
"-framework",
2996+
"\"RealmSwift\"",
2997+
"-framework",
2998+
"\"Security\"",
2999+
"-weak_framework",
3000+
"\"SwiftUI\"",
3001+
"-weak_framework",
3002+
"\"UIKit\"",
3003+
"-ObjC",
3004+
);
29653005
PRODUCT_BUNDLE_IDENTIFIER = tech.opentoall.aviv.scoutroute;
29663006
PRODUCT_NAME = "$(TARGET_NAME)";
29673007
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -3175,6 +3215,11 @@
31753215
package = C76187DA2E0153D800150201 /* XCRemoteSwiftPackageReference "ClusterMap" */;
31763216
productName = ClusterMap;
31773217
};
3218+
C76B637E2E4625D30076A540 /* FirebasePerformance */ = {
3219+
isa = XCSwiftPackageProductDependency;
3220+
package = C77AAC9B2E4463ED006713B2 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
3221+
productName = FirebasePerformance;
3222+
};
31783223
C77AAC9C2E4463ED006713B2 /* FirebaseAnalytics */ = {
31793224
isa = XCSwiftPackageProductDependency;
31803225
package = C77AAC9B2E4463ED006713B2 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;

0 commit comments

Comments
 (0)