Skip to content

Commit e728e12

Browse files
committed
Change iOS Obj-C example app's custom URL scheme
1 parent d5aeb04 commit e728e12

File tree

1 file changed

+1
-1
lines changed
  • examples/AdjustExample-iOS/AdjustExample-iOS

1 file changed

+1
-1
lines changed

examples/AdjustExample-iOS/AdjustExample-iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<string>com.adjust.examples</string>
2626
<key>CFBundleURLSchemes</key>
2727
<array>
28-
<string>adjustExample</string>
28+
<string>adjust-example</string>
2929
</array>
3030
</dict>
3131
</array>

0 commit comments

Comments
 (0)