Skip to content

Commit 749cde9

Browse files
committed
Update Xcode project
1 parent 23ae2ba commit 749cde9

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Framework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.0.7</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Framework/YYText.xcodeproj/project.pbxproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -191,37 +191,37 @@
191191
D995E6C11F372ED100EBEE44 /* Component */ = {
192192
isa = PBXGroup;
193193
children = (
194-
D995E6C21F372ED100EBEE44 /* YYTextContainerView.h */,
195-
D995E6C31F372ED100EBEE44 /* YYTextContainerView.m */,
196-
D995E6C41F372ED100EBEE44 /* YYTextDebugOption.h */,
197-
D995E6C51F372ED100EBEE44 /* YYTextDebugOption.m */,
198-
D995E6C61F372ED100EBEE44 /* YYTextEffectWindow.h */,
199-
D995E6C71F372ED100EBEE44 /* YYTextEffectWindow.m */,
200-
D995E6C81F372ED100EBEE44 /* YYTextInput.h */,
201-
D995E6C91F372ED100EBEE44 /* YYTextInput.m */,
202-
D995E6CA1F372ED100EBEE44 /* YYTextKeyboardManager.h */,
203-
D995E6CB1F372ED100EBEE44 /* YYTextKeyboardManager.m */,
204194
D995E6CC1F372ED100EBEE44 /* YYTextLayout.h */,
205195
D995E6CD1F372ED100EBEE44 /* YYTextLayout.m */,
206196
D995E6CE1F372ED100EBEE44 /* YYTextLine.h */,
207197
D995E6CF1F372ED100EBEE44 /* YYTextLine.m */,
198+
D995E6C81F372ED100EBEE44 /* YYTextInput.h */,
199+
D995E6C91F372ED100EBEE44 /* YYTextInput.m */,
200+
D995E6C21F372ED100EBEE44 /* YYTextContainerView.h */,
201+
D995E6C31F372ED100EBEE44 /* YYTextContainerView.m */,
202+
D995E6C61F372ED100EBEE44 /* YYTextEffectWindow.h */,
203+
D995E6C71F372ED100EBEE44 /* YYTextEffectWindow.m */,
204+
D995E6C41F372ED100EBEE44 /* YYTextDebugOption.h */,
205+
D995E6C51F372ED100EBEE44 /* YYTextDebugOption.m */,
208206
D995E6D01F372ED100EBEE44 /* YYTextMagnifier.h */,
209207
D995E6D11F372ED100EBEE44 /* YYTextMagnifier.m */,
210208
D995E6D21F372ED100EBEE44 /* YYTextSelectionView.h */,
211209
D995E6D31F372ED100EBEE44 /* YYTextSelectionView.m */,
210+
D995E6CA1F372ED100EBEE44 /* YYTextKeyboardManager.h */,
211+
D995E6CB1F372ED100EBEE44 /* YYTextKeyboardManager.m */,
212212
);
213213
path = Component;
214214
sourceTree = "<group>";
215215
};
216216
D995E6D41F372ED100EBEE44 /* String */ = {
217217
isa = PBXGroup;
218218
children = (
219-
D995E6D51F372ED100EBEE44 /* YYTextArchiver.h */,
220-
D995E6D61F372ED100EBEE44 /* YYTextArchiver.m */,
221219
D995E6D71F372ED100EBEE44 /* YYTextAttribute.h */,
222220
D995E6D81F372ED100EBEE44 /* YYTextAttribute.m */,
223221
D995E6D91F372ED100EBEE44 /* YYTextParser.h */,
224222
D995E6DA1F372ED100EBEE44 /* YYTextParser.m */,
223+
D995E6D51F372ED100EBEE44 /* YYTextArchiver.h */,
224+
D995E6D61F372ED100EBEE44 /* YYTextArchiver.m */,
225225
D995E6DB1F372ED100EBEE44 /* YYTextRubyAnnotation.h */,
226226
D995E6DC1F372ED100EBEE44 /* YYTextRubyAnnotation.m */,
227227
D995E6DD1F372ED100EBEE44 /* YYTextRunDelegate.h */,

0 commit comments

Comments
 (0)