Skip to content

Commit

Permalink
chore(ios): add platform to Podfile (#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Feb 21, 2020
1 parent 3263dbc commit 209e649
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 27 deletions.
23 changes: 0 additions & 23 deletions ios/Capacitor/Capacitor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
50503EEE1FC08595003606DC /* CapacitorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50503EED1FC08595003606DC /* CapacitorTests.swift */; };
BCFA72E81BB38E2E034791D7 /* Pods_CapacitorTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B975B0A166283500B55FD2E7 /* Pods_CapacitorTests.framework */; };
EFD716F22CFA442BCB16ABAC /* Pods_Capacitor.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9ABFE550E2358D6D2984A359 /* Pods_Capacitor.framework */; };
F94B7D73956102C5FB02F5F2 /* Pods_AvocadoTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1139EB954BCD7D1FE04679EA /* Pods_AvocadoTests.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -27,7 +26,6 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
1139EB954BCD7D1FE04679EA /* Pods_AvocadoTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AvocadoTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3979367CC1BEE8D19B3C2F5A /* Pods-Capacitor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Capacitor.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Capacitor/Pods-Capacitor.debug.xcconfig"; sourceTree = "<group>"; };
40367A7722BCB186FA84278A /* Pods_Avocado.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Avocado.framework; sourceTree = BUILT_PRODUCTS_DIR; };
451BCB03DDD54A8F94065E22 /* Pods-AvocadoTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AvocadoTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-AvocadoTests/Pods-AvocadoTests.release.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -62,7 +60,6 @@
buildActionMask = 2147483647;
files = (
50503EE91FC08595003606DC /* Capacitor.framework in Frameworks */,
F94B7D73956102C5FB02F5F2 /* Pods_AvocadoTests.framework in Frameworks */,
BCFA72E81BB38E2E034791D7 /* Pods_CapacitorTests.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -75,7 +72,6 @@
children = (
501CBAA61FC0A723009B0D4D /* WebKit.framework */,
40367A7722BCB186FA84278A /* Pods_Avocado.framework */,
1139EB954BCD7D1FE04679EA /* Pods_AvocadoTests.framework */,
9ABFE550E2358D6D2984A359 /* Pods_Capacitor.framework */,
B975B0A166283500B55FD2E7 /* Pods_CapacitorTests.framework */,
);
Expand Down Expand Up @@ -166,7 +162,6 @@
50503EE41FC08595003606DC /* Sources */,
50503EE51FC08595003606DC /* Frameworks */,
50503EE61FC08595003606DC /* Resources */,
E163225B0E98190034E8EB69 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -272,24 +267,6 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
E163225B0E98190034E8EB69 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-CapacitorTests/Pods-CapacitorTests-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/CapacitorCordova/Cordova.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Cordova.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CapacitorTests/Pods-CapacitorTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
1 change: 1 addition & 0 deletions ios/Capacitor/Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
platform :ios, '11.0'

target 'Capacitor' do
use_frameworks!
Expand Down
8 changes: 4 additions & 4 deletions ios/Capacitor/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- CapacitorCordova (1.0.0-beta.11)
- CapacitorCordova (1.5.0)

DEPENDENCIES:
- CapacitorCordova (from `../../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
CapacitorCordova: 99739f506b8fb01cd4313d9e591a5e5a3837a1dc
CapacitorCordova: 5b03f0b903bf066a8f3187e848252227190b681a

PODFILE CHECKSUM: dde0b7cf2ee7affd4ef5a207f54bd6e4021ab7b7
PODFILE CHECKSUM: 936c4cc87774b72da70079584f9d69d2fd2a92e9

COCOAPODS: 1.5.0
COCOAPODS: 1.8.4

0 comments on commit 209e649

Please sign in to comment.