-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
655 changed files
with
16,711 additions
and
9,831 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.38.0 | ||
3.20.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
// | ||
// Project.swift | ||
// ProjectDescriptionHelpers | ||
// | ||
// Created by Kim dohyun on 2023/11/14. | ||
// | ||
|
||
import ProjectDescription | ||
import ProjectDescriptionHelpers | ||
|
||
private let targets: [Target] = [ | ||
.makeModular( | ||
layer: .App, | ||
factory: .init( | ||
products: .app, | ||
dependencies: ModuleLayer.App.dependencies, | ||
bundleId: "com.5ing.bibbi", | ||
infoPlist: .extendingDefault(with: [ | ||
"CFBundleDisplayName": .string("Bibbi"), | ||
"CFBundleVersion": .string("1"), | ||
"CFBuildVersion": .string("0"), | ||
"CFBundleShortVersionString": .string("1.1.7"), | ||
"UILaunchStoryboardName": .string("LaunchScreen.storyboard"), | ||
"UISupportedInterfaceOrientations": .array([.string("UIInterfaceOrientationPortrait")]), | ||
"UIUserInterfaceStyle": .string("Light"), | ||
"NSPhotoLibraryAddUsageDescription" : .string("프로필 사진, 피드 업로드를 위한 사진 촬영을 위해 Bibbi가 앨범에 접근할 수 있도록 허용해 주세요"), | ||
"NSCameraUsageDescription": .string("프로필 사진, 피드 업로드를 위한 사진 촬영을 위해 Bibbi가 카메라에 접근할 수 있도록 허용해 주세요"), | ||
"UIApplicationSceneManifest" : .dictionary([ | ||
"UIApplicationSupportsMultipleScenes" : .boolean(false), | ||
"UISceneConfigurations" : .dictionary([ | ||
"UIWindowSceneSessionRoleApplication" : .array([ | ||
.dictionary([ | ||
"UISceneConfigurationName" : .string("Default Configuration"), | ||
"UISceneDelegateClassName" : .string("$(PRODUCT_MODULE_NAME).SceneDelegate") | ||
]) | ||
]) | ||
]) | ||
]), | ||
"LSApplicationQueriesSchemes": .array([.string("kakaokompassauth"), .string("kakaolink")]), | ||
"CFBundleURLTypes": .array([ | ||
.dictionary([ | ||
"CFBundleURLSchemes": .array([.string("$(KAKAO_API_KEY)")]), | ||
]), | ||
]), | ||
"KAKAO_LOGIN_API_KEY": .string("$(KAKAO_LOGIN_API_KEY)"), | ||
"MIXPANEL_API_KEY": .string("$(MIXPANEL_API_KEY)"), | ||
"TEAM_ID": .string("$(TEAM_ID)"), | ||
]), | ||
entitlements: .relativeToRoot("App.entitlements") | ||
) | ||
), | ||
.makeModular(extenions: .Widget, factory: .init( | ||
products: .appExtension, | ||
dependencies: ExtensionsLayer.Widget.dependencies, | ||
bundleId: "com.5ing.bibbi.widget", | ||
infoPlist: .extendingDefault(with: [ | ||
"CFBundleDisplayName": .string("Bibbi"), | ||
"NSExtension" : .dictionary([ | ||
"NSExtensionPointIdentifier": .string("com.apple.widgetkit-extension") | ||
]) | ||
]), | ||
entitlements: .relativeToRoot("WidgetExtension.entitlements") | ||
) | ||
) | ||
] | ||
|
||
|
||
private let app = Project.makeApp(name: ModuleLayer.App.rawValue, target: targets) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-1.21 KB
(61%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-18.7 KB
(70%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.14 KB
(65%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.2 KB
(65%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.46 KB
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-893 Bytes
(77%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.22 KB
(71%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+369 Bytes
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1 KB
(77%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/167.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.52 KB
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/172.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.08 KB
(78%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.21 KB
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/196.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-288 Bytes
(61%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.71 KB
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/216.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.86 KB
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-444 Bytes
(58%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/29.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+701 Bytes
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-627 Bytes
(57%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.01 KB
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-740 Bytes
(59%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15 KB
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.1 KB
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/55.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-760 Bytes
(62%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-811 Bytes
(60%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/58.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-901 Bytes
(58%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.28 KB
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/64.png
Oops, something went wrong.
Binary file added
BIN
+1.28 KB
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/66.png
Oops, something went wrong.
Binary file modified
BIN
-984 Bytes
(59%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/72.png
Oops, something went wrong.
Binary file modified
BIN
-1.02 KB
(60%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/76.png
Oops, something went wrong.
Binary file modified
BIN
-927 Bytes
(63%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/80.png
Oops, something went wrong.
Binary file modified
BIN
-1.28 KB
(56%)
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/87.png
Oops, something went wrong.
Binary file added
BIN
+1.66 KB
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/88.png
Oops, something went wrong.
Binary file added
BIN
+1.73 KB
14th-team5-iOS/App/Resources/Assets.xcassets/AppIcon.appiconset/92.png
Oops, something went wrong.
Oops, something went wrong.