Skip to content

Commit 3ff21ec

Browse files
authored
Remove Duplicate Target (#435)
• Xcode 10 seems to have a bug where it occasionally duplicates a target scheme in Xcode workspace projects • This commit removes a duplicate of the OneSignal-Static-Framework target which was duplicated into our dev app.
1 parent 2609f02 commit 3ff21ec

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

iOS_SDK/OneSignalDevApp/OneSignalDevApp.xcodeproj/project.pbxproj

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@
66
objectVersion = 46;
77
objects = {
88

9-
/* Begin PBXAggregateTarget section */
10-
CA29515B2167F2500064227A /* OneSignal-Static-Framework */ = {
11-
isa = PBXAggregateTarget;
12-
buildConfigurationList = CA29515E2167F2500064227A /* Build configuration list for PBXAggregateTarget "OneSignal-Static-Framework" */;
13-
buildPhases = (
14-
);
15-
dependencies = (
16-
);
17-
name = "OneSignal-Static-Framework";
18-
productName = "OneSignal-Static-Framework";
19-
};
20-
/* End PBXAggregateTarget section */
21-
229
/* Begin PBXBuildFile section */
2310
03432CDC1EBD426A0071FC48 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03432CDB1EBD426A0071FC48 /* CoreLocation.framework */; };
2411
4529DECC1FA7EAB800CEAB1D /* UserNotifications.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91B6EA051E83215000B5CF01 /* UserNotifications.framework */; };
@@ -321,7 +308,6 @@
321308
targets = (
322309
9112E8811E724C320022A1CB /* OneSignalDevApp */,
323310
9150E7711E73BEDC00C5D46A /* OneSignalNotificationServiceExtension */,
324-
CA29515B2167F2500064227A /* OneSignal-Static-Framework */,
325311
);
326312
};
327313
/* End PBXProject section */
@@ -611,15 +597,6 @@
611597
defaultConfigurationIsVisible = 0;
612598
defaultConfigurationName = Release;
613599
};
614-
CA29515E2167F2500064227A /* Build configuration list for PBXAggregateTarget "OneSignal-Static-Framework" */ = {
615-
isa = XCConfigurationList;
616-
buildConfigurations = (
617-
CA29515C2167F2500064227A /* Debug */,
618-
CA29515D2167F2500064227A /* Release */,
619-
);
620-
defaultConfigurationIsVisible = 0;
621-
defaultConfigurationName = Release;
622-
};
623600
/* End XCConfigurationList section */
624601
};
625602
rootObject = 9112E87A1E724C320022A1CB /* Project object */;

0 commit comments

Comments
 (0)