Skip to content
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
39 changes: 31 additions & 8 deletions Projects/CommonUI/CommonUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
archiveVersion = 1;
classes = {
};
objectVersion = 55;
objectVersion = 56;
objects = {

/* Begin PBXBuildFile section */
473C96577A92DD6F71241A76 /* MyPageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9266801EFBA6178C5B70C641 /* MyPageView.swift */; };
959AFCDA2E1CF75A006F9875 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 959AFCD92E1CF75A006F9875 /* Images.xcassets */; };
959AFCDC2E1D0271006F9875 /* Colors.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 959AFCDB2E1D0271006F9875 /* Colors.xcassets */; };
959AFCDF2E1D3F01006F9875 /* HomeProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 959AFCDE2E1D3EF7006F9875 /* HomeProgressView.swift */; };
BE81B1F3E60D37D75A058D2B /* SnapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9CCDC15081A22BAED6318E3E /* SnapKit.framework */; };
C9831384B25F6DE9A630F6FC /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD69BB6AD88A246EE5D437C3 /* HomeView.swift */; };
E055AA66777B1D4CC8C884E4 /* CommonUIAssets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EF1CA00DA4B6E64F0CB1F0 /* CommonUIAssets.swift */; };
Expand Down Expand Up @@ -36,6 +39,9 @@
3EBDD10D8389EBB23B42C54F /* ChatView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatView.swift; sourceTree = "<group>"; };
75EF1CA00DA4B6E64F0CB1F0 /* CommonUIAssets.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommonUIAssets.swift; sourceTree = "<group>"; };
9266801EFBA6178C5B70C641 /* MyPageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyPageView.swift; sourceTree = "<group>"; };
959AFCD92E1CF75A006F9875 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
959AFCDB2E1D0271006F9875 /* Colors.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Colors.xcassets; sourceTree = "<group>"; };
959AFCDE2E1D3EF7006F9875 /* HomeProgressView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeProgressView.swift; sourceTree = "<group>"; };
9CCDC15081A22BAED6318E3E /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C28FE6392E1612667826E5C5 /* DiaryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiaryView.swift; sourceTree = "<group>"; };
CDBD62030B65AE3A6A7F34D6 /* CommonUI-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "CommonUI-Info.plist"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -96,12 +102,30 @@
path = Base;
sourceTree = "<group>";
};
959AFCD82E1CF73B006F9875 /* Assets */ = {
isa = PBXGroup;
children = (
959AFCD92E1CF75A006F9875 /* Images.xcassets */,
959AFCDB2E1D0271006F9875 /* Colors.xcassets */,
);
path = Assets;
sourceTree = "<group>";
};
959AFCDD2E1D0600006F9875 /* Home */ = {
isa = PBXGroup;
children = (
DD69BB6AD88A246EE5D437C3 /* HomeView.swift */,
959AFCDE2E1D3EF7006F9875 /* HomeProgressView.swift */,
);
path = Home;
sourceTree = "<group>";
};
9786E1056828B1E6D5EDAB7C /* View */ = {
isa = PBXGroup;
children = (
959AFCDD2E1D0600006F9875 /* Home */,
3EBDD10D8389EBB23B42C54F /* ChatView.swift */,
C28FE6392E1612667826E5C5 /* DiaryView.swift */,
DD69BB6AD88A246EE5D437C3 /* HomeView.swift */,
9266801EFBA6178C5B70C641 /* MyPageView.swift */,
);
path = View;
Expand All @@ -118,6 +142,7 @@
BADD047B94176A526A5B7FB2 /* Sources */ = {
isa = PBXGroup;
children = (
959AFCD82E1CF73B006F9875 /* Assets */,
88FA467F361B11350139B775 /* Base */,
532B9EC7299244FE28190921 /* Coordinator */,
2DBBCE824C7AA1459F0CEA0F /* Enum */,
Expand Down Expand Up @@ -173,8 +198,6 @@
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
TargetAttributes = {
};
};
buildConfigurationList = 26B57D5F96290632B0503228 /* Build configuration list for PBXProject "CommonUI" */;
compatibilityVersion = "Xcode 14.0";
Expand All @@ -199,6 +222,8 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
959AFCDA2E1CF75A006F9875 /* Images.xcassets in Resources */,
959AFCDC2E1D0271006F9875 /* Colors.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -211,6 +236,7 @@
files = (
F3DA12FF4D18AE405F2F6B08 /* BaseViewController.swift in Sources */,
E0865F2849CCB89CC83D3B77 /* Coordinator.swift in Sources */,
959AFCDF2E1D3F01006F9875 /* HomeProgressView.swift in Sources */,
E055AA66777B1D4CC8C884E4 /* CommonUIAssets.swift in Sources */,
F7673E4248628D67F3542848 /* ChatView.swift in Sources */,
FB3FE0AB8AE6868B6D5E241C /* DiaryView.swift in Sources */,
Expand Down Expand Up @@ -330,10 +356,7 @@
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = (
"$(inherited)",
DEBUG,
);
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
SWIFT_COMPILATION_MODE = singlefile;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
Expand Down
1 change: 1 addition & 0 deletions Projects/CommonUI/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ let project = Project(
bundleId: "io.tuist.CommonUI",
sources: ["Sources/**"],
dependencies: [
.project(target: "Domain", path: "../Domain"),
.external(name: "SnapKit")
]
)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x00",
"green" : "0x00",
"red" : "0x00"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x00",
"green" : "0x00",
"red" : "0x00"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x49",
"green" : "0x3C",
"red" : "0x35"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x49",
"green" : "0x3C",
"red" : "0x35"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xD1",
"green" : "0xD1",
"red" : "0xD1"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xD1",
"green" : "0xD1",
"red" : "0xD1"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xFF",
"green" : "0xFF",
"red" : "0xFE"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xFF",
"green" : "0xFF",
"red" : "0xFE"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x72",
"green" : "0xB8",
"red" : "0xFF"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x72",
"green" : "0xB8",
"red" : "0xFF"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xBD",
"green" : "0xDE",
"red" : "0xFF"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xBD",
"green" : "0xDE",
"red" : "0xFF"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Loading