Skip to content

Commit

Permalink
[파일 추가 커밋]
Browse files Browse the repository at this point in the history
  • Loading branch information
1Consumption committed Apr 3, 2020
1 parent 4739cc7 commit 2012a3e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions iOS/dust/dust.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
A53BDE2424351AD6006BD7C0 /* ImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A53BDE2324351AD6006BD7C0 /* ImageOperation.swift */; };
A53BDE592435DB12006BD7C0 /* LocationManagerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A53BDE582435DB12006BD7C0 /* LocationManagerDelegate.swift */; };
A53BDE5F24365DAC006BD7C0 /* DustGrade.swift in Sources */ = {isa = PBXBuildFile; fileRef = A53BDE5E24365DAC006BD7C0 /* DustGrade.swift */; };
A53BDE612436F879006BD7C0 /* ForecastModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A53BDE602436F879006BD7C0 /* ForecastModel.swift */; };
A53BDE6324371364006BD7C0 /* DayExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = A53BDE6224371364006BD7C0 /* DayExtension.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -64,6 +66,8 @@
A53BDE2324351AD6006BD7C0 /* ImageOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageOperation.swift; sourceTree = "<group>"; };
A53BDE582435DB12006BD7C0 /* LocationManagerDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationManagerDelegate.swift; sourceTree = "<group>"; };
A53BDE5E24365DAC006BD7C0 /* DustGrade.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DustGrade.swift; sourceTree = "<group>"; };
A53BDE602436F879006BD7C0 /* ForecastModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ForecastModel.swift; sourceTree = "<group>"; };
A53BDE6224371364006BD7C0 /* DayExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DayExtension.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -105,6 +109,7 @@
A53106F82431F756005C95F7 /* dust */ = {
isa = PBXGroup;
children = (
A53BDE642437136E006BD7C0 /* Extension */,
A53BDE572435DAD9006BD7C0 /* Controller */,
A531073024331203005C95F7 /* Model */,
A531072124324B1C005C95F7 /* View */,
Expand Down Expand Up @@ -174,6 +179,7 @@
A531073324337E55005C95F7 /* DustInfoModelManager.swift */,
A53BDE1F2434C6E0006BD7C0 /* NetworkConnection.swift */,
A53BDE5E24365DAC006BD7C0 /* DustGrade.swift */,
A53BDE602436F879006BD7C0 /* ForecastModel.swift */,
);
path = Model;
sourceTree = "<group>";
Expand All @@ -186,6 +192,14 @@
path = Controller;
sourceTree = "<group>";
};
A53BDE642437136E006BD7C0 /* Extension */ = {
isa = PBXGroup;
children = (
A53BDE6224371364006BD7C0 /* DayExtension.swift */,
);
path = Extension;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -287,12 +301,14 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A53BDE6324371364006BD7C0 /* DayExtension.swift in Sources */,
A531072B2432FB8D005C95F7 /* ChartTableViewCell.swift in Sources */,
A53BDE2424351AD6006BD7C0 /* ImageOperation.swift in Sources */,
A53107002431F756005C95F7 /* ForecastViewController.swift in Sources */,
A531073224331228005C95F7 /* DustInfoModel.swift in Sources */,
A53BDE592435DB12006BD7C0 /* LocationManagerDelegate.swift in Sources */,
A53106FE2431F756005C95F7 /* ChartViewController.swift in Sources */,
A53BDE612436F879006BD7C0 /* ForecastModel.swift in Sources */,
A531072D2432FD4E005C95F7 /* ChartTableViewDatasource.swift in Sources */,
A53BDE222434C76A006BD7C0 /* ImageManager.swift in Sources */,
A53BDE1A2434B332006BD7C0 /* PlayButton.swift in Sources */,
Expand Down

0 comments on commit 2012a3e

Please sign in to comment.