Skip to content

Commit 6c59c15

Browse files
committed
implement composable-architecture with eventView + ProfileView
1 parent c8dbded commit 6c59c15

File tree

6 files changed

+6
-32
lines changed

6 files changed

+6
-32
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@ iOSInjectionProject/
107107
!*.xcodeproj/xcshareddata/
108108
!*.xcworkspace/contents.xcworkspacedata
109109
**/xcshareddata/WorkspaceSettings.xcsettings
110-
Addame/Configs/Production.xcconfig
111110
vendor
112111
.bundle/config
113-
Addame/ExprimentViews
114112
Addame/Configs/Development.xcconfig
115-
Addame/Config/Production.xcconfig
113+
Addame/Configs/Production.xcconfig

Addame.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
C33DFABE261F1A9700132010 /* ProductionCopy.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = C33DFABA261F1A9700132010 /* ProductionCopy.xcconfig */; };
1212
C33DFABF261F1A9700132010 /* Production.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = C33DFABB261F1A9700132010 /* Production.xcconfig */; };
1313
C33DFAC0261F1A9700132010 /* DevelopmentCopy.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = C33DFABC261F1A9700132010 /* DevelopmentCopy.xcconfig */; };
14-
C33DFAC1261F1A9700132010 /* Development.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = C33DFABD261F1A9700132010 /* Development.xcconfig */; };
1514
C33DFAC8261F1B4100132010 /* Environment.swift in Sources */ = {isa = PBXBuildFile; fileRef = C33DFAC7261F1B4100132010 /* Environment.swift */; };
15+
C3D8FF7F2629A80D000F39AA /* Development.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = C33DFABD261F1A9700132010 /* Development.xcconfig */; };
1616
C3E50CA0261B5DFA00285977 /* Addame.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3E50C9F261B5DFA00285977 /* Addame.swift */; };
1717
C3E50CA4261B5DFF00285977 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C3E50CA3261B5DFF00285977 /* Assets.xcassets */; };
1818
C3E50CA7261B5DFF00285977 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C3E50CA6261B5DFF00285977 /* Preview Assets.xcassets */; };
@@ -71,7 +71,7 @@
7171
/* End PBXFrameworksBuildPhase section */
7272

7373
/* Begin PBXGroup section */
74-
C33DFAB9261F1A7A00132010 /* Config */ = {
74+
C33DFAB9261F1A7A00132010 /* Configs */ = {
7575
isa = PBXGroup;
7676
children = (
7777
C33DFAC7261F1B4100132010 /* Environment.swift */,
@@ -80,7 +80,7 @@
8080
C33DFABB261F1A9700132010 /* Production.xcconfig */,
8181
C33DFABA261F1A9700132010 /* ProductionCopy.xcconfig */,
8282
);
83-
path = Config;
83+
path = Configs;
8484
sourceTree = "<group>";
8585
};
8686
C3BB96D0261DA9B000A8ADB1 /* Domains */ = {
@@ -145,7 +145,7 @@
145145
C3E50C9E261B5DFA00285977 /* Addame */ = {
146146
isa = PBXGroup;
147147
children = (
148-
C33DFAB9261F1A7A00132010 /* Config */,
148+
C33DFAB9261F1A7A00132010 /* Configs */,
149149
C3C22FDF261F031C0003FCC0 /* AddameSPM */,
150150
C3E50CAF261B5EA800285977 /* Modules */,
151151
C3E50C9F261B5DFA00285977 /* Addame.swift */,
@@ -255,7 +255,7 @@
255255
isa = PBXResourcesBuildPhase;
256256
buildActionMask = 2147483647;
257257
files = (
258-
C33DFAC1261F1A9700132010 /* Development.xcconfig in Resources */,
258+
C3D8FF7F2629A80D000F39AA /* Development.xcconfig in Resources */,
259259
C3E50CA7261B5DFF00285977 /* Preview Assets.xcassets in Resources */,
260260
C33DFABF261F1A9700132010 /* Production.xcconfig in Resources */,
261261
C3E50CA4261B5DFF00285977 /* Assets.xcassets in Resources */,

Addame/Config/Development.xcconfig

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)