Skip to content

Commit

Permalink
Update Xcode project
Browse files Browse the repository at this point in the history
  • Loading branch information
ibireme committed Aug 6, 2017
1 parent 23ae2ba commit 749cde9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Framework/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.7</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
24 changes: 12 additions & 12 deletions Framework/YYText.xcodeproj/project.pbxproj
Expand Up @@ -191,37 +191,37 @@
D995E6C11F372ED100EBEE44 /* Component */ = {
isa = PBXGroup;
children = (
D995E6C21F372ED100EBEE44 /* YYTextContainerView.h */,
D995E6C31F372ED100EBEE44 /* YYTextContainerView.m */,
D995E6C41F372ED100EBEE44 /* YYTextDebugOption.h */,
D995E6C51F372ED100EBEE44 /* YYTextDebugOption.m */,
D995E6C61F372ED100EBEE44 /* YYTextEffectWindow.h */,
D995E6C71F372ED100EBEE44 /* YYTextEffectWindow.m */,
D995E6C81F372ED100EBEE44 /* YYTextInput.h */,
D995E6C91F372ED100EBEE44 /* YYTextInput.m */,
D995E6CA1F372ED100EBEE44 /* YYTextKeyboardManager.h */,
D995E6CB1F372ED100EBEE44 /* YYTextKeyboardManager.m */,
D995E6CC1F372ED100EBEE44 /* YYTextLayout.h */,
D995E6CD1F372ED100EBEE44 /* YYTextLayout.m */,
D995E6CE1F372ED100EBEE44 /* YYTextLine.h */,
D995E6CF1F372ED100EBEE44 /* YYTextLine.m */,
D995E6C81F372ED100EBEE44 /* YYTextInput.h */,
D995E6C91F372ED100EBEE44 /* YYTextInput.m */,
D995E6C21F372ED100EBEE44 /* YYTextContainerView.h */,
D995E6C31F372ED100EBEE44 /* YYTextContainerView.m */,
D995E6C61F372ED100EBEE44 /* YYTextEffectWindow.h */,
D995E6C71F372ED100EBEE44 /* YYTextEffectWindow.m */,
D995E6C41F372ED100EBEE44 /* YYTextDebugOption.h */,
D995E6C51F372ED100EBEE44 /* YYTextDebugOption.m */,
D995E6D01F372ED100EBEE44 /* YYTextMagnifier.h */,
D995E6D11F372ED100EBEE44 /* YYTextMagnifier.m */,
D995E6D21F372ED100EBEE44 /* YYTextSelectionView.h */,
D995E6D31F372ED100EBEE44 /* YYTextSelectionView.m */,
D995E6CA1F372ED100EBEE44 /* YYTextKeyboardManager.h */,
D995E6CB1F372ED100EBEE44 /* YYTextKeyboardManager.m */,
);
path = Component;
sourceTree = "<group>";
};
D995E6D41F372ED100EBEE44 /* String */ = {
isa = PBXGroup;
children = (
D995E6D51F372ED100EBEE44 /* YYTextArchiver.h */,
D995E6D61F372ED100EBEE44 /* YYTextArchiver.m */,
D995E6D71F372ED100EBEE44 /* YYTextAttribute.h */,
D995E6D81F372ED100EBEE44 /* YYTextAttribute.m */,
D995E6D91F372ED100EBEE44 /* YYTextParser.h */,
D995E6DA1F372ED100EBEE44 /* YYTextParser.m */,
D995E6D51F372ED100EBEE44 /* YYTextArchiver.h */,
D995E6D61F372ED100EBEE44 /* YYTextArchiver.m */,
D995E6DB1F372ED100EBEE44 /* YYTextRubyAnnotation.h */,
D995E6DC1F372ED100EBEE44 /* YYTextRubyAnnotation.m */,
D995E6DD1F372ED100EBEE44 /* YYTextRunDelegate.h */,
Expand Down

0 comments on commit 749cde9

Please sign in to comment.