Skip to content

Commit 839aedc

Browse files
committed
Change repo structure + cleanup
1 parent 86094bb commit 839aedc

File tree

201 files changed

+121
-199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+121
-199
lines changed

FixFlexSamples.xcodeproj/project.pbxproj renamed to FixFlexSamples/FixFlexSamples.xcodeproj/project.pbxproj

+9-8
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
1B0C13B12B4B556B00846DE4 /* FixFlex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B0C13B02B4B556B00846DE4 /* FixFlex.swift */; };
1110
1B0C13B42B4B5F3200846DE4 /* SwiftUIKitView in Frameworks */ = {isa = PBXBuildFile; productRef = 1B0C13B32B4B5F3200846DE4 /* SwiftUIKitView */; };
11+
1B0C13F42B50873F00846DE4 /* FixFlex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B0C13F32B50870E00846DE4 /* FixFlex.swift */; };
1212
1B30096D2B1C97A600EA8644 /* Base.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B30096C2B1C97A600EA8644 /* Base.swift */; };
1313
1B30096F2B1CA61400EA8644 /* StoryViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B30096E2B1CA61400EA8644 /* StoryViewController.swift */; };
1414
1B3009712B1CAF0600EA8644 /* FixFlexStories.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B3009702B1CAF0600EA8644 /* FixFlexStories.swift */; };
@@ -48,7 +48,7 @@
4848

4949
/* Begin PBXFileReference section */
5050
1B096F132B1C0C6600450122 /* FixFlexSamples.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = FixFlexSamples.xctestplan; sourceTree = "<group>"; };
51-
1B0C13B02B4B556B00846DE4 /* FixFlex.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FixFlex.swift; sourceTree = "<group>"; };
51+
1B0C13F32B50870E00846DE4 /* FixFlex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FixFlex.swift; sourceTree = "<group>"; };
5252
1B30096C2B1C97A600EA8644 /* Base.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Base.swift; sourceTree = "<group>"; };
5353
1B30096E2B1CA61400EA8644 /* StoryViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoryViewController.swift; sourceTree = "<group>"; };
5454
1B3009702B1CAF0600EA8644 /* FixFlexStories.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FixFlexStories.swift; sourceTree = "<group>"; };
@@ -83,13 +83,14 @@
8383
/* End PBXFrameworksBuildPhase section */
8484

8585
/* Begin PBXGroup section */
86-
1B0C13AF2B4B556B00846DE4 /* Sources */ = {
86+
1B0C13F22B50870E00846DE4 /* Sources */ = {
8787
isa = PBXGroup;
8888
children = (
89-
1B0C13B02B4B556B00846DE4 /* FixFlex.swift */,
89+
1B0C13F32B50870E00846DE4 /* FixFlex.swift */,
9090
);
91-
path = Sources;
92-
sourceTree = SOURCE_ROOT;
91+
name = Sources;
92+
path = ../Sources;
93+
sourceTree = "<group>";
9394
};
9495
1B3009722B1CAF1F00EA8644 /* Stories */ = {
9596
isa = PBXGroup;
@@ -112,6 +113,7 @@
112113
1BDD347C2B1BC3A300B19632 = {
113114
isa = PBXGroup;
114115
children = (
116+
1B0C13F22B50870E00846DE4 /* Sources */,
115117
1B096F132B1C0C6600450122 /* FixFlexSamples.xctestplan */,
116118
1BDD34872B1BC3A300B19632 /* FixFlexSamples */,
117119
1BDD349E2B1BC3A500B19632 /* FixFlexSamplesTests */,
@@ -132,7 +134,6 @@
132134
1BDD34872B1BC3A300B19632 /* FixFlexSamples */ = {
133135
isa = PBXGroup;
134136
children = (
135-
1B0C13AF2B4B556B00846DE4 /* Sources */,
136137
1B3009732B1CAFCA00EA8644 /* Core */,
137138
1B3009722B1CAF1F00EA8644 /* Stories */,
138139
1BDD348A2B1BC3A300B19632 /* SceneDelegate.swift */,
@@ -273,7 +274,7 @@
273274
1B30096F2B1CA61400EA8644 /* StoryViewController.swift in Sources */,
274275
1B3009712B1CAF0600EA8644 /* FixFlexStories.swift in Sources */,
275276
1BDD348D2B1BC3A300B19632 /* StorybookViewController.swift in Sources */,
276-
1B0C13B12B4B556B00846DE4 /* FixFlex.swift in Sources */,
277+
1B0C13F42B50873F00846DE4 /* FixFlex.swift in Sources */,
277278
1BDD34892B1BC3A300B19632 /* AppDelegate.swift in Sources */,
278279
1B30096D2B1C97A600EA8644 /* Base.swift in Sources */,
279280
1BDD348B2B1BC3A300B19632 /* SceneDelegate.swift in Sources */,
File renamed without changes.
File renamed without changes.

README.md

+71-106
File renamed without changes.

native_book_gen/package-lock.json renamed to Readme/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)