File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Classes/ViewRelated/Jetpack/Branding/Coordinator Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,14 @@ class JetpackRedirector {
88 /// Note: The string values should kept in-sync with Jetpack's URL scheme.
99 ///
1010 static var jetpackDeepLinkScheme : String {
11+ /// Important: Multiple compiler flags are set for some builds
12+ /// so ordering matters.
1113 #if DEBUG
1214 return " jpdebug "
13- #elseif INTERNAL_BUILD
14- return " jpinternal "
1515 #elseif ALPHA_BUILD
1616 return " jpalpha "
17+ #elseif INTERNAL_BUILD
18+ return " jpinternal "
1719 #else
1820 return " jetpack "
1921 #endif
Original file line number Diff line number Diff line change 443443 <string >org.wordpress </string >
444444 <key >CFBundleURLSchemes </key >
445445 <array >
446+ <string >wordpressmigration+v1 </string >
446447 <string >wordpressnotificationmigration </string >
447448 <string >wordpress-oauth-v2 </string >
448449 <string >${WPCOM_SCHEME} </string >
465466 <false />
466467 <key >LSApplicationQueriesSchemes </key >
467468 <array >
469+ <string >$(JP_SCHEME) </string >
468470 <string >jetpacknotificationmigration </string >
469471 <string >org-appextension-feature-password-management </string >
470472 <string >twitter </string >
Original file line number Diff line number Diff line change 441441 <string >org.wordpress </string >
442442 <key >CFBundleURLSchemes </key >
443443 <array >
444+ <string >wordpressmigration+v1 </string >
444445 <string >wordpressnotificationmigration </string >
445446 <string >wordpress-oauth-v2 </string >
446447 <string >${WPCOM_SCHEME} </string >
464465 <false />
465466 <key >LSApplicationQueriesSchemes </key >
466467 <array >
468+ <string >$(JP_SCHEME) </string >
467469 <string >jetpacknotificationmigration </string >
468470 <string >org-appextension-feature-password-management </string >
469471 <string >twitter </string >
You can’t perform that action at this time.
0 commit comments