Skip to content

Commit 443cd58

Browse files
committed
Remove carthage references.
1 parent d8cf065 commit 443cd58

File tree

6 files changed

+0
-122
lines changed

6 files changed

+0
-122
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ workflows:
1010
- ios/test:
1111
name: Test
1212
xcode-version: "11.0"
13-
carthage-update: true
14-
carthage-working-directory: Example
1513
bundle-install: false
1614
pod-install: false
1715
workspace: Aztec.xcworkspace

Aztec.xcodeproj/project.pbxproj

Lines changed: 0 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -264,13 +264,6 @@
264264
remoteGlobalIDString = 5951CB8D1D8BC93600E1866F;
265265
remoteInfo = Aztec;
266266
};
267-
E8CE3F041F213AD0003254AB /* PBXContainerItemProxy */ = {
268-
isa = PBXContainerItemProxy;
269-
containerPortal = 5951CB851D8BC93600E1866F /* Project object */;
270-
proxyType = 1;
271-
remoteGlobalIDString = E8CE3EFE1F213AAA003254AB;
272-
remoteInfo = "Carthage Update";
273-
};
274267
/* End PBXContainerItemProxy section */
275268

276269
/* Begin PBXCopyFilesBuildPhase section */
@@ -1415,23 +1408,6 @@
14151408
};
14161409
/* End PBXHeadersBuildPhase section */
14171410

1418-
/* Begin PBXLegacyTarget section */
1419-
E8CE3EFE1F213AAA003254AB /* Carthage Update */ = {
1420-
isa = PBXLegacyTarget;
1421-
buildArgumentsString = "$(ACTION)";
1422-
buildConfigurationList = E8CE3F031F213AAA003254AB /* Build configuration list for PBXLegacyTarget "Carthage Update" */;
1423-
buildPhases = (
1424-
);
1425-
buildToolPath = "${PROJECT_DIR}/Scripts/carthage_script.sh";
1426-
buildWorkingDirectory = "";
1427-
dependencies = (
1428-
);
1429-
name = "Carthage Update";
1430-
passBuildSettingsInEnvironment = 1;
1431-
productName = "Carthage Update";
1432-
};
1433-
/* End PBXLegacyTarget section */
1434-
14351411
/* Begin PBXNativeTarget section */
14361412
5951CB8D1D8BC93600E1866F /* Aztec */ = {
14371413
isa = PBXNativeTarget;
@@ -1445,7 +1421,6 @@
14451421
buildRules = (
14461422
);
14471423
dependencies = (
1448-
E8CE3F051F213AD0003254AB /* PBXTargetDependency */,
14491424
);
14501425
name = Aztec;
14511426
productName = Aztec;
@@ -1492,10 +1467,6 @@
14921467
LastSwiftMigration = 1100;
14931468
ProvisioningStyle = Automatic;
14941469
};
1495-
E8CE3EFE1F213AAA003254AB = {
1496-
CreatedOnToolsVersion = 8.3.3;
1497-
ProvisioningStyle = Automatic;
1498-
};
14991470
};
15001471
};
15011472
buildConfigurationList = 5951CB881D8BC93600E1866F /* Build configuration list for PBXProject "Aztec" */;
@@ -1513,7 +1484,6 @@
15131484
targets = (
15141485
5951CB8D1D8BC93600E1866F /* Aztec */,
15151486
5951CB961D8BC93600E1866F /* AztecTests */,
1516-
E8CE3EFE1F213AAA003254AB /* Carthage Update */,
15171487
);
15181488
};
15191489
/* End PBXProject section */
@@ -1803,11 +1773,6 @@
18031773
target = 5951CB8D1D8BC93600E1866F /* Aztec */;
18041774
targetProxy = 5951CB991D8BC93600E1866F /* PBXContainerItemProxy */;
18051775
};
1806-
E8CE3F051F213AD0003254AB /* PBXTargetDependency */ = {
1807-
isa = PBXTargetDependency;
1808-
target = E8CE3EFE1F213AAA003254AB /* Carthage Update */;
1809-
targetProxy = E8CE3F041F213AD0003254AB /* PBXContainerItemProxy */;
1810-
};
18111776
/* End PBXTargetDependency section */
18121777

18131778
/* Begin XCBuildConfiguration section */
@@ -2035,53 +2000,6 @@
20352000
};
20362001
name = Release;
20372002
};
2038-
E8CE3EFF1F213AAA003254AB /* Debug */ = {
2039-
isa = XCBuildConfiguration;
2040-
buildSettings = {
2041-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
2042-
DEBUGGING_SYMBOLS = YES;
2043-
DEBUG_INFORMATION_FORMAT = dwarf;
2044-
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
2045-
GCC_OPTIMIZATION_LEVEL = 0;
2046-
OTHER_CFLAGS = "";
2047-
OTHER_LDFLAGS = "";
2048-
PRODUCT_NAME = "$(TARGET_NAME)";
2049-
};
2050-
name = Debug;
2051-
};
2052-
E8CE3F001F213AAA003254AB /* Release-Alpha */ = {
2053-
isa = XCBuildConfiguration;
2054-
buildSettings = {
2055-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
2056-
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2057-
OTHER_CFLAGS = "";
2058-
OTHER_LDFLAGS = "";
2059-
PRODUCT_NAME = "$(TARGET_NAME)";
2060-
};
2061-
name = "Release-Alpha";
2062-
};
2063-
E8CE3F011F213AAA003254AB /* Release */ = {
2064-
isa = XCBuildConfiguration;
2065-
buildSettings = {
2066-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
2067-
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2068-
OTHER_CFLAGS = "";
2069-
OTHER_LDFLAGS = "";
2070-
PRODUCT_NAME = "$(TARGET_NAME)";
2071-
};
2072-
name = Release;
2073-
};
2074-
E8CE3F021F213AAA003254AB /* Profiling */ = {
2075-
isa = XCBuildConfiguration;
2076-
buildSettings = {
2077-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
2078-
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2079-
OTHER_CFLAGS = "";
2080-
OTHER_LDFLAGS = "";
2081-
PRODUCT_NAME = "$(TARGET_NAME)";
2082-
};
2083-
name = Profiling;
2084-
};
20852003
F111A1101DA7E8B600294FD3 /* Profiling */ = {
20862004
isa = XCBuildConfiguration;
20872005
buildSettings = {
@@ -2344,17 +2262,6 @@
23442262
defaultConfigurationIsVisible = 0;
23452263
defaultConfigurationName = Release;
23462264
};
2347-
E8CE3F031F213AAA003254AB /* Build configuration list for PBXLegacyTarget "Carthage Update" */ = {
2348-
isa = XCConfigurationList;
2349-
buildConfigurations = (
2350-
E8CE3EFF1F213AAA003254AB /* Debug */,
2351-
E8CE3F001F213AAA003254AB /* Release-Alpha */,
2352-
E8CE3F011F213AAA003254AB /* Release */,
2353-
E8CE3F021F213AAA003254AB /* Profiling */,
2354-
);
2355-
defaultConfigurationIsVisible = 0;
2356-
defaultConfigurationName = Release;
2357-
};
23582265
/* End XCConfigurationList section */
23592266
};
23602267
rootObject = 5951CB851D8BC93600E1866F /* Project object */;

Example/Cartfile.private

Lines changed: 0 additions & 1 deletion
This file was deleted.

Example/Cartfile.resolved

Lines changed: 0 additions & 1 deletion
This file was deleted.

Example/carthage.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

Scripts/carthage_script.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)