Skip to content

Commit 6fb5654

Browse files
SYNX
1 parent 1e9e360 commit 6fb5654

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

DatasourceDemo.xcodeproj/project.pbxproj

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@
6666
B71A47CA1E3389EC00063592 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6767
B7B6E56A1E33B7EF000CA782 /* R.generated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = R.generated.swift; sourceTree = "<group>"; };
6868
B7B6E56C1E33B88E000CA782 /* DemoView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = DemoView.xib; sourceTree = "<group>"; };
69-
B7B6E5741E33BAC4000CA782 /* DataSource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = DataSource.swift; path = ../Models/DataSource.swift; sourceTree = "<group>"; };
69+
B7B6E5741E33BAC4000CA782 /* DataSource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = DataSource.swift; path = DataSource.swift; sourceTree = "<group>"; };
7070
B7B6E5761E33BBBD000CA782 /* DemoViewCollectionViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = DemoViewCollectionViewCell.xib; sourceTree = "<group>"; };
7171
B7B6E57B1E33C1DF000CA782 /* DemoViewCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DemoViewCollectionViewCell.swift; sourceTree = "<group>"; };
7272
B7B6E57D1E33C1FE000CA782 /* DemoView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DemoView.swift; sourceTree = "<group>"; };
73-
B7B6E57F1E33C38E000CA782 /* FlowLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FlowLayout.swift; path = ../Models/FlowLayout.swift; sourceTree = "<group>"; };
73+
B7B6E57F1E33C38E000CA782 /* FlowLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FlowLayout.swift; path = FlowLayout.swift; sourceTree = "<group>"; };
7474
CBC80DA3B43C8DCD8D484F97 /* Pods-DatasourceDemoUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DatasourceDemoUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-DatasourceDemoUITests/Pods-DatasourceDemoUITests.release.xcconfig"; sourceTree = "<group>"; };
7575
E97121DD54AA61D3CFEB042C /* Pods_DatasourceDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DatasourceDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7676
/* End PBXFileReference section */
@@ -152,10 +152,10 @@
152152
B71A47A71E3389EC00063592 /* DatasourceDemo */ = {
153153
isa = PBXGroup;
154154
children = (
155-
B7B6E5831E33D01B000CA782 /* Resources */,
155+
B7B6E56E1E33B93A000CA782 /* Controllers */,
156156
B7B6E5701E33B957000CA782 /* Layouts */,
157+
B7B6E5831E33D01B000CA782 /* Resources */,
157158
B7B6E57A1E33C1C5000CA782 /* Views */,
158-
B7B6E56E1E33B93A000CA782 /* Controllers */,
159159
B71A47A81E3389EC00063592 /* AppDelegate.swift */,
160160
);
161161
path = DatasourceDemo;
@@ -182,8 +182,8 @@
182182
B7B6E56E1E33B93A000CA782 /* Controllers */ = {
183183
isa = PBXGroup;
184184
children = (
185-
B71A47AA1E3389EC00063592 /* DemoViewController.swift */,
186185
B7B6E5741E33BAC4000CA782 /* DataSource.swift */,
186+
B71A47AA1E3389EC00063592 /* DemoViewController.swift */,
187187
B7B6E57F1E33C38E000CA782 /* FlowLayout.swift */,
188188
);
189189
path = Controllers;
@@ -228,10 +228,11 @@
228228
B7B6E5831E33D01B000CA782 /* Resources */ = {
229229
isa = PBXGroup;
230230
children = (
231-
B71A47B41E3389EC00063592 /* Info.plist */,
232231
B71A47AF1E3389EC00063592 /* Assets.xcassets */,
232+
B71A47B41E3389EC00063592 /* Info.plist */,
233233
);
234234
name = Resources;
235+
path = Resources;
235236
sourceTree = "<group>";
236237
};
237238
/* End PBXGroup section */
@@ -695,7 +696,7 @@
695696
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
696697
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
697698
DEVELOPMENT_TEAM = B523L54ZLB;
698-
INFOPLIST_FILE = DatasourceDemo/Info.plist;
699+
INFOPLIST_FILE = DatasourceDemo/Resources/Info.plist;
699700
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
700701
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
701702
PRODUCT_BUNDLE_IDENTIFIER = com.ios.datasourceDemo;
@@ -711,7 +712,7 @@
711712
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
712713
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
713714
DEVELOPMENT_TEAM = B523L54ZLB;
714-
INFOPLIST_FILE = DatasourceDemo/Info.plist;
715+
INFOPLIST_FILE = DatasourceDemo/Resources/Info.plist;
715716
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
716717
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
717718
PRODUCT_BUNDLE_IDENTIFIER = com.ios.datasourceDemo;
File renamed without changes.

0 commit comments

Comments
 (0)