Skip to content
Open
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
Binary file modified .DS_Store
Binary file not shown.
Binary file added OpenMarket/.DS_Store
Binary file not shown.
185 changes: 179 additions & 6 deletions OpenMarket/OpenMarket.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,36 @@
objects = {

/* Begin PBXBuildFile section */
260EED732907ACF700ED0628 /* Product.swift in Sources */ = {isa = PBXBuildFile; fileRef = 260EED722907ACF700ED0628 /* Product.swift */; };
260EED752907AD4100ED0628 /* Page.swift in Sources */ = {isa = PBXBuildFile; fileRef = 260EED742907AD4100ED0628 /* Page.swift */; };
2623FC792910DF3F0030BD85 /* SessionData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2623FC782910DF3F0030BD85 /* SessionData.swift */; };
26D8C5162912050C0058845B /* URLType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D8C5152912050C0058845B /* URLType.swift */; };
C70FB0FB25BEF61C00C9924E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C70FB0FA25BEF61C00C9924E /* AppDelegate.swift */; };
C70FB0FD25BEF61C00C9924E /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C70FB0FC25BEF61C00C9924E /* SceneDelegate.swift */; };
C70FB0FF25BEF61C00C9924E /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C70FB0FE25BEF61C00C9924E /* ViewController.swift */; };
C70FB10225BEF61C00C9924E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C70FB10025BEF61C00C9924E /* Main.storyboard */; };
C70FB10425BEF61D00C9924E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C70FB10325BEF61D00C9924E /* Assets.xcassets */; };
C70FB10725BEF61D00C9924E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C70FB10525BEF61D00C9924E /* LaunchScreen.storyboard */; };
FB7200DB2907BE57005C35FA /* JSONParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB7200DA2907BE57005C35FA /* JSONParser.swift */; };
FB7200DD2907C0A7005C35FA /* MyError.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB7200DC2907C0A7005C35FA /* MyError.swift */; };
FB7200E52907C275005C35FA /* OpenMarketDataParsingTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB7200E42907C275005C35FA /* OpenMarketDataParsingTest.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
FB7200E62907C275005C35FA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C70FB0EF25BEF61C00C9924E /* Project object */;
proxyType = 1;
remoteGlobalIDString = C70FB0F625BEF61C00C9924E;
remoteInfo = OpenMarket;
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
260EED722907ACF700ED0628 /* Product.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Product.swift; sourceTree = "<group>"; };
260EED742907AD4100ED0628 /* Page.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Page.swift; sourceTree = "<group>"; };
2623FC782910DF3F0030BD85 /* SessionData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionData.swift; sourceTree = "<group>"; };
26D8C5152912050C0058845B /* URLType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLType.swift; sourceTree = "<group>"; };
C70FB0F725BEF61C00C9924E /* OpenMarket.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OpenMarket.app; sourceTree = BUILT_PRODUCTS_DIR; };
C70FB0FA25BEF61C00C9924E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
C70FB0FC25BEF61C00C9924E /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
Expand All @@ -24,6 +45,10 @@
C70FB10325BEF61D00C9924E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
C70FB10625BEF61D00C9924E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
C70FB10825BEF61D00C9924E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
FB7200DA2907BE57005C35FA /* JSONParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONParser.swift; sourceTree = "<group>"; };
FB7200DC2907C0A7005C35FA /* MyError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyError.swift; sourceTree = "<group>"; };
FB7200E22907C275005C35FA /* OpenMarketDataParsingTest.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = OpenMarketDataParsingTest.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
FB7200E42907C275005C35FA /* OpenMarketDataParsingTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpenMarketDataParsingTest.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -34,13 +59,53 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
FB7200DF2907C275005C35FA /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
260EED6F2907AC0F00ED0628 /* Model */ = {
isa = PBXGroup;
children = (
260EED742907AD4100ED0628 /* Page.swift */,
260EED722907ACF700ED0628 /* Product.swift */,
FB7200DA2907BE57005C35FA /* JSONParser.swift */,
FB7200DC2907C0A7005C35FA /* MyError.swift */,
2623FC782910DF3F0030BD85 /* SessionData.swift */,
26D8C5152912050C0058845B /* URLType.swift */,
);
path = Model;
sourceTree = "<group>";
};
260EED702907AC1900ED0628 /* Controller */ = {
isa = PBXGroup;
children = (
C70FB0FA25BEF61C00C9924E /* AppDelegate.swift */,
C70FB0FC25BEF61C00C9924E /* SceneDelegate.swift */,
C70FB0FE25BEF61C00C9924E /* ViewController.swift */,
);
path = Controller;
sourceTree = "<group>";
};
260EED712907AC1F00ED0628 /* View */ = {
isa = PBXGroup;
children = (
C70FB10025BEF61C00C9924E /* Main.storyboard */,
C70FB10525BEF61D00C9924E /* LaunchScreen.storyboard */,
);
path = View;
sourceTree = "<group>";
};
C70FB0EE25BEF61C00C9924E = {
isa = PBXGroup;
children = (
C70FB0F925BEF61C00C9924E /* OpenMarket */,
FB7200E32907C275005C35FA /* OpenMarketDataParsingTest */,
C70FB0F825BEF61C00C9924E /* Products */,
);
sourceTree = "<group>";
Expand All @@ -49,24 +114,31 @@
isa = PBXGroup;
children = (
C70FB0F725BEF61C00C9924E /* OpenMarket.app */,
FB7200E22907C275005C35FA /* OpenMarketDataParsingTest.xctest */,
);
name = Products;
sourceTree = "<group>";
};
C70FB0F925BEF61C00C9924E /* OpenMarket */ = {
isa = PBXGroup;
children = (
C70FB0FA25BEF61C00C9924E /* AppDelegate.swift */,
C70FB0FC25BEF61C00C9924E /* SceneDelegate.swift */,
C70FB0FE25BEF61C00C9924E /* ViewController.swift */,
C70FB10025BEF61C00C9924E /* Main.storyboard */,
260EED6F2907AC0F00ED0628 /* Model */,
260EED712907AC1F00ED0628 /* View */,
260EED702907AC1900ED0628 /* Controller */,
C70FB10325BEF61D00C9924E /* Assets.xcassets */,
C70FB10525BEF61D00C9924E /* LaunchScreen.storyboard */,
C70FB10825BEF61D00C9924E /* Info.plist */,
);
path = OpenMarket;
sourceTree = "<group>";
};
FB7200E32907C275005C35FA /* OpenMarketDataParsingTest */ = {
isa = PBXGroup;
children = (
FB7200E42907C275005C35FA /* OpenMarketDataParsingTest.swift */,
);
path = OpenMarketDataParsingTest;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -87,18 +159,40 @@
productReference = C70FB0F725BEF61C00C9924E /* OpenMarket.app */;
productType = "com.apple.product-type.application";
};
FB7200E12907C275005C35FA /* OpenMarketDataParsingTest */ = {
isa = PBXNativeTarget;
buildConfigurationList = FB7200E82907C275005C35FA /* Build configuration list for PBXNativeTarget "OpenMarketDataParsingTest" */;
buildPhases = (
FB7200DE2907C275005C35FA /* Sources */,
FB7200DF2907C275005C35FA /* Frameworks */,
FB7200E02907C275005C35FA /* Resources */,
);
buildRules = (
);
dependencies = (
FB7200E72907C275005C35FA /* PBXTargetDependency */,
);
name = OpenMarketDataParsingTest;
productName = OpenMarketDataParsingTest;
productReference = FB7200E22907C275005C35FA /* OpenMarketDataParsingTest.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
C70FB0EF25BEF61C00C9924E /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1230;
LastSwiftUpdateCheck = 1320;
LastUpgradeCheck = 1230;
TargetAttributes = {
C70FB0F625BEF61C00C9924E = {
CreatedOnToolsVersion = 12.3;
};
FB7200E12907C275005C35FA = {
CreatedOnToolsVersion = 13.2.1;
TestTargetID = C70FB0F625BEF61C00C9924E;
};
};
};
buildConfigurationList = C70FB0F225BEF61C00C9924E /* Build configuration list for PBXProject "OpenMarket" */;
Expand All @@ -115,6 +209,7 @@
projectRoot = "";
targets = (
C70FB0F625BEF61C00C9924E /* OpenMarket */,
FB7200E12907C275005C35FA /* OpenMarketDataParsingTest */,
);
};
/* End PBXProject section */
Expand All @@ -130,21 +225,50 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
FB7200E02907C275005C35FA /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
C70FB0F325BEF61C00C9924E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
260EED732907ACF700ED0628 /* Product.swift in Sources */,
26D8C5162912050C0058845B /* URLType.swift in Sources */,
C70FB0FF25BEF61C00C9924E /* ViewController.swift in Sources */,
2623FC792910DF3F0030BD85 /* SessionData.swift in Sources */,
FB7200DB2907BE57005C35FA /* JSONParser.swift in Sources */,
C70FB0FB25BEF61C00C9924E /* AppDelegate.swift in Sources */,
C70FB0FD25BEF61C00C9924E /* SceneDelegate.swift in Sources */,
FB7200DD2907C0A7005C35FA /* MyError.swift in Sources */,
260EED752907AD4100ED0628 /* Page.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
FB7200DE2907C275005C35FA /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FB7200E52907C275005C35FA /* OpenMarketDataParsingTest.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
FB7200E72907C275005C35FA /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = C70FB0F625BEF61C00C9924E /* OpenMarket */;
targetProxy = FB7200E62907C275005C35FA /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
C70FB10025BEF61C00C9924E /* Main.storyboard */ = {
isa = PBXVariantGroup;
Expand Down Expand Up @@ -319,6 +443,46 @@
};
name = Release;
};
FB7200E92907C275005C35FA /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = LG3BJWGHMX;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.2;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = kr.hs.dgsw.OpenMarketDataParsingTest;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/OpenMarket.app/OpenMarket";
};
name = Debug;
};
FB7200EA2907C275005C35FA /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = LG3BJWGHMX;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.2;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = kr.hs.dgsw.OpenMarketDataParsingTest;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/OpenMarket.app/OpenMarket";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand All @@ -340,6 +504,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
FB7200E82907C275005C35FA /* Build configuration list for PBXNativeTarget "OpenMarketDataParsingTest" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FB7200E92907C275005C35FA /* Debug */,
FB7200EA2907C275005C35FA /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = C70FB0EF25BEF61C00C9924E /* Project object */;
Expand Down
Binary file added OpenMarket/OpenMarket/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"data" : [
{
"filename" : "products.json",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading