-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/2.0.1' into main
- Loading branch information
Showing
146 changed files
with
2,627 additions
and
1,778 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
72 changes: 72 additions & 0 deletions
72
RelaxOn.xcodeproj/xcshareddata/xcschemes/RelaxOnUITests.xcscheme
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,72 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Scheme | ||
LastUpgradeVersion = "1330" | ||
version = "1.3"> | ||
<BuildAction | ||
parallelizeBuildables = "YES" | ||
buildImplicitDependencies = "YES"> | ||
</BuildAction> | ||
<TestAction | ||
buildConfiguration = "Debug" | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
shouldUseLaunchSchemeArgsEnv = "YES"> | ||
<Testables> | ||
<TestableReference | ||
skipped = "NO"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "C776B16D28B2620000A13052" | ||
BuildableName = "RelaxOnUITests.xctest" | ||
BlueprintName = "RelaxOnUITests" | ||
ReferencedContainer = "container:RelaxOn.xcodeproj"> | ||
</BuildableReference> | ||
</TestableReference> | ||
</Testables> | ||
</TestAction> | ||
<LaunchAction | ||
buildConfiguration = "Debug" | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
launchStyle = "0" | ||
useCustomWorkingDirectory = "NO" | ||
ignoresPersistentStateOnLaunch = "NO" | ||
debugDocumentVersioning = "YES" | ||
debugServiceExtension = "internal" | ||
allowLocationSimulation = "YES" | ||
notificationPayloadFile = "RelaxOnWatch WatchKit Extension/PushNotificationPayload.apns"> | ||
<BuildableProductRunnable | ||
runnableDebuggingMode = "0"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "58DE617E2839C13900F25769" | ||
BuildableName = "RelaxOn.app" | ||
BlueprintName = "RelaxOn" | ||
ReferencedContainer = "container:RelaxOn.xcodeproj"> | ||
</BuildableReference> | ||
</BuildableProductRunnable> | ||
</LaunchAction> | ||
<ProfileAction | ||
buildConfiguration = "Release" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
savedToolIdentifier = "" | ||
useCustomWorkingDirectory = "NO" | ||
debugDocumentVersioning = "YES"> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "58DE617E2839C13900F25769" | ||
BuildableName = "RelaxOn.app" | ||
BlueprintName = "RelaxOn" | ||
ReferencedContainer = "container:RelaxOn.xcodeproj"> | ||
</BuildableReference> | ||
</MacroExpansion> | ||
</ProfileAction> | ||
<AnalyzeAction | ||
buildConfiguration = "Debug"> | ||
</AnalyzeAction> | ||
<ArchiveAction | ||
buildConfiguration = "Release" | ||
revealArchiveInOrganizer = "YES"> | ||
</ArchiveAction> | ||
</Scheme> |
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
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,29 @@ | ||
// | ||
// AppDelegate.swift | ||
// RelaxOn | ||
// | ||
// Created by 이가은 on 2022/08/30. | ||
// | ||
|
||
import UIKit | ||
|
||
class AppDelegate: NSObject, UIApplicationDelegate { | ||
func application( | ||
_ application: UIApplication, | ||
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil | ||
) -> Bool { | ||
// ... | ||
return true | ||
} | ||
func application( | ||
_ application: UIApplication, | ||
configurationForConnecting connectingSceneSession: UISceneSession, | ||
options: UIScene.ConnectionOptions | ||
) -> UISceneConfiguration { | ||
let sceneConfig = UISceneConfiguration(name: nil, sessionRole: connectingSceneSession.role) | ||
sceneConfig.delegateClass = SceneDelegate.self | ||
return sceneConfig | ||
} | ||
} | ||
|
||
|
Binary file modified
BIN
-95.1 KB
(93%)
RelaxOn/Assets.xcassets/Sound thumbnail/Base/LongSun.imageset/LongSun.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
-44.1 KB
(91%)
RelaxOn/Assets.xcassets/Sound thumbnail/Base/Oxygen.imageset/Oxygen.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
+1010 KB
(140%)
RelaxOn/Assets.xcassets/Sound thumbnail/Base/SpaceHigh.imageset/SpaceHigh.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
-2.09 MB
(12%)
RelaxOn/Assets.xcassets/Sound thumbnail/Base/SpaceLow.imageset/SpaceLow.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
+915 KB
(130%)
RelaxOn/Assets.xcassets/Sound thumbnail/Base/SpaceMid.imageset/SpaceMid.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
+326 KB
(150%)
RelaxOn/Assets.xcassets/Sound thumbnail/Melody/Ambient.imageset/Ambient.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
RelaxOn/Assets.xcassets/Sound thumbnail/Melody/Garden.imageset/Contents.json
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 removed
BIN
-2.51 MB
RelaxOn/Assets.xcassets/Sound thumbnail/Melody/Garden.imageset/Garden.png
Binary file not shown.
Binary file added
BIN
+241 KB
RelaxOn/Assets.xcassets/Sound thumbnail/Melody/Garden.imageset/PeacefulGarden.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 removed
BIN
-1.16 MB
RelaxOn/Assets.xcassets/Sound thumbnail/Melody/Gymnopedia.imageset/Gymnopedie.png
Binary file not shown.
File renamed without changes.
Binary file added
BIN
+906 KB
RelaxOn/Assets.xcassets/Sound thumbnail/Melody/Gymnopedie.imageset/Gymnopedie.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.46 MB
(5.0%)
RelaxOn/Assets.xcassets/Sound thumbnail/Melody/Relaxing.imageset/Relaxing.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
-742 KB
(10%)
RelaxOn/Assets.xcassets/Sound thumbnail/Melody/Wisdom.imageset/Wisdom.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 removed
BIN
-983 KB
RelaxOn/Assets.xcassets/Sound thumbnail/Natural/DryGrass.imageset/DryGrass.png
Binary file not shown.
Binary file removed
BIN
-2.02 MB
RelaxOn/Assets.xcassets/Sound thumbnail/Natural/Stream.imageset/Stream.png
Binary file not shown.
Binary file removed
BIN
-1.06 MB
...On/Assets.xcassets/Sound thumbnail/Natural/SummerField.imageset/SummerField.png
Binary file not shown.
Binary file removed
BIN
-1.18 MB
.../Assets.xcassets/Sound thumbnail/Natural/UmbrellaRain.imageset/UmbrellaRain.png
Binary file not shown.
Binary file removed
BIN
-1.61 MB
RelaxOn/Assets.xcassets/Sound thumbnail/Natural/Wave.imageset/Wave.png
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+1.46 MB
RelaxOn/Assets.xcassets/Sound thumbnail/WhiteNoise/DryGrass.imageset/DryGrass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file added
BIN
+319 KB
RelaxOn/Assets.xcassets/Sound thumbnail/WhiteNoise/Stream.imageset/Stream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file added
BIN
+48.3 KB
...Assets.xcassets/Sound thumbnail/WhiteNoise/SummerField.imageset/SummerField.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file added
BIN
+65.5 KB
...sets.xcassets/Sound thumbnail/WhiteNoise/UmbrellaRain.imageset/UmbrellaRain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file added
BIN
+62.1 KB
RelaxOn/Assets.xcassets/Sound thumbnail/WhiteNoise/Wave.imageset/Wave.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,6 @@ | ||
{ | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
RelaxOn/Assets.xcassets/Widget/WidgetBackground.imageset/Contents.json
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,21 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "WidgetBackground.png", | ||
"idiom" : "universal", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file added
BIN
+22.7 KB
RelaxOn/Assets.xcassets/Widget/WidgetBackground.imageset/WidgetBackground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions
21
RelaxOn/Assets.xcassets/Widget/WidgetLogo.imageset/Contents.json
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,21 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "WidgetLogo.png", | ||
"idiom" : "universal", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
} | ||
], | ||
"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.
Oops, something went wrong.