Skip to content
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
25 changes: 25 additions & 0 deletions KillingPart.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
1224698B2FA765FE00A6EF76 /* FirebaseCore in Frameworks */ = {isa = PBXBuildFile; productRef = 1224698A2FA765FE00A6EF76 /* FirebaseCore */; };
1224698D2FA765FE00A6EF76 /* FirebaseMessaging in Frameworks */ = {isa = PBXBuildFile; productRef = 1224698C2FA765FE00A6EF76 /* FirebaseMessaging */; };
12CE25AA2F3DC9BE0057A858 /* Development.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 12CE25A92F3DC9BE0057A858 /* Development.xcconfig */; };
12CE25AC2F3DCA940057A858 /* Release.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 12CE25AB2F3DCA940057A858 /* Release.xcconfig */; };
12F7A0012F3F010000A00001 /* KakaoSDKCommon in Frameworks */ = {isa = PBXBuildFile; productRef = 12F7A0112F3F010000A00001 /* KakaoSDKCommon */; };
Expand Down Expand Up @@ -77,6 +79,8 @@
files = (
12F7A0012F3F010000A00001 /* KakaoSDKCommon in Frameworks */,
12F7A0022F3F010000A00001 /* KakaoSDKAuth in Frameworks */,
1224698D2FA765FE00A6EF76 /* FirebaseMessaging in Frameworks */,
1224698B2FA765FE00A6EF76 /* FirebaseCore in Frameworks */,
12F7A0032F3F010000A00001 /* KakaoSDKUser in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -143,6 +147,8 @@
12F7A0112F3F010000A00001 /* KakaoSDKCommon */,
12F7A0122F3F010000A00001 /* KakaoSDKAuth */,
12F7A0132F3F010000A00001 /* KakaoSDKUser */,
1224698A2FA765FE00A6EF76 /* FirebaseCore */,
1224698C2FA765FE00A6EF76 /* FirebaseMessaging */,
);
productName = KillingPart;
productReference = 1231F11D2F372E5B00CFA51D /* KillingPart.app */;
Expand Down Expand Up @@ -228,6 +234,7 @@
minimizedProjectReferenceProxies = 1;
packageReferences = (
12F7A0212F3F010000A00001 /* XCRemoteSwiftPackageReference "kakao-ios-sdk" */,
122469892FA765FE00A6EF76 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
);
preferredProjectObjectVersion = 77;
productRefGroup = 1231F11E2F372E5B00CFA51D /* Products */;
Expand Down Expand Up @@ -653,6 +660,14 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
122469892FA765FE00A6EF76 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/firebase/firebase-ios-sdk";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 12.12.1;
};
};
12F7A0212F3F010000A00001 /* XCRemoteSwiftPackageReference "kakao-ios-sdk" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/kakao/kakao-ios-sdk";
Expand All @@ -664,6 +679,16 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
1224698A2FA765FE00A6EF76 /* FirebaseCore */ = {
isa = XCSwiftPackageProductDependency;
package = 122469892FA765FE00A6EF76 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
productName = FirebaseCore;
};
1224698C2FA765FE00A6EF76 /* FirebaseMessaging */ = {
isa = XCSwiftPackageProductDependency;
package = 122469892FA765FE00A6EF76 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
productName = FirebaseMessaging;
};
12F7A0112F3F010000A00001 /* KakaoSDKCommon */ = {
isa = XCSwiftPackageProductDependency;
package = 12F7A0212F3F010000A00001 /* XCRemoteSwiftPackageReference "kakao-ios-sdk" */;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions KillingPart/GoogleService-Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>API_KEY</key>
<string>AIzaSyDLAvDujYcW3s5rxSomgZ1aGu-jLfUcGrA</string>
<key>GCM_SENDER_ID</key>
<string>795169340848</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.killingpoint.killingpart</string>
<key>PROJECT_ID</key>
<string>killing-part-32870</string>
<key>STORAGE_BUCKET</key>
<string>killing-part-32870.firebasestorage.app</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<key>IS_ANALYTICS_ENABLED</key>
<false></false>
<key>IS_APPINVITE_ENABLED</key>
<true></true>
<key>IS_GCM_ENABLED</key>
<true></true>
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:795169340848:ios:4db009d458c7ff7ddaaa75</string>
</dict>
</plist>
30 changes: 18 additions & 12 deletions KillingPart/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SPOTIFY_BASIC_AUTH</key>
<string>$(SPOTIFY_BASIC_AUTH)</string>
<key>BASE_URL</key>
<string>$(BASE_URL)</string>
<key>KAKAO_NATIVE_APP_KEY</key>
<string>$(KAKAO_NATIVE_APP_KEY)</string>
<key>MUSIC_BASE_URL</key>
<string>$(MUSIC_BASE_URL)</string>
<key>APP_STORE_URL</key>
<string>$(APP_STORE_URL)</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>kakaokompassauth</string>
</array>
<key>BASE_URL</key>
<string>$(BASE_URL)</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -27,6 +17,16 @@
</array>
</dict>
</array>
<key>KAKAO_NATIVE_APP_KEY</key>
<string>$(KAKAO_NATIVE_APP_KEY)</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>kakaokompassauth</string>
</array>
<key>MUSIC_BASE_URL</key>
<string>$(MUSIC_BASE_URL)</string>
<key>SPOTIFY_BASIC_AUTH</key>
<string>$(SPOTIFY_BASIC_AUTH)</string>
<key>UIAppFonts</key>
<array>
<string>Paperlogy-1Thin.ttf</string>
Expand All @@ -39,5 +39,11 @@
<string>Paperlogy-8ExtraBold.ttf</string>
<string>Paperlogy-9Black.ttf</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
</array>
<key>FirebaseAppDelegateProxyEnabled</key>
<false/>
</dict>
</plist>
4 changes: 4 additions & 0 deletions KillingPart/KillingPart.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>aps-environment</key>
<string>development</string>
<key>com.apple.developer.applesignin</key>
<array>
<string>Default</string>
</array>
<key>com.apple.developer.aps-environment</key>
<string>development</string>
Comment on lines +5 to +12
</dict>
</plist>
2 changes: 2 additions & 0 deletions KillingPart/KillingPartApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import KakaoSDKCommon

@main
struct KillingPartApp: App {
@UIApplicationDelegateAdaptor(AppDelegate.self) var appDelegate

init() {
if ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] != "1" {
configureKakaoSDK()
Expand Down
Loading