Skip to content

Commit

Permalink
update base project for ios-3rd
Browse files Browse the repository at this point in the history
  • Loading branch information
yagom committed Jun 6, 2021
1 parent a02ced5 commit 822fc64
Show file tree
Hide file tree
Showing 13 changed files with 475 additions and 35 deletions.
46 changes: 37 additions & 9 deletions JuiceMaker/JuiceMaker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
C71CD66B266C7ACB0038B9CB /* FruitStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = C71CD66A266C7ACB0038B9CB /* FruitStore.swift */; };
C73DAF37255D0CDD00020D38 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C73DAF36255D0CDD00020D38 /* AppDelegate.swift */; };
C73DAF39255D0CDD00020D38 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C73DAF38255D0CDD00020D38 /* SceneDelegate.swift */; };
C73DAF3B255D0CDD00020D38 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C73DAF3A255D0CDD00020D38 /* ViewController.swift */; };
Expand All @@ -17,6 +18,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
C71CD66A266C7ACB0038B9CB /* FruitStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FruitStore.swift; sourceTree = "<group>"; };
C73DAF33255D0CDD00020D38 /* JuiceMaker.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JuiceMaker.app; sourceTree = BUILT_PRODUCTS_DIR; };
C73DAF36255D0CDD00020D38 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
C73DAF38255D0CDD00020D38 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
Expand All @@ -39,6 +41,35 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
C71CD66D266C7B470038B9CB /* Controller */ = {
isa = PBXGroup;
children = (
C73DAF36255D0CDD00020D38 /* AppDelegate.swift */,
C73DAF38255D0CDD00020D38 /* SceneDelegate.swift */,
C73DAF3A255D0CDD00020D38 /* ViewController.swift */,
);
path = Controller;
sourceTree = "<group>";
};
C71CD66F266C7B500038B9CB /* Model */ = {
isa = PBXGroup;
children = (
C73DAF4B255D0D0400020D38 /* JuiceMaker.swift */,
C71CD66A266C7ACB0038B9CB /* FruitStore.swift */,
);
path = Model;
sourceTree = "<group>";
};
C71CD671266C7B570038B9CB /* View */ = {
isa = PBXGroup;
children = (
C73DAF3C255D0CDD00020D38 /* Main.storyboard */,
C73DAF3F255D0CDE00020D38 /* Assets.xcassets */,
C73DAF41255D0CDF00020D38 /* LaunchScreen.storyboard */,
);
path = View;
sourceTree = "<group>";
};
C73DAF2A255D0CDC00020D38 = {
isa = PBXGroup;
children = (
Expand All @@ -58,13 +89,9 @@
C73DAF35255D0CDD00020D38 /* JuiceMaker */ = {
isa = PBXGroup;
children = (
C73DAF36255D0CDD00020D38 /* AppDelegate.swift */,
C73DAF38255D0CDD00020D38 /* SceneDelegate.swift */,
C73DAF3A255D0CDD00020D38 /* ViewController.swift */,
C73DAF4B255D0D0400020D38 /* JuiceMaker.swift */,
C73DAF3C255D0CDD00020D38 /* Main.storyboard */,
C73DAF3F255D0CDE00020D38 /* Assets.xcassets */,
C73DAF41255D0CDF00020D38 /* LaunchScreen.storyboard */,
C71CD66D266C7B470038B9CB /* Controller */,
C71CD66F266C7B500038B9CB /* Model */,
C71CD671266C7B570038B9CB /* View */,
C73DAF44255D0CDF00020D38 /* Info.plist */,
);
path = JuiceMaker;
Expand Down Expand Up @@ -140,6 +167,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C71CD66B266C7ACB0038B9CB /* FruitStore.swift in Sources */,
C73DAF3B255D0CDD00020D38 /* ViewController.swift in Sources */,
C73DAF37255D0CDD00020D38 /* AppDelegate.swift in Sources */,
C73DAF39255D0CDD00020D38 /* SceneDelegate.swift in Sources */,
Expand Down Expand Up @@ -299,7 +327,7 @@
PRODUCT_BUNDLE_IDENTIFIER = net.yagom.JuiceMaker;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
Expand All @@ -317,7 +345,7 @@
PRODUCT_BUNDLE_IDENTIFIER = net.yagom.JuiceMaker;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
};
Expand Down
24 changes: 0 additions & 24 deletions JuiceMaker/JuiceMaker/Base.lproj/Main.storyboard

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion JuiceMaker/JuiceMaker/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
Expand Down
12 changes: 12 additions & 0 deletions JuiceMaker/JuiceMaker/Model/FruitStore.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//
// JuiceMaker - FruitStore.swift
// Created by yagom.
// Copyright © yagom. All rights reserved.
//

import Foundation

// 과일 타입
class FruitStore {

}
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@

import Foundation

/// 쥬스 메이커 타입
// 쥬스 메이커 타입
struct JuiceMaker {

}
Loading

0 comments on commit 822fc64

Please sign in to comment.