Skip to content

Commit eb88327

Browse files
committed
Add generated files to .xcodeproj file
Closes #21
1 parent 990d72a commit eb88327

22 files changed

+281
-112
lines changed

Example/Example.xcodeproj/project.pbxproj

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
0FF26049250F5E4D00D890E1 /* UIComponents.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 0FF26041250F5E4D00D890E1 /* UIComponents.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2222
0FF26054250F5EB700D890E1 /* SolidButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F8F6C6D25090F4900879906 /* SolidButton.swift */; };
2323
0FF26058250F5F2600D890E1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0FF26057250F5F1D00D890E1 /* Assets.xcassets */; };
24-
0FF2605C250F7F7A00D890E1 /* UIImage+extension_icons.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2605B250F7F7A00D890E1 /* UIImage+extension_icons.swift */; };
25-
0FF2605E250F7F9300D890E1 /* UIColor+extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2605D250F7F9300D890E1 /* UIColor+extension.swift */; };
26-
0FF26060250F7FA700D890E1 /* UIImage+extension_illustrations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2605F250F7FA700D890E1 /* UIImage+extension_illustrations.swift */; };
27-
0FF26064250F7FBC00D890E1 /* Label.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF26061250F7FBC00D890E1 /* Label.swift */; };
28-
0FF26065250F7FBC00D890E1 /* UIFont+extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF26062250F7FBC00D890E1 /* UIFont+extension.swift */; };
29-
0FF26066250F7FBC00D890E1 /* LabelStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF26063250F7FBC00D890E1 /* LabelStyle.swift */; };
24+
1F0B4A2B1B6DE81FA15ECE5F /* LabelStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1A098EC7E2840A136A90A2E /* LabelStyle.swift */; };
25+
6B86A3CE5140E866246D4E63 /* UIColor+extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26544004529E9C3913E349BC /* UIColor+extension.swift */; };
26+
6F73358ABD24D9019DC620AE /* UIImage+extension_icons.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8654869BAAACD6B2D49C2B27 /* UIImage+extension_icons.swift */; };
27+
86AF56B26E2BA693427CFE8B /* UIFont+extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3475E8E2126C5DF2C229C7AA /* UIFont+extension.swift */; };
28+
B046F6739B5D3EB024E58F92 /* UIImage+extension_illustrations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 494D7859E56EB26CD8ABDD0A /* UIImage+extension_illustrations.swift */; };
29+
BB9EE1EE0F7E020A2AD7909E /* Label.swift in Sources */ = {isa = PBXBuildFile; fileRef = F61D12E3FAB0053729800360 /* Label.swift */; };
3030
/* End PBXBuildFile section */
3131

3232
/* Begin PBXContainerItemProxy section */
@@ -69,15 +69,15 @@
6969
0FF26043250F5E4D00D890E1 /* UIComponents.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UIComponents.h; sourceTree = "<group>"; };
7070
0FF26044250F5E4D00D890E1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
7171
0FF26057250F5F1D00D890E1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
72-
0FF2605B250F7F7A00D890E1 /* UIImage+extension_icons.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIImage+extension_icons.swift"; sourceTree = "<group>"; };
73-
0FF2605D250F7F9300D890E1 /* UIColor+extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+extension.swift"; sourceTree = "<group>"; };
74-
0FF2605F250F7FA700D890E1 /* UIImage+extension_illustrations.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIImage+extension_illustrations.swift"; sourceTree = "<group>"; };
75-
0FF26061250F7FBC00D890E1 /* Label.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Label.swift; sourceTree = "<group>"; };
76-
0FF26062250F7FBC00D890E1 /* UIFont+extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIFont+extension.swift"; sourceTree = "<group>"; };
77-
0FF26063250F7FBC00D890E1 /* LabelStyle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LabelStyle.swift; sourceTree = "<group>"; };
7872
11966572636132EBFF5F81BB /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = "<group>"; };
73+
26544004529E9C3913E349BC /* UIColor+extension.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UIColor+extension.swift"; path = "UIColor+extension.swift"; sourceTree = "<group>"; };
74+
3475E8E2126C5DF2C229C7AA /* UIFont+extension.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UIFont+extension.swift"; path = "UIFont+extension.swift"; sourceTree = "<group>"; };
75+
494D7859E56EB26CD8ABDD0A /* UIImage+extension_illustrations.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UIImage+extension_illustrations.swift"; path = "UIImage+extension_illustrations.swift"; sourceTree = "<group>"; };
76+
8654869BAAACD6B2D49C2B27 /* UIImage+extension_icons.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; path = "UIImage+extension_icons.swift"; sourceTree = "<group>"; };
77+
A1A098EC7E2840A136A90A2E /* LabelStyle.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LabelStyle.swift; path = LabelStyle.swift; sourceTree = "<group>"; };
7978
C2FF91A431F7153FD4C7A3C3 /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = "<group>"; };
8079
EE92E0072EBEBC415D106D58 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
80+
F61D12E3FAB0053729800360 /* Label.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Label.swift; path = Label.swift; sourceTree = "<group>"; };
8181
/* End PBXFileReference section */
8282

8383
/* Begin PBXFrameworksBuildPhase section */
@@ -172,27 +172,13 @@
172172
isa = PBXGroup;
173173
children = (
174174
0FF26056250F5EFC00D890E1 /* Resource */,
175-
0FF2604E250F5E5300D890E1 /* Source */,
176175
0FF26043250F5E4D00D890E1 /* UIComponents.h */,
177176
0FF26044250F5E4D00D890E1 /* Info.plist */,
177+
C79B77E4BD7D2669DB1CF545 /* Source */,
178178
);
179179
path = UIComponents;
180180
sourceTree = "<group>";
181181
};
182-
0FF2604E250F5E5300D890E1 /* Source */ = {
183-
isa = PBXGroup;
184-
children = (
185-
0FF26061250F7FBC00D890E1 /* Label.swift */,
186-
0FF26063250F7FBC00D890E1 /* LabelStyle.swift */,
187-
0F8F6C6D25090F4900879906 /* SolidButton.swift */,
188-
0FF2605D250F7F9300D890E1 /* UIColor+extension.swift */,
189-
0FF26062250F7FBC00D890E1 /* UIFont+extension.swift */,
190-
0FF2605B250F7F7A00D890E1 /* UIImage+extension_icons.swift */,
191-
0FF2605F250F7FA700D890E1 /* UIImage+extension_illustrations.swift */,
192-
);
193-
path = Source;
194-
sourceTree = "<group>";
195-
};
196182
0FF26056250F5EFC00D890E1 /* Resource */ = {
197183
isa = PBXGroup;
198184
children = (
@@ -218,6 +204,20 @@
218204
name = Frameworks;
219205
sourceTree = "<group>";
220206
};
207+
C79B77E4BD7D2669DB1CF545 /* Source */ = {
208+
isa = PBXGroup;
209+
children = (
210+
0F8F6C6D25090F4900879906 /* SolidButton.swift */,
211+
8654869BAAACD6B2D49C2B27 /* UIImage+extension_icons.swift */,
212+
26544004529E9C3913E349BC /* UIColor+extension.swift */,
213+
494D7859E56EB26CD8ABDD0A /* UIImage+extension_illustrations.swift */,
214+
3475E8E2126C5DF2C229C7AA /* UIFont+extension.swift */,
215+
F61D12E3FAB0053729800360 /* Label.swift */,
216+
A1A098EC7E2840A136A90A2E /* LabelStyle.swift */,
217+
);
218+
path = Source;
219+
sourceTree = "<group>";
220+
};
221221
/* End PBXGroup section */
222222

223223
/* Begin PBXHeadersBuildPhase section */
@@ -371,13 +371,13 @@
371371
isa = PBXSourcesBuildPhase;
372372
buildActionMask = 2147483647;
373373
files = (
374-
0FF2605E250F7F9300D890E1 /* UIColor+extension.swift in Sources */,
375-
0FF26060250F7FA700D890E1 /* UIImage+extension_illustrations.swift in Sources */,
376-
0FF26066250F7FBC00D890E1 /* LabelStyle.swift in Sources */,
377-
0FF2605C250F7F7A00D890E1 /* UIImage+extension_icons.swift in Sources */,
378-
0FF26064250F7FBC00D890E1 /* Label.swift in Sources */,
379-
0FF26065250F7FBC00D890E1 /* UIFont+extension.swift in Sources */,
380374
0FF26054250F5EB700D890E1 /* SolidButton.swift in Sources */,
375+
6F73358ABD24D9019DC620AE /* UIImage+extension_icons.swift in Sources */,
376+
6B86A3CE5140E866246D4E63 /* UIColor+extension.swift in Sources */,
377+
B046F6739B5D3EB024E58F92 /* UIImage+extension_illustrations.swift in Sources */,
378+
86AF56B26E2BA693427CFE8B /* UIFont+extension.swift in Sources */,
379+
BB9EE1EE0F7E020A2AD7909E /* Label.swift in Sources */,
380+
1F0B4A2B1B6DE81FA15ECE5F /* LabelStyle.swift in Sources */,
381381
);
382382
runOnlyForDeploymentPostprocessing = 0;
383383
};

Example/figma-export.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ common:
1717

1818
# [optional] iOS export parameters
1919
ios:
20+
# Path to xcodeproj
21+
xcodeprojPath: "./Example.xcodeproj"
22+
# Xcode Target containing resources and corresponding swift code
23+
target: "UIComponents"
2024
# Path to the Assets.xcassets directory
2125
xcassetsPath: "./UIComponents/Resource/Assets.xcassets"
2226
# Is Assets.xcassets located in the main bundle?

0 commit comments

Comments
 (0)