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

spm추가/Gedatsu #27

Merged
merged 1 commit into from
Dec 11, 2021
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
17 changes: 17 additions & 0 deletions Code-Zero.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
/* Begin PBXBuildFile section */
191A4E9D27637A12005D0525 /* BottleWorld.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 191A4E9C27637A12005D0525 /* BottleWorld.storyboard */; };
191A4EA0276450EC005D0525 /* FollowEmptyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 191A4E9F276450EC005D0525 /* FollowEmptyView.xib */; };
191A4EA32764FADF005D0525 /* Gedatsu in Frameworks */ = {isa = PBXBuildFile; productRef = 191A4EA22764FADF005D0525 /* Gedatsu */; };
1933C68B274FD0D500E0842D /* ChallengeListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1933C68A274FD0D500E0842D /* ChallengeListView.swift */; };
194251A7274A3694007E86B8 /* UICollectionView+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 194251A6274A3694007E86B8 /* UICollectionView+Extension.swift */; };
19494259274FC5FB007CAD63 /* ChallengeListView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 19494258274FC5FB007CAD63 /* ChallengeListView.xib */; };
Expand Down Expand Up @@ -163,6 +164,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
191A4EA32764FADF005D0525 /* Gedatsu in Frameworks */,
9BF5EA70272E8BD20008A5C3 /* SnapKit in Frameworks */,
9BF5EA6D272E8B6D0008A5C3 /* Moya in Frameworks */,
9BF5EA6A272E8A590008A5C3 /* FSCalendar in Frameworks */,
Expand Down Expand Up @@ -494,6 +496,7 @@
9BF5EA69272E8A590008A5C3 /* FSCalendar */,
9BF5EA6C272E8B6D0008A5C3 /* Moya */,
9BF5EA6F272E8BD20008A5C3 /* SnapKit */,
191A4EA22764FADF005D0525 /* Gedatsu */,
);
productName = "Code-Zero";
productReference = A2B7BDCD2714214300F1DB1F /* Code-Zero.app */;
Expand Down Expand Up @@ -571,6 +574,7 @@
9BF5EA68272E8A580008A5C3 /* XCRemoteSwiftPackageReference "FSCalendar" */,
9BF5EA6B272E8B6D0008A5C3 /* XCRemoteSwiftPackageReference "Moya" */,
9BF5EA6E272E8BD20008A5C3 /* XCRemoteSwiftPackageReference "SnapKit" */,
191A4EA12764FADF005D0525 /* XCRemoteSwiftPackageReference "Gedatsu" */,
);
productRefGroup = A2B7BDCE2714214300F1DB1F /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -1056,6 +1060,14 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
191A4EA12764FADF005D0525 /* XCRemoteSwiftPackageReference "Gedatsu" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/bannzai/Gedatsu";
requirement = {
kind = exactVersion;
version = 1.2.0;
};
};
9BF5EA68272E8A580008A5C3 /* XCRemoteSwiftPackageReference "FSCalendar" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/WenchaoD/FSCalendar";
Expand Down Expand Up @@ -1083,6 +1095,11 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
191A4EA22764FADF005D0525 /* Gedatsu */ = {
isa = XCSwiftPackageProductDependency;
package = 191A4EA12764FADF005D0525 /* XCRemoteSwiftPackageReference "Gedatsu" */;
productName = Gedatsu;
};
9BF5EA69272E8A590008A5C3 /* FSCalendar */ = {
isa = XCSwiftPackageProductDependency;
package = 9BF5EA68272E8A580008A5C3 /* XCRemoteSwiftPackageReference "FSCalendar" */;
Expand Down
17 changes: 10 additions & 7 deletions Code-Zero/Support/Delegate/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,30 @@
//

import UIKit
import Gedatsu

@main
class AppDelegate: UIResponder, UIApplicationDelegate {

func application(
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? ) -> Bool {
// Override point for customization after application launch.
return true
}
// Override point for customization after application launch.
Gedatsu.open()
return true
}

// MARK: UISceneSession Lifecycle

func application(
_ application: UIApplication,
configurationForConnecting connectingSceneSession: UISceneSession,
options: UIScene.ConnectionOptions) -> UISceneConfiguration {
// Called when a new scene session is being created.
// Use this method to select a configuration to create the new scene with.
return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role)
}
// Called when a new scene session is being created.
// Use this method to select a configuration to create the new scene with.
return UISceneConfiguration(name: "Default Configuration",
sessionRole: connectingSceneSession.role)
}

func application(_ application: UIApplication,
didDiscardSceneSessions sceneSessions: Set<UISceneSession>) {
Expand Down
2 changes: 1 addition & 1 deletion Code-Zero/Support/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<key>UISceneDelegateClassName</key>
<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
<key>UISceneStoryboardFile</key>
<string>BottleWorld</string>
<string>Main</string>
</dict>
</array>
</dict>
Expand Down