Skip to content

Commit 036a510

Browse files
committed
test: update test apps bundle id
1 parent 677dff7 commit 036a510

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

AdjustTests/AdjustTestApp/AdjustTestApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
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
};
@@ -526,7 +526,7 @@
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
};

AdjustTests/AdjustTestApp/AdjustTestApp/Info.plist

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@
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>
@@ -41,16 +52,5 @@
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>

AdjustTests/AdjustWebBridgeTestApp/AdjustWebBridgeTestApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
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
};
@@ -497,7 +497,7 @@
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
};

0 commit comments

Comments
 (0)