Skip to content

Commit a6af4f4

Browse files
committed
Fixed watch targets. Fixed protect level for text view.
1 parent 10fb683 commit a6af4f4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Example Apps/iOS Example/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>$(DEVELOPMENT_LANGUAGE)</string>
77
<key>CFBundleDisplayName</key>
8-
<string>SPAlert</string>
8+
<string>SparrowKit</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>

Example Apps/watchOS Example Extension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<key>NSExtensionAttributes</key>
2626
<dict>
2727
<key>WKAppBundleIdentifier</key>
28-
<string>by.ivanvorobei.sppermissions-example-ios.SparrowKit.watchkitapp</string>
28+
<string>by.ivanvorobei.sparrowkit.ios.watchos</string>
2929
</dict>
3030
<key>NSExtensionPointIdentifier</key>
3131
<string>com.apple.watchkit</string>

Example Apps/watchOS Example/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<string>UIInterfaceOrientationPortraitUpsideDown</string>
2727
</array>
2828
<key>WKCompanionAppBundleIdentifier</key>
29-
<string>by.ivanvorobei.sppermissions-example-ios.SparrowKit</string>
29+
<string>by.ivanvorobei.sparrowkit.ios</string>
3030
<key>WKWatchKitApp</key>
3131
<true/>
3232
</dict>

Sources/SparrowKit/UIKit/Classes/SPTextView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ import UIKit
2727

2828
It has one shared init `commonInit` which call for all default inits.
2929
*/
30-
open class SPTextView: UITextView {
30+
public class SPTextView: UITextView {
3131

32-
weak var actionsDelegate: SPTextViewActionsDelegate?
32+
open weak var actionsDelegate: SPTextViewActionsDelegate?
3333

3434
// MARK: - Init
3535

0 commit comments

Comments
 (0)