File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed
AdjustWebBridgeTestApp/AdjustWebBridgeTestApp.xcodeproj Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 509509 "$(inherited)",
510510 "@executable_path/Frameworks",
511511 );
512- PRODUCT_BUNDLE_IDENTIFIER = com.adjust.AdjustTestApp ;
512+ PRODUCT_BUNDLE_IDENTIFIER = com.adjust.examples ;
513513 PRODUCT_NAME = "$(TARGET_NAME)";
514514 TARGETED_DEVICE_FAMILY = "1,2";
515515 };
526526 "$(inherited)",
527527 "@executable_path/Frameworks",
528528 );
529- PRODUCT_BUNDLE_IDENTIFIER = com.adjust.AdjustTestApp ;
529+ PRODUCT_BUNDLE_IDENTIFIER = com.adjust.examples ;
530530 PRODUCT_NAME = "$(TARGET_NAME)";
531531 TARGETED_DEVICE_FAMILY = "1,2";
532532 };
Original file line number Diff line number Diff line change 1616 <string >APPL </string >
1717 <key >CFBundleShortVersionString </key >
1818 <string >1.0 </string >
19+ <key >CFBundleURLTypes </key >
20+ <array >
21+ <dict >
22+ <key >CFBundleURLName </key >
23+ <string >com.adjust.AdjustTestApp </string >
24+ <key >CFBundleURLSchemes </key >
25+ <array >
26+ <string >adjust-test </string >
27+ </array >
28+ </dict >
29+ </array >
1930 <key >CFBundleVersion </key >
2031 <string >1 </string >
2132 <key >LSRequiresIPhoneOS </key >
4152 <string >UIInterfaceOrientationLandscapeLeft </string >
4253 <string >UIInterfaceOrientationLandscapeRight </string >
4354 </array >
44- <key >CFBundleURLTypes </key >
45- <array >
46- <dict >
47- <key >CFBundleURLName </key >
48- <string >com.adjust.AdjustTestApp </string >
49- <key >CFBundleURLSchemes </key >
50- <array >
51- <string >adjust-test </string >
52- </array >
53- </dict >
54- </array >
5555</dict >
5656</plist >
Original file line number Diff line number Diff line change 479479 "$(inherited)",
480480 "@executable_path/Frameworks",
481481 );
482- PRODUCT_BUNDLE_IDENTIFIER = com.adjust.AdjustWebBridgeTestApp ;
482+ PRODUCT_BUNDLE_IDENTIFIER = com.adjust.examples ;
483483 PRODUCT_NAME = "$(TARGET_NAME)";
484484 TARGETED_DEVICE_FAMILY = "1,2";
485485 };
497497 "$(inherited)",
498498 "@executable_path/Frameworks",
499499 );
500- PRODUCT_BUNDLE_IDENTIFIER = com.adjust.AdjustWebBridgeTestApp ;
500+ PRODUCT_BUNDLE_IDENTIFIER = com.adjust.examples ;
501501 PRODUCT_NAME = "$(TARGET_NAME)";
502502 TARGETED_DEVICE_FAMILY = "1,2";
503503 };
You can’t perform that action at this time.
0 commit comments