Skip to content

Commit f7bb44b

Browse files
authored
fix: update kit Xcode projects to use main branch (#726)
fix: update kit Xcode projects to use main branch instead of workstation Kit project.pbxproj files for Firebase, FirebaseGA4, and UrbanAirship still referenced the workstation/9.0-Release branch. Updated all 6 project files to point to main.
1 parent c6af40c commit f7bb44b

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

Kits/google-analytics-firebase-ga4/firebase-ga4-11/mParticle-FirebaseGA4.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
isa = XCRemoteSwiftPackageReference;
527527
repositoryURL = "https://github.com/mParticle/mparticle-apple-sdk";
528528
requirement = {
529-
branch = "workstation/9.0-Release";
529+
branch = main;
530530
kind = branch;
531531
};
532532
};

Kits/google-analytics-firebase-ga4/firebase-ga4-12/mParticle-FirebaseGA4.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
isa = XCRemoteSwiftPackageReference;
527527
repositoryURL = "https://github.com/mParticle/mparticle-apple-sdk";
528528
requirement = {
529-
branch = "workstation/9.0-Release";
529+
branch = main;
530530
kind = branch;
531531
};
532532
};

Kits/google-analytics-firebase/firebase-11/mParticle-Firebase.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
isa = XCRemoteSwiftPackageReference;
371371
repositoryURL = "https://github.com/mParticle/mparticle-apple-sdk";
372372
requirement = {
373-
branch = "workstation/9.0-Release";
373+
branch = main;
374374
kind = branch;
375375
};
376376
};

Kits/google-analytics-firebase/firebase-12/mParticle-Firebase.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
isa = XCRemoteSwiftPackageReference;
296296
repositoryURL = "https://github.com/mParticle/mparticle-apple-sdk";
297297
requirement = {
298-
branch = "workstation/9.0-Release";
298+
branch = main;
299299
kind = branch;
300300
};
301301
};

Kits/urbanairship/urbanairship-19/mParticle-UrbanAirship.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
isa = XCRemoteSwiftPackageReference;
308308
repositoryURL = "https://github.com/mParticle/mparticle-apple-sdk";
309309
requirement = {
310-
branch = "workstation/9.0-Release";
310+
branch = main;
311311
kind = branch;
312312
};
313313
};

Kits/urbanairship/urbanairship-20/mParticle-UrbanAirship.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
isa = XCRemoteSwiftPackageReference;
308308
repositoryURL = "https://github.com/mParticle/mparticle-apple-sdk";
309309
requirement = {
310-
branch = "workstation/9.0-Release";
310+
branch = main;
311311
kind = branch;
312312
};
313313
};

0 commit comments

Comments
 (0)