Skip to content

Commit

Permalink
added ios
Browse files Browse the repository at this point in the history
  • Loading branch information
dipaksarkar committed Dec 5, 2023
1 parent 977abdd commit e76c845
Show file tree
Hide file tree
Showing 26 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src-capacitor/ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = com.coderstm.qaravelmembers;
PRODUCT_BUNDLE_IDENTIFIER = com.coderstm.qaravel.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 5.0;
Expand All @@ -371,7 +371,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.coderstm.qaravelmembers;
PRODUCT_BUNDLE_IDENTIFIER = com.coderstm.qaravel.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
SWIFT_VERSION = 5.0;
Expand Down
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.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src-capacitor/ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"appId": "com.coderstm.qaravelmembers",
"appId": "com.coderstm.qaravel.app",
"appName": "Qaravel",
"bundledWebRuntime": false,
"npmClient": "yarn",
Expand Down
1 change: 1 addition & 0 deletions src-capacitor/ios/App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def capacitor_pods
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app'
pod 'CapacitorDevice', :path => '../../node_modules/@capacitor/device'
pod 'CapacitorSplashScreen', :path => '../../node_modules/@capacitor/splash-screen'
pod 'JcesarmobileSslSkip', :path => '../../node_modules/@jcesarmobile/ssl-skip'
end
Expand Down
10 changes: 8 additions & 2 deletions src-capacitor/ios/App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ PODS:
- CapacitorApp (5.0.6):
- Capacitor
- CapacitorCordova (5.5.1)
- CapacitorDevice (5.0.6):
- Capacitor
- CapacitorSplashScreen (5.0.6):
- Capacitor
- JcesarmobileSslSkip (0.2.0):
Expand All @@ -13,6 +15,7 @@ DEPENDENCIES:
- "Capacitor (from `../../node_modules/@capacitor/ios`)"
- "CapacitorApp (from `../../node_modules/@capacitor/app`)"
- "CapacitorCordova (from `../../node_modules/@capacitor/ios`)"
- "CapacitorDevice (from `../../node_modules/@capacitor/device`)"
- "CapacitorSplashScreen (from `../../node_modules/@capacitor/splash-screen`)"
- "JcesarmobileSslSkip (from `../../node_modules/@jcesarmobile/ssl-skip`)"

Expand All @@ -23,6 +26,8 @@ EXTERNAL SOURCES:
:path: "../../node_modules/@capacitor/app"
CapacitorCordova:
:path: "../../node_modules/@capacitor/ios"
CapacitorDevice:
:path: "../../node_modules/@capacitor/device"
CapacitorSplashScreen:
:path: "../../node_modules/@capacitor/splash-screen"
JcesarmobileSslSkip:
Expand All @@ -32,9 +37,10 @@ SPEC CHECKSUMS:
Capacitor: 9da0a2415e3b6098511f8b5ffdb578d91ee79f8f
CapacitorApp: 024e1b1bea5f883d79f6330d309bc441c88ad04a
CapacitorCordova: e128cc7688c070ca0bfa439898a5f609da8dbcfe
CapacitorDevice: 2c968f98a1ec4d22357418c1521e7ddc46c675e6
CapacitorSplashScreen: 5fa2ab5e46cf5cc530cf16a51c80c7a986579ccd
JcesarmobileSslSkip: c41af6d8f679d128666d64e4495863ce7b69a764

PODFILE CHECKSUM: b3b3eaf38812f8803ddb4588f9e8085311d85c50
PODFILE CHECKSUM: ce975eaae2a346f1e8ab9337fe787ee25b288b8d

COCOAPODS: 1.11.3
COCOAPODS: 1.12.1
4 changes: 2 additions & 2 deletions src-capacitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"@capacitor/app": "^5.0.0",
"@capacitor/cli": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@capacitor/ios": "^5.0.0",
"@capacitor/device": "^5.0.0",
"@capacitor/ios": "^5.0.0",
"@capacitor/splash-screen": "^5.0.0",
"@jcesarmobile/ssl-skip": "^0.2.0"
}
}
}

0 comments on commit e76c845

Please sign in to comment.