Skip to content

Commit aaccce3

Browse files
author
luiyezheng
committed
changes
1 parent c4ffd9d commit aaccce3

File tree

79 files changed

+2963
-857
lines changed

Some content is hidden

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

79 files changed

+2963
-857
lines changed

Example/Example/Example.xcodeproj/project.pbxproj

Lines changed: 919 additions & 0 deletions
Large diffs are not rendered by default.

Example/stickerTextView.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to Example/Example/Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
buildForAnalyzing = "YES">
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
17-
BlueprintIdentifier = "1835A2CB1CC5BD8C004F1E56"
18-
BuildableName = "stickerTextView.app"
19-
BlueprintName = "stickerTextView"
20-
ReferencedContainer = "container:stickerTextView.xcodeproj">
17+
BlueprintIdentifier = "18BE70901CCB10680019CC05"
18+
BuildableName = "Example.app"
19+
BlueprintName = "Example"
20+
ReferencedContainer = "container:Example.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -32,20 +32,20 @@
3232
skipped = "NO">
3333
<BuildableReference
3434
BuildableIdentifier = "primary"
35-
BlueprintIdentifier = "18BE704A1CCA496F0019CC05"
36-
BuildableName = "stickerTextViewTests.xctest"
37-
BlueprintName = "stickerTextViewTests"
38-
ReferencedContainer = "container:stickerTextView.xcodeproj">
35+
BlueprintIdentifier = "18BE70A41CCB10680019CC05"
36+
BuildableName = "ExampleTests.xctest"
37+
BlueprintName = "ExampleTests"
38+
ReferencedContainer = "container:Example.xcodeproj">
3939
</BuildableReference>
4040
</TestableReference>
4141
</Testables>
4242
<MacroExpansion>
4343
<BuildableReference
4444
BuildableIdentifier = "primary"
45-
BlueprintIdentifier = "1835A2CB1CC5BD8C004F1E56"
46-
BuildableName = "stickerTextView.app"
47-
BlueprintName = "stickerTextView"
48-
ReferencedContainer = "container:stickerTextView.xcodeproj">
45+
BlueprintIdentifier = "18BE70901CCB10680019CC05"
46+
BuildableName = "Example.app"
47+
BlueprintName = "Example"
48+
ReferencedContainer = "container:Example.xcodeproj">
4949
</BuildableReference>
5050
</MacroExpansion>
5151
<AdditionalOptions>
@@ -65,10 +65,10 @@
6565
runnableDebuggingMode = "0">
6666
<BuildableReference
6767
BuildableIdentifier = "primary"
68-
BlueprintIdentifier = "1835A2CB1CC5BD8C004F1E56"
69-
BuildableName = "stickerTextView.app"
70-
BlueprintName = "stickerTextView"
71-
ReferencedContainer = "container:stickerTextView.xcodeproj">
68+
BlueprintIdentifier = "18BE70901CCB10680019CC05"
69+
BuildableName = "Example.app"
70+
BlueprintName = "Example"
71+
ReferencedContainer = "container:Example.xcodeproj">
7272
</BuildableReference>
7373
</BuildableProductRunnable>
7474
<AdditionalOptions>
@@ -84,10 +84,10 @@
8484
runnableDebuggingMode = "0">
8585
<BuildableReference
8686
BuildableIdentifier = "primary"
87-
BlueprintIdentifier = "1835A2CB1CC5BD8C004F1E56"
88-
BuildableName = "stickerTextView.app"
89-
BlueprintName = "stickerTextView"
90-
ReferencedContainer = "container:stickerTextView.xcodeproj">
87+
BlueprintIdentifier = "18BE70901CCB10680019CC05"
88+
BuildableName = "Example.app"
89+
BlueprintName = "Example"
90+
ReferencedContainer = "container:Example.xcodeproj">
9191
</BuildableReference>
9292
</BuildableProductRunnable>
9393
</ProfileAction>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
<dict>
55
<key>SchemeUserState</key>
66
<dict>
7-
<key>stickerTextView.xcscheme</key>
7+
<key>Example.xcscheme</key>
88
<dict>
99
<key>orderHint</key>
1010
<integer>0</integer>
1111
</dict>
1212
</dict>
1313
<key>SuppressBuildableAutocreation</key>
1414
<dict>
15-
<key>1835A2CB1CC5BD8C004F1E56</key>
15+
<key>18BE70901CCB10680019CC05</key>
1616
<dict>
1717
<key>primary</key>
1818
<true/>
1919
</dict>
20-
<key>18BE704A1CCA496F0019CC05</key>
20+
<key>18BE70A41CCB10680019CC05</key>
2121
<dict>
2222
<key>primary</key>
2323
<true/>

Example/Example/Example.xcworkspace/contents.xcworkspacedata

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

Example/stickerTextView/AppDelegate.swift renamed to Example/Example/Example/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//
22
// AppDelegate.swift
3-
// stickerTextView
3+
// Example
44
//
5-
// Created by 刘业臻 on 16/4/19.
5+
// Created by 刘业臻 on 16/4/23.
66
// Copyright © 2016年 luiyezheng. All rights reserved.
77
//
88

0 commit comments

Comments
 (0)