Skip to content

Commit d392fb8

Browse files
author
Noot
committed
initial commit
1 parent 807a231 commit d392fb8

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

CommonUtils.xcodeproj/project.pbxproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
3A795A20169BF28B009CFF67 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 3A795A1F169BF28B009CFF67 /* [email protected] */; };
1919
3A795A22169BF28B009CFF67 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 3A795A21169BF28B009CFF67 /* [email protected] */; };
2020
3A795A25169BF28B009CFF67 /* CommonUtils.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 3A795A23169BF28B009CFF67 /* CommonUtils.xcdatamodeld */; };
21+
3A795A2E169BF2D6009CFF67 /* Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A795A2D169BF2D6009CFF67 /* Utils.m */; };
2122
/* End PBXBuildFile section */
2223

2324
/* Begin PBXFileReference section */
@@ -36,6 +37,8 @@
3637
3A795A1F169BF28B009CFF67 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
3738
3A795A21169BF28B009CFF67 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
3839
3A795A24169BF28B009CFF67 /* CommonUtils.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = CommonUtils.xcdatamodel; sourceTree = "<group>"; };
40+
3A795A2C169BF2D6009CFF67 /* Utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Utils.h; sourceTree = "<group>"; };
41+
3A795A2D169BF2D6009CFF67 /* Utils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Utils.m; sourceTree = "<group>"; };
3942
/* End PBXFileReference section */
4043

4144
/* Begin PBXFrameworksBuildPhase section */
@@ -84,6 +87,7 @@
8487
3A795A11169BF28B009CFF67 /* CommonUtils */ = {
8588
isa = PBXGroup;
8689
children = (
90+
3A795A2B169BF298009CFF67 /* Utils */,
8791
3A795A1A169BF28B009CFF67 /* AppDelegate.h */,
8892
3A795A1B169BF28B009CFF67 /* AppDelegate.m */,
8993
3A795A23169BF28B009CFF67 /* CommonUtils.xcdatamodeld */,
@@ -106,6 +110,15 @@
106110
name = "Supporting Files";
107111
sourceTree = "<group>";
108112
};
113+
3A795A2B169BF298009CFF67 /* Utils */ = {
114+
isa = PBXGroup;
115+
children = (
116+
3A795A2C169BF2D6009CFF67 /* Utils.h */,
117+
3A795A2D169BF2D6009CFF67 /* Utils.m */,
118+
);
119+
name = Utils;
120+
sourceTree = "<group>";
121+
};
109122
/* End PBXGroup section */
110123

111124
/* Begin PBXNativeTarget section */
@@ -174,6 +187,7 @@
174187
3A795A18169BF28B009CFF67 /* main.m in Sources */,
175188
3A795A1C169BF28B009CFF67 /* AppDelegate.m in Sources */,
176189
3A795A25169BF28B009CFF67 /* CommonUtils.xcdatamodeld in Sources */,
190+
3A795A2E169BF2D6009CFF67 /* Utils.m in Sources */,
177191
);
178192
runOnlyForDeploymentPostprocessing = 0;
179193
};

CommonUtils.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)