Skip to content

Commit e76c845

Browse files
committed
added ios
1 parent 977abdd commit e76c845

26 files changed

+14
-7
lines changed

src-capacitor/ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
353353
MARKETING_VERSION = 1.0;
354354
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
355-
PRODUCT_BUNDLE_IDENTIFIER = com.coderstm.qaravelmembers;
355+
PRODUCT_BUNDLE_IDENTIFIER = com.coderstm.qaravel.app;
356356
PRODUCT_NAME = "$(TARGET_NAME)";
357357
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
358358
SWIFT_VERSION = 5.0;
@@ -371,7 +371,7 @@
371371
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
372372
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
373373
MARKETING_VERSION = 1.0;
374-
PRODUCT_BUNDLE_IDENTIFIER = com.coderstm.qaravelmembers;
374+
PRODUCT_BUNDLE_IDENTIFIER = com.coderstm.qaravel.app;
375375
PRODUCT_NAME = "$(TARGET_NAME)";
376376
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
377377
SWIFT_VERSION = 5.0;
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading

src-capacitor/ios/App/App/capacitor.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"appId": "com.coderstm.qaravelmembers",
2+
"appId": "com.coderstm.qaravel.app",
33
"appName": "Qaravel",
44
"bundledWebRuntime": false,
55
"npmClient": "yarn",

src-capacitor/ios/App/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def capacitor_pods
1212
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
1313
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
1414
pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app'
15+
pod 'CapacitorDevice', :path => '../../node_modules/@capacitor/device'
1516
pod 'CapacitorSplashScreen', :path => '../../node_modules/@capacitor/splash-screen'
1617
pod 'JcesarmobileSslSkip', :path => '../../node_modules/@jcesarmobile/ssl-skip'
1718
end

src-capacitor/ios/App/Podfile.lock

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ PODS:
44
- CapacitorApp (5.0.6):
55
- Capacitor
66
- CapacitorCordova (5.5.1)
7+
- CapacitorDevice (5.0.6):
8+
- Capacitor
79
- CapacitorSplashScreen (5.0.6):
810
- Capacitor
911
- JcesarmobileSslSkip (0.2.0):
@@ -13,6 +15,7 @@ DEPENDENCIES:
1315
- "Capacitor (from `../../node_modules/@capacitor/ios`)"
1416
- "CapacitorApp (from `../../node_modules/@capacitor/app`)"
1517
- "CapacitorCordova (from `../../node_modules/@capacitor/ios`)"
18+
- "CapacitorDevice (from `../../node_modules/@capacitor/device`)"
1619
- "CapacitorSplashScreen (from `../../node_modules/@capacitor/splash-screen`)"
1720
- "JcesarmobileSslSkip (from `../../node_modules/@jcesarmobile/ssl-skip`)"
1821

@@ -23,6 +26,8 @@ EXTERNAL SOURCES:
2326
:path: "../../node_modules/@capacitor/app"
2427
CapacitorCordova:
2528
:path: "../../node_modules/@capacitor/ios"
29+
CapacitorDevice:
30+
:path: "../../node_modules/@capacitor/device"
2631
CapacitorSplashScreen:
2732
:path: "../../node_modules/@capacitor/splash-screen"
2833
JcesarmobileSslSkip:
@@ -32,9 +37,10 @@ SPEC CHECKSUMS:
3237
Capacitor: 9da0a2415e3b6098511f8b5ffdb578d91ee79f8f
3338
CapacitorApp: 024e1b1bea5f883d79f6330d309bc441c88ad04a
3439
CapacitorCordova: e128cc7688c070ca0bfa439898a5f609da8dbcfe
40+
CapacitorDevice: 2c968f98a1ec4d22357418c1521e7ddc46c675e6
3541
CapacitorSplashScreen: 5fa2ab5e46cf5cc530cf16a51c80c7a986579ccd
3642
JcesarmobileSslSkip: c41af6d8f679d128666d64e4495863ce7b69a764
3743

38-
PODFILE CHECKSUM: b3b3eaf38812f8803ddb4588f9e8085311d85c50
44+
PODFILE CHECKSUM: ce975eaae2a346f1e8ab9337fe787ee25b288b8d
3945

40-
COCOAPODS: 1.11.3
46+
COCOAPODS: 1.12.1

src-capacitor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"@capacitor/app": "^5.0.0",
1010
"@capacitor/cli": "^5.0.0",
1111
"@capacitor/core": "^5.0.0",
12-
"@capacitor/ios": "^5.0.0",
1312
"@capacitor/device": "^5.0.0",
13+
"@capacitor/ios": "^5.0.0",
1414
"@capacitor/splash-screen": "^5.0.0",
1515
"@jcesarmobile/ssl-skip": "^0.2.0"
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)