Skip to content

Commit

Permalink
chore: update ios native project to cap 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Jun 3, 2020
1 parent b586b34 commit e05fcf3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
TargetAttributes = {
504EC3031FED79650016851F = {
CreatedOnToolsVersion = 9.2;
LastSwiftMigration = 1010;
LastSwiftMigration = 1150;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.Push = {
Expand Down Expand Up @@ -366,7 +366,7 @@
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = com.jcesarmobile.capacitor.push;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -384,7 +384,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.jcesarmobile.capacitor.push;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down
5 changes: 3 additions & 2 deletions ios/App/App/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<widget version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<access origin="*" />

</widget>

</widget>
12 changes: 6 additions & 6 deletions ios/App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Capacitor (1.1.0):
- CapacitorCordova (= 1.1.0)
- CapacitorCordova (1.1.0)
- Capacitor (2.1.1):
- CapacitorCordova (= 2.1.1)
- CapacitorCordova (2.1.1)

DEPENDENCIES:
- "Capacitor (from `../../node_modules/@capacitor/ios`)"
Expand All @@ -14,9 +14,9 @@ EXTERNAL SOURCES:
:path: "../../node_modules/@capacitor/ios"

SPEC CHECKSUMS:
Capacitor: 1e4b4f057fe6c727575a90cc640fbf6aa019a017
CapacitorCordova: 49e84a6ab0ff82f00667bd27bb3c0e98bafea445
Capacitor: 77b85236006d70fa9c952384c29a29214f4e5544
CapacitorCordova: 2271de4d678eb616c5f70fe6b4d53e17e88ae171

PODFILE CHECKSUM: 144b255a8aae841ea14f3ee0bfb55be44afd1167

COCOAPODS: 1.7.2
COCOAPODS: 1.9.1

0 comments on commit e05fcf3

Please sign in to comment.