Skip to content

Commit

Permalink
[Setting] #40 Firebase (Crashlytics, AnalyticsWithoutAdIdSupport, Mes…
Browse files Browse the repository at this point in the history
…saging) 의존성 추가
  • Loading branch information
heydoy committed Feb 26, 2023
1 parent b3e3481 commit ba8e514
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 0 deletions.
33 changes: 33 additions & 0 deletions wowmate.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
A2446CCE29992FF9008EBED6 /* SearchManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2446CCD29992FF9008EBED6 /* SearchManager.swift */; };
A24FB96E2980370D003FBD0C /* Post.swift in Sources */ = {isa = PBXBuildFile; fileRef = A24FB96D2980370D003FBD0C /* Post.swift */; };
A2B969D529AB572A006119B1 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = A2B969D429AB572A006119B1 /* GoogleService-Info.plist */; };
A2B969D829AB5804006119B1 /* FirebaseAnalyticsWithoutAdIdSupport in Frameworks */ = {isa = PBXBuildFile; productRef = A2B969D729AB5804006119B1 /* FirebaseAnalyticsWithoutAdIdSupport */; };
A2B969DA29AB5804006119B1 /* FirebaseCrashlytics in Frameworks */ = {isa = PBXBuildFile; productRef = A2B969D929AB5804006119B1 /* FirebaseCrashlytics */; };
A2B969DC29AB5804006119B1 /* FirebaseMessaging in Frameworks */ = {isa = PBXBuildFile; productRef = A2B969DB29AB5804006119B1 /* FirebaseMessaging */; };
A2D08E4C296A9B58008DD3FA /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2D08E4B296A9B58008DD3FA /* User.swift */; };
A2D28F4A29852B1B00A7D4EC /* JoinVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2D28F4329852B1B00A7D4EC /* JoinVC.swift */; };
A2D28F4B29852B1B00A7D4EC /* JoinViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2D28F4429852B1B00A7D4EC /* JoinViewController.swift */; };
Expand Down Expand Up @@ -175,9 +178,12 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
A2B969DC29AB5804006119B1 /* FirebaseMessaging in Frameworks */,
A2E2A91A2969D16E0055B5D2 /* Toast in Frameworks */,
7B225B741CED009C5472DFBF /* Pods_wowmate.framework in Frameworks */,
A2B969DA29AB5804006119B1 /* FirebaseCrashlytics in Frameworks */,
A2F9052929895AE300AC588C /* Moya in Frameworks */,
A2B969D829AB5804006119B1 /* FirebaseAnalyticsWithoutAdIdSupport in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -475,6 +481,9 @@
packageProductDependencies = (
A2E2A9192969D16E0055B5D2 /* Toast */,
A2F9052829895AE300AC588C /* Moya */,
A2B969D729AB5804006119B1 /* FirebaseAnalyticsWithoutAdIdSupport */,
A2B969D929AB5804006119B1 /* FirebaseCrashlytics */,
A2B969DB29AB5804006119B1 /* FirebaseMessaging */,
);
productName = wowmate;
productReference = A2E2A8DC2969C7310055B5D2 /* wowmate.app */;
Expand Down Expand Up @@ -507,6 +516,7 @@
packageReferences = (
A2E2A9182969D16E0055B5D2 /* XCRemoteSwiftPackageReference "Toast-Swift" */,
A2F9052729895AE200AC588C /* XCRemoteSwiftPackageReference "Moya" */,
A2B969D629AB5804006119B1 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
);
productRefGroup = A2E2A8DD2969C7310055B5D2 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -884,6 +894,14 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
A2B969D629AB5804006119B1 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/firebase/firebase-ios-sdk";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 9.6.0;
};
};
A2E2A9182969D16E0055B5D2 /* XCRemoteSwiftPackageReference "Toast-Swift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/scalessec/Toast-Swift";
Expand All @@ -903,6 +921,21 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
A2B969D729AB5804006119B1 /* FirebaseAnalyticsWithoutAdIdSupport */ = {
isa = XCSwiftPackageProductDependency;
package = A2B969D629AB5804006119B1 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
productName = FirebaseAnalyticsWithoutAdIdSupport;
};
A2B969D929AB5804006119B1 /* FirebaseCrashlytics */ = {
isa = XCSwiftPackageProductDependency;
package = A2B969D629AB5804006119B1 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
productName = FirebaseCrashlytics;
};
A2B969DB29AB5804006119B1 /* FirebaseMessaging */ = {
isa = XCSwiftPackageProductDependency;
package = A2B969D629AB5804006119B1 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
productName = FirebaseMessaging;
};
A2E2A9192969D16E0055B5D2 /* Toast */ = {
isa = XCSwiftPackageProductDependency;
package = A2E2A9182969D16E0055B5D2 /* XCRemoteSwiftPackageReference "Toast-Swift" */;
Expand Down
108 changes: 108 additions & 0 deletions wowmate.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"pins" : [
{
"identity" : "abseil-cpp-swiftpm",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/abseil-cpp-SwiftPM.git",
"state" : {
"revision" : "583de9bd60f66b40e78d08599cc92036c2e7e4e1",
"version" : "0.20220203.2"
}
},
{
"identity" : "alamofire",
"kind" : "remoteSourceControl",
Expand All @@ -9,6 +18,78 @@
"version" : "5.6.4"
}
},
{
"identity" : "boringssl-swiftpm",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/boringssl-SwiftPM.git",
"state" : {
"revision" : "dd3eda2b05a3f459fc3073695ad1b28659066eab",
"version" : "0.9.1"
}
},
{
"identity" : "firebase-ios-sdk",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/firebase-ios-sdk",
"state" : {
"revision" : "7e80c25b51c2ffa238879b07fbfc5baa54bb3050",
"version" : "9.6.0"
}
},
{
"identity" : "googleappmeasurement",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GoogleAppMeasurement.git",
"state" : {
"revision" : "c1cfde8067668027b23a42c29d11c246152fe046",
"version" : "9.6.0"
}
},
{
"identity" : "googledatatransport",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GoogleDataTransport.git",
"state" : {
"revision" : "f6b558e3f801f2cac336b04f615ce111fa9ddaa0",
"version" : "9.2.1"
}
},
{
"identity" : "googleutilities",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GoogleUtilities.git",
"state" : {
"revision" : "0543562f85620b5b7c510c6bcbef75b562a5127b",
"version" : "7.11.0"
}
},
{
"identity" : "grpc-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/grpc/grpc-ios.git",
"state" : {
"revision" : "8440b914756e0d26d4f4d054a1c1581daedfc5b6",
"version" : "1.44.3-grpc"
}
},
{
"identity" : "gtm-session-fetcher",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/gtm-session-fetcher.git",
"state" : {
"revision" : "5ccda3981422a84186387dbb763ba739178b529c",
"version" : "2.3.0"
}
},
{
"identity" : "leveldb",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/leveldb.git",
"state" : {
"revision" : "0706abcc6b0bd9cedfbb015ba840e4a780b5159b",
"version" : "1.22.2"
}
},
{
"identity" : "moya",
"kind" : "remoteSourceControl",
Expand All @@ -18,6 +99,24 @@
"version" : "15.0.3"
}
},
{
"identity" : "nanopb",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/nanopb.git",
"state" : {
"revision" : "819d0a2173aff699fb8c364b6fb906f7cdb1a692",
"version" : "2.30909.0"
}
},
{
"identity" : "promises",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/promises.git",
"state" : {
"revision" : "ec957ccddbcc710ccc64c9dcbd4c7006fcf8b73a",
"version" : "2.2.0"
}
},
{
"identity" : "reactiveswift",
"kind" : "remoteSourceControl",
Expand All @@ -36,6 +135,15 @@
"version" : "6.5.0"
}
},
{
"identity" : "swift-protobuf",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-protobuf.git",
"state" : {
"revision" : "0af9125c4eae12a4973fb66574c53a54962a9e1e",
"version" : "1.21.0"
}
},
{
"identity" : "toast-swift",
"kind" : "remoteSourceControl",
Expand Down

0 comments on commit ba8e514

Please sign in to comment.