Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#71] 화면 트래킹 및 앱 추적 권한 요청 기능 추가 #99

Merged
merged 5 commits into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,5 @@ iOSInjectionProject/
*.DS_Store
*.xcuserstate
*.xcconfig

GoogleService-Info.plist
77 changes: 75 additions & 2 deletions FiveGuyes/FiveGuyes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@
26EBDE952CF0707A00B3A2BC /* Pretendard-SemiBold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 26EBDE942CF0707A00B3A2BC /* Pretendard-SemiBold.otf */; };
26EBDE972CF0764A00B3A2BC /* FontModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26EBDE962CF0764A00B3A2BC /* FontModifier.swift */; };
26EBDE992CF07A7900B3A2BC /* FontWeight.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26EBDE982CF07A7900B3A2BC /* FontWeight.swift */; };
26EBDEA52CF1C21E00B3A2BC /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 26EBDEA42CF1C21E00B3A2BC /* GoogleService-Info.plist */; };
26EBDEA82CF1C5C900B3A2BC /* FirebaseAnalytics in Frameworks */ = {isa = PBXBuildFile; productRef = 26EBDEA72CF1C5C900B3A2BC /* FirebaseAnalytics */; };
26EBDEAA2CF1C5C900B3A2BC /* FirebaseCrashlytics in Frameworks */ = {isa = PBXBuildFile; productRef = 26EBDEA92CF1C5C900B3A2BC /* FirebaseCrashlytics */; };
26EBDEAC2CF1C5C900B3A2BC /* FirebaseDynamicLinks in Frameworks */ = {isa = PBXBuildFile; productRef = 26EBDEAB2CF1C5C900B3A2BC /* FirebaseDynamicLinks */; };
26EBDEAE2CF1C5C900B3A2BC /* FirebaseInAppMessaging-Beta in Frameworks */ = {isa = PBXBuildFile; productRef = 26EBDEAD2CF1C5C900B3A2BC /* FirebaseInAppMessaging-Beta */; };
26EBDEB02CF1C5C900B3A2BC /* FirebaseMessaging in Frameworks */ = {isa = PBXBuildFile; productRef = 26EBDEAF2CF1C5C900B3A2BC /* FirebaseMessaging */; };
26EBDEB22CF1C5C900B3A2BC /* FirebaseRemoteConfig in Frameworks */ = {isa = PBXBuildFile; productRef = 26EBDEB12CF1C5C900B3A2BC /* FirebaseRemoteConfig */; };
26EBDEB42CF1CC8500B3A2BC /* Tracking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26EBDEB32CF1CC8500B3A2BC /* Tracking.swift */; };
26F19A682CD9EFD800F41D6D /* MainHomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26F19A672CD9EFD800F41D6D /* MainHomeView.swift */; };
26F19A6A2CD9FE5C00F41D6D /* WeeklyReadingProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26F19A692CD9FE5C00F41D6D /* WeeklyReadingProgressView.swift */; };
26F19A6C2CDA0A2B00F41D6D /* CompletionListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26F19A6B2CDA0A2B00F41D6D /* CompletionListView.swift */; };
Expand Down Expand Up @@ -108,6 +116,8 @@
26EBDE942CF0707A00B3A2BC /* Pretendard-SemiBold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Pretendard-SemiBold.otf"; sourceTree = "<group>"; };
26EBDE962CF0764A00B3A2BC /* FontModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FontModifier.swift; sourceTree = "<group>"; };
26EBDE982CF07A7900B3A2BC /* FontWeight.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FontWeight.swift; sourceTree = "<group>"; };
26EBDEA42CF1C21E00B3A2BC /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
26EBDEB32CF1CC8500B3A2BC /* Tracking.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tracking.swift; sourceTree = "<group>"; };
26F19A672CD9EFD800F41D6D /* MainHomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainHomeView.swift; sourceTree = "<group>"; };
26F19A692CD9FE5C00F41D6D /* WeeklyReadingProgressView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WeeklyReadingProgressView.swift; sourceTree = "<group>"; };
26F19A6B2CDA0A2B00F41D6D /* CompletionListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompletionListView.swift; sourceTree = "<group>"; };
Expand All @@ -123,6 +133,12 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
26EBDEA82CF1C5C900B3A2BC /* FirebaseAnalytics in Frameworks */,
26EBDEAA2CF1C5C900B3A2BC /* FirebaseCrashlytics in Frameworks */,
26EBDEB02CF1C5C900B3A2BC /* FirebaseMessaging in Frameworks */,
26EBDEB22CF1C5C900B3A2BC /* FirebaseRemoteConfig in Frameworks */,
26EBDEAC2CF1C5C900B3A2BC /* FirebaseDynamicLinks in Frameworks */,
26EBDEAE2CF1C5C900B3A2BC /* FirebaseInAppMessaging-Beta in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -179,6 +195,7 @@
26890B932CAE811A008DFF49 /* FiveGuyes */ = {
isa = PBXGroup;
children = (
26EBDEA42CF1C21E00B3A2BC /* GoogleService-Info.plist */,
1A010EB22CD8AA6D00FBE3B3 /* Info.plist */,
26890B942CAE811A008DFF49 /* FiveGuyesApp.swift */,
26890BBC2CAE98E2008DFF49 /* .swiftlint.yml */,
Expand Down Expand Up @@ -292,6 +309,7 @@
26F19A792CDB5F3900F41D6D /* ReadingScheduleCalculator.swift */,
26EBDE2E2CE3856900B3A2BC /* NotificationType.swift */,
1AA14A792CDDD96200B763A6 /* NotificationManager.swift */,
26EBDEB32CF1CC8500B3A2BC /* Tracking.swift */,
);
path = Models;
sourceTree = "<group>";
Expand Down Expand Up @@ -382,6 +400,14 @@
26890BBB2CAE9896008DFF49 /* PBXTargetDependency */,
);
name = FiveGuyes;
packageProductDependencies = (
26EBDEA72CF1C5C900B3A2BC /* FirebaseAnalytics */,
26EBDEA92CF1C5C900B3A2BC /* FirebaseCrashlytics */,
26EBDEAB2CF1C5C900B3A2BC /* FirebaseDynamicLinks */,
26EBDEAD2CF1C5C900B3A2BC /* FirebaseInAppMessaging-Beta */,
26EBDEAF2CF1C5C900B3A2BC /* FirebaseMessaging */,
26EBDEB12CF1C5C900B3A2BC /* FirebaseRemoteConfig */,
);
productName = FiveGuyes;
productReference = 26890B912CAE811A008DFF49 /* FiveGuyes.app */;
productType = "com.apple.product-type.application";
Expand Down Expand Up @@ -412,6 +438,7 @@
mainGroup = 26890B882CAE811A008DFF49;
packageReferences = (
26890BB92CAE9843008DFF49 /* XCRemoteSwiftPackageReference "SwiftLintPlugins" */,
26EBDEA62CF1C5C900B3A2BC /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
);
productRefGroup = 26890B922CAE811A008DFF49 /* Products */;
projectDirPath = "";
Expand All @@ -433,6 +460,7 @@
26890BBD2CAE98E2008DFF49 /* .swiftlint.yml in Resources */,
26890B9C2CAE811D008DFF49 /* Preview Assets.xcassets in Resources */,
26890B992CAE811D008DFF49 /* Assets.xcassets in Resources */,
26EBDEA52CF1C21E00B3A2BC /* GoogleService-Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -455,6 +483,7 @@
240445B42CED9074005C3623 /* ToastViewModel.swift in Sources */,
26EBDE832CF0219300B3A2BC /* FontAsset.swift in Sources */,
26890B972CAE811A008DFF49 /* ContentView.swift in Sources */,
26EBDEB42CF1CC8500B3A2BC /* Tracking.swift in Sources */,
261714D62CDDDA4000A3241D /* BookSettingsManagerView.swift in Sources */,
1AA14A782CDDA30D00B763A6 /* TotalCalendarTextBubble.swift in Sources */,
24360D532CD9F3AF00E83D2B /* DailyProgressView.swift in Sources */,
Expand Down Expand Up @@ -561,6 +590,7 @@
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -619,6 +649,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = "";
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
VALIDATE_PRODUCT = YES;
Expand All @@ -633,12 +664,13 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"FiveGuyes/Preview Content\"";
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = LYC8XX4ZNC;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = FiveGuyes/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "한입독서";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
INFOPLIST_KEY_NSUserTrackingUsageDescription = "사용자에게 맞춤 서비스를 제공하기 위해 사용되며, 서비스 이외에 목적으로는 절대 사용되지 않습니다.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand All @@ -651,6 +683,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.1;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.FiveNorms.FiveNorms;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand All @@ -671,12 +704,13 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"FiveGuyes/Preview Content\"";
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = LYC8XX4ZNC;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = FiveGuyes/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "한입독서";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
INFOPLIST_KEY_NSUserTrackingUsageDescription = "사용자에게 맞춤 서비스를 제공하기 위해 사용되며, 서비스 이외에 목적으로는 절대 사용되지 않습니다.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand All @@ -689,6 +723,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.1;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.FiveNorms.FiveNorms;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -733,6 +768,14 @@
minimumVersion = 0.57.0;
};
};
26EBDEA62CF1C5C900B3A2BC /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/firebase/firebase-ios-sdk";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 11.5.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
Expand All @@ -741,6 +784,36 @@
package = 26890BB92CAE9843008DFF49 /* XCRemoteSwiftPackageReference "SwiftLintPlugins" */;
productName = "plugin:SwiftLintBuildToolPlugin";
};
26EBDEA72CF1C5C900B3A2BC /* FirebaseAnalytics */ = {
isa = XCSwiftPackageProductDependency;
package = 26EBDEA62CF1C5C900B3A2BC /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
productName = FirebaseAnalytics;
};
26EBDEA92CF1C5C900B3A2BC /* FirebaseCrashlytics */ = {
isa = XCSwiftPackageProductDependency;
package = 26EBDEA62CF1C5C900B3A2BC /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
productName = FirebaseCrashlytics;
};
26EBDEAB2CF1C5C900B3A2BC /* FirebaseDynamicLinks */ = {
isa = XCSwiftPackageProductDependency;
package = 26EBDEA62CF1C5C900B3A2BC /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
productName = FirebaseDynamicLinks;
};
26EBDEAD2CF1C5C900B3A2BC /* FirebaseInAppMessaging-Beta */ = {
isa = XCSwiftPackageProductDependency;
package = 26EBDEA62CF1C5C900B3A2BC /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
productName = "FirebaseInAppMessaging-Beta";
};
26EBDEAF2CF1C5C900B3A2BC /* FirebaseMessaging */ = {
isa = XCSwiftPackageProductDependency;
package = 26EBDEA62CF1C5C900B3A2BC /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
productName = FirebaseMessaging;
};
26EBDEB12CF1C5C900B3A2BC /* FirebaseRemoteConfig */ = {
isa = XCSwiftPackageProductDependency;
package = 26EBDEA62CF1C5C900B3A2BC /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
productName = FirebaseRemoteConfig;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 26890B892CAE811A008DFF49 /* Project object */;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,122 @@
{
"originHash" : "1fa961aa1dc717cea452f3389668f0f99a254f07e4eb11d190768a53798f744f",
"pins" : [
{
"identity" : "abseil-cpp-binary",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/abseil-cpp-binary.git",
"state" : {
"revision" : "194a6706acbd25e4ef639bcaddea16e8758a3e27",
"version" : "1.2024011602.0"
}
},
{
"identity" : "app-check",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/app-check.git",
"state" : {
"revision" : "61b85103a1aeed8218f17c794687781505fbbef5",
"version" : "11.2.0"
}
},
{
"identity" : "firebase-ios-sdk",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/firebase-ios-sdk",
"state" : {
"revision" : "dbdfdc44bee8b8e4eaa5ec27eb12b9338f3f2bc1",
"version" : "11.5.0"
}
},
{
"identity" : "googleappmeasurement",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GoogleAppMeasurement.git",
"state" : {
"revision" : "4f234bcbdae841d7015258fbbf8e7743a39b8200",
"version" : "11.4.0"
}
},
{
"identity" : "googledatatransport",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GoogleDataTransport.git",
"state" : {
"revision" : "617af071af9aa1d6a091d59a202910ac482128f9",
"version" : "10.1.0"
}
},
{
"identity" : "googleutilities",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GoogleUtilities.git",
"state" : {
"revision" : "53156c7ec267db846e6b64c9f4c4e31ba4cf75eb",
"version" : "8.0.2"
}
},
{
"identity" : "grpc-binary",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/grpc-binary.git",
"state" : {
"revision" : "f56d8fc3162de9a498377c7b6cea43431f4f5083",
"version" : "1.65.1"
}
},
{
"identity" : "gtm-session-fetcher",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/gtm-session-fetcher.git",
"state" : {
"revision" : "5cfe5f090c982de9c58605d2a82a4fc77b774fbd",
"version" : "4.1.0"
}
},
{
"identity" : "interop-ios-for-google-sdks",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/interop-ios-for-google-sdks.git",
"state" : {
"revision" : "2d12673670417654f08f5f90fdd62926dc3a2648",
"version" : "100.0.0"
}
},
{
"identity" : "leveldb",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/leveldb.git",
"state" : {
"revision" : "a0bc79961d7be727d258d33d5a6b2f1023270ba1",
"version" : "1.22.5"
}
},
{
"identity" : "nanopb",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/nanopb.git",
"state" : {
"revision" : "b7e1104502eca3a213b46303391ca4d3bc8ddec1",
"version" : "2.30910.0"
}
},
{
"identity" : "promises",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/promises.git",
"state" : {
"revision" : "540318ecedd63d883069ae7f1ed811a2df00b6ac",
"version" : "2.4.0"
}
},
{
"identity" : "swift-protobuf",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-protobuf.git",
"state" : {
"revision" : "ebc7251dd5b37f627c93698e4374084d98409633",
"version" : "1.28.2"
}
},
{
"identity" : "swiftlintplugins",
"kind" : "remoteSourceControl",
Expand All @@ -11,5 +127,5 @@
}
}
],
"version" : 3
"version" : 2
}
Loading