Skip to content

Commit 83913b6

Browse files
committed
.
1 parent 500b98b commit 83913b6

4 files changed

Lines changed: 4 additions & 80 deletions

File tree

AttributedString.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ s.watchos.frameworks = "WatchKit"
2525
s.ios.deployment_target = '9.0'
2626
s.osx.deployment_target = "10.13"
2727
s.tvos.deployment_target = "11.0"
28-
s.watchos.deployment_target = "5.0"
28+
s.watchos.deployment_target = "6.0"
2929

3030
s.source_files = ["Sources/*.swift", "Sources/Extension/*.swift", "Sources/Extension/CoreGraphics/*.swift"]
3131
s.ios.source_files = ["Sources/Extension/UIKit/*.swift", "Sources/Extension/UIKit/UILabel/*.swift"]

Demo-Watch/Demo-Watch WatchKit App/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
<string>UIInterfaceOrientationPortrait</string>
2626
<string>UIInterfaceOrientationPortraitUpsideDown</string>
2727
</array>
28+
<key>WKCompanionAppBundleIdentifier</key>
29+
<string>com.lee.attributedstring.demo.watch</string>
2830
<key>WKWatchKitApp</key>
2931
<true/>
3032
</dict>

Demo-Watch/Demo-Watch WatchKit Extension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</dict>
3333
<key>WKExtensionDelegateClassName</key>
3434
<string>$(PRODUCT_MODULE_NAME).ExtensionDelegate</string>
35-
<key>WKWatchOnly</key>
35+
<key>WKRunsIndependentlyOfCompanionApp</key>
3636
<true/>
3737
</dict>
3838
</plist>

Demo-Watch/Demo-Watch.xcodeproj/xcshareddata/xcschemes/Demo-Watch.xcscheme

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)