File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
SparrowKit.xcodeproj/project.xcworkspace/xcuserdata/ivanvorobei.xcuserdatad
watchOS Example Extension
Sources/SparrowKit/UIKit/Classes Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments