Skip to content

Commit

Permalink
Merge pull request #78 from Async-Swift/develop
Browse files Browse the repository at this point in the history
release : v2.0.1
  • Loading branch information
insub4067 authored Sep 16, 2023
2 parents 4bd06dc + cbc6dba commit 73ded43
Show file tree
Hide file tree
Showing 54 changed files with 2,816 additions and 285 deletions.
Binary file removed .DS_Store
Binary file not shown.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/issus-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Issus Template
about: "\b이슈 생성을 위한 템플릿입니다."
title: "[작업 태그] 이슈 제목"
labels: ''
assignees: ''

---

## 배경
- <!--이슈를 만들게 된 배경을 적어주세요.-->


## 내용
- <!--진행할 작업의 내용을 적어주세요.-->


## 작업 범위
- [ ] <!--작업 사항을 태스크별로 나누고 투두 형식으로 작성해주세요.-->
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Created by https://www.toptal.com/developers/gitignore/api/swift,firebase,xcode
# Edit at https://www.toptal.com/developers/gitignore?templates=swift,firebase,xcode

### Custom ###
**/.DS_Store


### Firebase ###
.idea
**/node_modules/*
Expand Down
183 changes: 165 additions & 18 deletions AsyncSwift.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
"version" : "0.9.1"
}
},
{
"identity" : "codescanner",
"kind" : "remoteSourceControl",
"location" : "https://github.com/twostraws/CodeScanner",
"state" : {
"revision" : "c7859712034a08bb5a018fbe8751c1f1edc4b248",
"version" : "2.2.1"
}
},
{
"identity" : "firebase-ios-sdk",
"kind" : "remoteSourceControl",
Expand Down
Binary file not shown.
20 changes: 20 additions & 0 deletions AsyncSwift/Assets.xcassets/Colors/0A66C2.colorset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xC2",
"green" : "0x66",
"red" : "0x0A"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
20 changes: 20 additions & 0 deletions AsyncSwift/Assets.xcassets/Colors/1920FF.colorset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xFF",
"green" : "0x20",
"red" : "0x19"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
20 changes: 20 additions & 0 deletions AsyncSwift/Assets.xcassets/Colors/6C6C70.colorset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x70",
"green" : "0x6C",
"red" : "0x6C"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
20 changes: 20 additions & 0 deletions AsyncSwift/Assets.xcassets/Colors/AFAFAF.colorset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xAF",
"green" : "0xAF",
"red" : "0xAF"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
20 changes: 20 additions & 0 deletions AsyncSwift/Assets.xcassets/Colors/D9D9D9.colorset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xD9",
"green" : "0xD9",
"red" : "0xD9"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
20 changes: 20 additions & 0 deletions AsyncSwift/Assets.xcassets/Colors/E5E5EA.colorset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xEA",
"green" : "0xE5",
"red" : "0xE5"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
20 changes: 20 additions & 0 deletions AsyncSwift/Assets.xcassets/Colors/EAEAEA.colorset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xEA",
"green" : "0xEA",
"red" : "0xEA"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xF3",
"green" : "0xF3",
"red" : "0xF3"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xFB",
"green" : "0xFB",
"red" : "0xFB"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x76",
"green" : "0x76",
"red" : "0x76"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x93",
"green" : "0x8E",
"red" : "0x8E"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xD6",
"green" : "0xD6",
"red" : "0xD2"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
12 changes: 12 additions & 0 deletions AsyncSwift/Assets.xcassets/QRplaceholder.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "􀎹.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 1 addition & 10 deletions AsyncSwift/AsyncSwiftApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,10 @@ import SwiftUI
@main
struct AsyncSwiftApp: App {
@UIApplicationDelegateAdaptor(AppDelegate.self) var delegate
@ObservedObject var appData: AppData = AppData()


var body: some Scene {
WindowGroup {
MainTabView()
.environmentObject(appData)
.onOpenURL { url in
if appData.checkLink(url: url) {
print("Success Link URL: \(url)")
} else {
print("Fail Link URL: \(url)")
}
}
}
}
}
12 changes: 11 additions & 1 deletion AsyncSwift/Extensions/Color+.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// Created by Kim Insub on 2022/09/09.
//

import Foundation
import SwiftUI

extension Color {
Expand All @@ -15,4 +14,15 @@ extension Color {
static let emptyTicketViewForeground = Color("emptyTicketViewForeground")
static let speakerBackground = Color("speakerBackground")
static let skeletonBackground = Color("skeletonBackground")
static let unavailableButtonBackground = Color("unavailableButtonBackground")
static let placeholderForeground = Color("placeholderForeground")
static let profileGray = Color("profileGray")
static let buttonBackground = Color("buttonBackground")
static let profileFontGrayForeground = Color("6C6C70")
static let linkedInBlueBackground = Color("0A66C2")
static let inActiveButtonBackground = Color("E5E5EA")
static let skeletonQR = Color("AFAFAF")
static let skeletonName = Color("D9D9D9")
static let skeletonDescription = Color("EAEAEA")
static let asyncBlue = Color("1920FF")
}
18 changes: 18 additions & 0 deletions AsyncSwift/Extensions/SafariView.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
//
// SafariView.swift
// AsyncSwift
//
// Created by Kim Insub on 2022/11/04.
//

import SwiftUI
import SafariServices

struct SafariView: UIViewControllerRepresentable {
let url: URL
func makeUIViewController(context: UIViewControllerRepresentableContext<SafariView>) -> SFSafariViewController {
return SFSafariViewController(url: url)
}

func updateUIViewController(_ uiViewController: SFSafariViewController, context: UIViewControllerRepresentableContext<SafariView>) { }
}
Loading

0 comments on commit 73ded43

Please sign in to comment.