Skip to content

Commit 270f12f

Browse files
committed
Fixes templates
1 parent 126a423 commit 270f12f

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

templates/Support/Libraries/lib_cocos2d.xctemplate/TemplateInfo.plist

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@
2323
<key>TargetIndices</key>
2424
<array/>
2525
</dict>
26+
<key>Libraries/cocos2d/CCEffectRenderer.h</key>
27+
<dict>
28+
<key>Group</key>
29+
<array>
30+
<string>Libraries</string>
31+
<string>cocos2d</string>
32+
<string>Effects</string>
33+
</array>
34+
<key>Path</key>
35+
<string>Libraries/cocos2d/CCEffectRenderer.h</string>
36+
<key>TargetIndices</key>
37+
<array/>
38+
</dict>
2639
<key>Libraries/cocos2d/CCEffectBrightness.h</key>
2740
<dict>
2841
<key>Group</key>
@@ -36,6 +49,19 @@
3649
<key>TargetIndices</key>
3750
<array/>
3851
</dict>
52+
<key>Libraries/cocos2d/CCEffectSaturation.h</key>
53+
<dict>
54+
<key>Group</key>
55+
<array>
56+
<string>Libraries</string>
57+
<string>cocos2d</string>
58+
<string>Effects</string>
59+
</array>
60+
<key>Path</key>
61+
<string>Libraries/cocos2d/CCEffectSaturation.h</string>
62+
<key>TargetIndices</key>
63+
<array/>
64+
</dict>
3965
<key>Libraries/cocos2d/CCEffectContrast.h</key>
4066
<dict>
4167
<key>Group</key>
@@ -181,6 +207,21 @@
181207
<integer>0</integer>
182208
</array>
183209
</dict>
210+
<key>Libraries/cocos2d/CCEffectRenderer.m</key>
211+
<dict>
212+
<key>Group</key>
213+
<array>
214+
<string>Libraries</string>
215+
<string>cocos2d</string>
216+
<string>Effects</string>
217+
</array>
218+
<key>Path</key>
219+
<string>Libraries/cocos2d/CCEffectRenderer.m</string>
220+
<key>TargetIndices</key>
221+
<array>
222+
<integer>0</integer>
223+
</array>
224+
</dict>
184225
<key>Libraries/cocos2d/CCEffectBrightness.m</key>
185226
<dict>
186227
<key>Group</key>
@@ -196,6 +237,21 @@
196237
<integer>0</integer>
197238
</array>
198239
</dict>
240+
<key>Libraries/cocos2d/CCEffectSaturation.m</key>
241+
<dict>
242+
<key>Group</key>
243+
<array>
244+
<string>Libraries</string>
245+
<string>cocos2d</string>
246+
<string>Effects</string>
247+
</array>
248+
<key>Path</key>
249+
<string>Libraries/cocos2d/CCEffectSaturation.m</string>
250+
<key>TargetIndices</key>
251+
<array>
252+
<integer>0</integer>
253+
</array>
254+
</dict>
199255
<key>Libraries/cocos2d/CCEffectContrast.m</key>
200256
<dict>
201257
<key>Group</key>
@@ -2742,7 +2798,9 @@
27422798
<key>Nodes</key>
27432799
<array>
27442800
<string>Libraries/cocos2d/CCEffect.h</string>
2801+
<string>Libraries/cocos2d/CCEffectRenderer.h</string>
27452802
<string>Libraries/cocos2d/CCEffectBrightness.h</string>
2803+
<string>Libraries/cocos2d/CCEffectSaturation.h</string>
27462804
<string>Libraries/cocos2d/CCEffectContrast.h</string>
27472805
<string>Libraries/cocos2d/CCEffectColor.h</string>
27482806
<string>Libraries/cocos2d/CCEffectColorPulse.h</string>
@@ -2754,7 +2812,9 @@
27542812
<string>Libraries/cocos2d/CCEffect_Private.h</string>
27552813
<string>Libraries/cocos2d/CCEffectStack_Private.h</string>
27562814
<string>Libraries/cocos2d/CCEffect.m</string>
2815+
<string>Libraries/cocos2d/CCEffectRenderer.m</string>
27572816
<string>Libraries/cocos2d/CCEffectBrightness.m</string>
2817+
<string>Libraries/cocos2d/CCEffectSaturation.m</string>
27582818
<string>Libraries/cocos2d/CCEffectContrast.m</string>
27592819
<string>Libraries/cocos2d/CCEffectColor.m</string>
27602820
<string>Libraries/cocos2d/CCEffectColorPulse.m</string>

0 commit comments

Comments
 (0)