Skip to content

Commit 3c8de42

Browse files
committed
Fixed watch plist.
1 parent fbf012d commit 3c8de42

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Example Apps/watchOS Example Extension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>NSExtensionAttributes</key>
2424
<dict>
2525
<key>WKAppBundleIdentifier</key>
26-
<string>by.ivanvorobei.sparrowkit.ios.watchos</string>
26+
<string>by.ivanvorobei.opensource.sparrowkit.ios.watchos</string>
2727
</dict>
2828
<key>NSExtensionPointIdentifier</key>
2929
<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
@@ -24,7 +24,7 @@
2424
<string>UIInterfaceOrientationPortraitUpsideDown</string>
2525
</array>
2626
<key>WKCompanionAppBundleIdentifier</key>
27-
<string>by.ivanvorobei.sparrowkit.ios</string>
27+
<string>by.ivanvorobei.opensource.sparrowkit.ios</string>
2828
<key>WKWatchKitApp</key>
2929
<true/>
3030
</dict>

0 commit comments

Comments
 (0)