Skip to content

Commit 79a83e9

Browse files
author
Alex Usbergo
committed
Fix demo target
1 parent a96cba0 commit 79a83e9

File tree

100 files changed

+951
-711
lines changed

Some content is hidden

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

100 files changed

+951
-711
lines changed

Render.xcodeproj/project.pbxproj

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
BF_557116620637 /* TableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FR_407264690487 /* TableViewController.swift */; };
3636
BF_578438420187 /* ContextTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FR_371490353764 /* ContextTests.swift */; };
3737
BF_579381017942 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = FR_275342356738 /* Yoga.h */; settings = {ATTRIBUTES = (Public, ); }; };
38+
BF_579407411024 = {isa = PBXBuildFile; fileRef = FR_479945003232 /* Test.xctest */; };
39+
BF_592562283138 = {isa = PBXBuildFile; fileRef = FR_699701780932 /* RenderNeutrino.framework */; };
3840
BF_594884445968 /* YGPercentLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = "FR_584536161622-1" /* YGPercentLayout.m */; };
3941
BF_600094276189 /* UIView+Yoga.m in Sources */ = {isa = PBXBuildFile; fileRef = FR_594577630522 /* UIView+Yoga.m */; };
4042
BF_606331023895 /* ViewControllerTransitions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FR_578786004173 /* ViewControllerTransitions.swift */; };
@@ -69,21 +71,21 @@
6971
FR_158534509235 /* YGLayout+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "YGLayout+Private.h"; sourceTree = "<group>"; };
7072
FR_186172487891 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
7173
FR_252848279705 /* Stylesheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Stylesheet.swift; sourceTree = "<group>"; };
72-
FR_275342356736 /* Yoga.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Yoga.c; sourceTree = "<group>"; };
74+
FR_275342356736 /* Yoga.c */ = {isa = PBXFileReference; path = Yoga.c; sourceTree = "<group>"; };
7375
FR_275342356738 /* Yoga.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Yoga.h; sourceTree = "<group>"; };
7476
FR_281829024519 /* IGListCollectionViewLayout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IGListCollectionViewLayout.h; sourceTree = "<group>"; };
7577
FR_285540450273 /* Context.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Context.swift; sourceTree = "<group>"; };
76-
FR_286350938122 /* YGEnums.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = YGEnums.c; sourceTree = "<group>"; };
78+
FR_286350938122 /* YGEnums.c */ = {isa = PBXFileReference; path = YGEnums.c; sourceTree = "<group>"; };
7779
FR_286350938182 /* YGEnums.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YGEnums.h; sourceTree = "<group>"; };
7880
FR_311136529580 /* YamlBridge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YamlBridge.swift; sourceTree = "<group>"; };
79-
FR_312648333574 /* YGNodeList.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = YGNodeList.c; sourceTree = "<group>"; };
81+
FR_312648333574 /* YGNodeList.c */ = {isa = PBXFileReference; path = YGNodeList.c; sourceTree = "<group>"; };
8082
FR_312648333735 /* YGNodeList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YGNodeList.h; sourceTree = "<group>"; };
8183
FR_341471119220 /* NavigationBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavigationBar.swift; sourceTree = "<group>"; };
8284
FR_356489276377 /* Inspector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Inspector.swift; sourceTree = "<group>"; };
8385
FR_371490353764 /* ContextTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContextTests.swift; sourceTree = "<group>"; };
8486
FR_375489759311 /* YGMacros.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YGMacros.h; sourceTree = "<group>"; };
8587
FR_407264690487 /* TableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TableViewController.swift; sourceTree = "<group>"; };
86-
FR_473753437359 /* IGListCollectionViewLayout.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = IGListCollectionViewLayout.mm; sourceTree = "<group>"; };
88+
FR_473753437359 /* IGListCollectionViewLayout.mm */ = {isa = PBXFileReference; path = IGListCollectionViewLayout.mm; sourceTree = "<group>"; };
8789
FR_479945003232 /* Test.xctest */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.cfbundle; path = Test.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
8890
FR_493811752375 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8991
FR_496796634774 /* Component.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Component.swift; sourceTree = "<group>"; };
@@ -99,7 +101,7 @@
99101
FR_621473682166 /* RenderNeutrino.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RenderNeutrino.h; sourceTree = "<group>"; };
100102
FR_631122443326 /* StylesheetTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StylesheetTests.swift; sourceTree = "<group>"; };
101103
FR_655237554988 /* Node.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Node.swift; sourceTree = "<group>"; };
102-
FR_659407974422 /* yaml.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = yaml.c; sourceTree = "<group>"; };
104+
FR_659407974422 /* yaml.c */ = {isa = PBXFileReference; path = yaml.c; sourceTree = "<group>"; };
103105
"FR_659407974422-1" /* yaml.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = yaml.h; sourceTree = "<group>"; };
104106
FR_699701780932 /* RenderNeutrino.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RenderNeutrino.framework; sourceTree = BUILT_PRODUCTS_DIR; };
105107
FR_710837021641 /* BaseViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseViewController.swift; sourceTree = "<group>"; };
@@ -355,9 +357,6 @@
355357
compatibilityVersion = "Xcode 3.2";
356358
developmentRegion = en;
357359
hasScannedForEncodings = 0;
358-
knownRegions = (
359-
en,
360-
);
361360
mainGroup = G_8448771205358;
362361
projectDirPath = "";
363362
projectRoot = "";
@@ -458,12 +457,14 @@
458457
INFOPLIST_FILE = render/Info.plist;
459458
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
460459
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
460+
ONLY_ACTIVE_ARCH = NO;
461461
PLATFORM = "platform $platform";
462-
PRODUCT_BUNDLE_IDENTIFIER = io.alexdrone.render;
462+
PRODUCT_BUNDLE_IDENTIFIER = io.render.neutrino;
463463
SDKROOT = iphoneos;
464464
SKIP_INSTALL = YES;
465-
SWIFT_WHOLE_MODULE_OPTIMIZATION = YES;
465+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
466466
TARGETED_DEVICE_FAMILY = "1,2";
467+
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
467468
VERSIONING_SYSTEM = "apple-generic";
468469
};
469470
name = Debug;
@@ -554,12 +555,14 @@
554555
INFOPLIST_FILE = render/Info.plist;
555556
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
556557
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
558+
ONLY_ACTIVE_ARCH = NO;
557559
PLATFORM = "platform $platform";
558-
PRODUCT_BUNDLE_IDENTIFIER = io.alexdrone.render;
560+
PRODUCT_BUNDLE_IDENTIFIER = io.render.neutrino;
559561
SDKROOT = iphoneos;
560562
SKIP_INSTALL = YES;
561-
SWIFT_WHOLE_MODULE_OPTIMIZATION = YES;
563+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
562564
TARGETED_DEVICE_FAMILY = "1,2";
565+
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
563566
VERSIONING_SYSTEM = "apple-generic";
564567
};
565568
name = Release;

bin/RenderInspector.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>English</string>
77
<key>CFBundleIdentifier</key>
8-
<string>com.apple.xcode.dsym.io.alexdrone.render</string>
8+
<string>com.apple.xcode.dsym.io.render.inspector</string>
99
<key>CFBundleInfoDictionaryVersion</key>
1010
<string>6.0</string>
1111
<key>CFBundlePackageType</key>
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
436 KB
Binary file not shown.

bin/RenderInspector.framework/_CodeSignature/CodeResources

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,21 @@
1616
<data>
1717
Esweqs/GJmIK+q7bql9KE7yMols=
1818
</data>
19+
<key>Modules/RenderInspector.swiftmodule/i386.swiftdoc</key>
20+
<data>
21+
0Jp0O7Dw9AqgL8kU0UmtNRlHuBs=
22+
</data>
23+
<key>Modules/RenderInspector.swiftmodule/i386.swiftmodule</key>
24+
<data>
25+
fj/oMVlH0FHdOZg9VFGzs+q0VUk=
26+
</data>
1927
<key>Modules/RenderInspector.swiftmodule/x86_64.swiftdoc</key>
2028
<data>
2129
TP+jX9wHqSc8kZQCUtZ5b18Cf7w=
2230
</data>
2331
<key>Modules/RenderInspector.swiftmodule/x86_64.swiftmodule</key>
2432
<data>
25-
+1uxGoZuBpltNCnFYYEGJpBoUWk=
33+
0pDV0zRKoX28yvb4EZPs2ZgmmAg=
2634
</data>
2735
<key>Modules/module.modulemap</key>
2836
<data>
@@ -53,6 +61,28 @@
5361
9nHz1/2ZnXaxDpyCCF84HUp1GTFSVmTWsaoW1sn3Luc=
5462
</data>
5563
</dict>
64+
<key>Modules/RenderInspector.swiftmodule/i386.swiftdoc</key>
65+
<dict>
66+
<key>hash</key>
67+
<data>
68+
0Jp0O7Dw9AqgL8kU0UmtNRlHuBs=
69+
</data>
70+
<key>hash2</key>
71+
<data>
72+
Pj+o1P7Ja8BsKGViMzGpikxhSpiAvobdnbILBOYn44E=
73+
</data>
74+
</dict>
75+
<key>Modules/RenderInspector.swiftmodule/i386.swiftmodule</key>
76+
<dict>
77+
<key>hash</key>
78+
<data>
79+
fj/oMVlH0FHdOZg9VFGzs+q0VUk=
80+
</data>
81+
<key>hash2</key>
82+
<data>
83+
emw2hv0t8wcXJNLFRI17q85DV+Z3uZpxXzGtw5ZZ5ZA=
84+
</data>
85+
</dict>
5686
<key>Modules/RenderInspector.swiftmodule/x86_64.swiftdoc</key>
5787
<dict>
5888
<key>hash</key>
@@ -68,11 +98,11 @@
6898
<dict>
6999
<key>hash</key>
70100
<data>
71-
+1uxGoZuBpltNCnFYYEGJpBoUWk=
101+
0pDV0zRKoX28yvb4EZPs2ZgmmAg=
72102
</data>
73103
<key>hash2</key>
74104
<data>
75-
fy0bz/hEfgsiIrfTZd2dBqdFlgu+yR8KxqlrfAJ41fA=
105+
NYKXGu8KFtrCIQttyVlEwW9c4tYsYOH/jl3aDGQv/Ww=
76106
</data>
77107
</dict>
78108
<key>Modules/module.modulemap</key>

bin/RenderNeutrino.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>English</string>
77
<key>CFBundleIdentifier</key>
8-
<string>com.apple.xcode.dsym.io.alexdrone.render</string>
8+
<string>com.apple.xcode.dsym.io.render.neutrino</string>
99
<key>CFBundleInfoDictionaryVersion</key>
1010
<string>6.0</string>
1111
<key>CFBundlePackageType</key>
Binary file not shown.

0 commit comments

Comments
 (0)