generated from capacitor-community/.github
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
137 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
App/build | ||
App/Pods | ||
App/output | ||
App/App/public | ||
DerivedData | ||
xcuserdata | ||
|
||
# Cordova plugins for Capacitor | ||
capacitor-cordova-ios-plugins | ||
|
||
# Generated Config files | ||
App/App/capacitor.config.json | ||
App/App/config.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
demo/angular/ios/App/App.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
33 changes: 33 additions & 0 deletions
33
demo/angular/ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"originHash" : "c2713bd99a9d482456f2a8abf0edabe1abd9aa8d6c5c114e14caa1b1ea778d3a", | ||
"pins" : [ | ||
{ | ||
"identity" : "capacitor-swift-pm", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/ionic-team/capacitor-swift-pm.git", | ||
"state" : { | ||
"branch" : "main", | ||
"revision" : "2827600e5da84dcfca0339c987e5a8394d6b22f9" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-package-manager-google-mobile-ads", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/googleads/swift-package-manager-google-mobile-ads.git", | ||
"state" : { | ||
"branch" : "main", | ||
"revision" : "82c49f703da08f6c20715fd8bb8dfe5d94a2f187" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-package-manager-google-user-messaging-platform", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/googleads/swift-package-manager-google-user-messaging-platform.git", | ||
"state" : { | ||
"revision" : "708a282840c2171ee63bd93b87afa49fe507d70e", | ||
"version" : "2.7.0" | ||
} | ||
} | ||
], | ||
"version" : 3 | ||
} |
10 changes: 0 additions & 10 deletions
10
demo/angular/ios/App/App.xcworkspace/contents.xcworkspacedata
This file was deleted.
Oops, something went wrong.
24 changes: 12 additions & 12 deletions
24
demo/angular/ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "universal", | ||
"platform" : "ios", | ||
"size" : "1024x1024" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
"images" : [ | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "universal", | ||
"platform" : "ios", | ||
"size" : "1024x1024" | ||
} | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.DS_Store | ||
/.build | ||
/Packages | ||
/*.xcodeproj | ||
xcuserdata/ | ||
DerivedData/ | ||
.swiftpm/config/registries.json | ||
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata | ||
.netrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
// swift-tools-version: 5.9 | ||
import PackageDescription | ||
|
||
// DO NOT MODIFY THIS FILE - managed by Capacitor CLI commands | ||
let package = Package( | ||
name: "CapApp-SPM", | ||
platforms: [.iOS(.v13)], | ||
products: [ | ||
.library( | ||
name: "CapApp-SPM", | ||
targets: ["CapApp-SPM"]) | ||
], | ||
dependencies: [ | ||
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main"), | ||
.package(name: "CapacitorCommunityAdmob", path: "../../../../..") | ||
], | ||
targets: [ | ||
.target( | ||
name: "CapApp-SPM", | ||
dependencies: [ | ||
.product(name: "Capacitor", package: "capacitor-swift-pm"), | ||
.product(name: "Cordova", package: "capacitor-swift-pm"), | ||
.product(name: "CapacitorCommunityAdmob", package: "CapacitorCommunityAdmob") | ||
] | ||
) | ||
] | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# CapApp-SPM | ||
|
||
> [!WARNING] | ||
> SPM Support is currently experimental. | ||
This SPM is used to host SPM dependancies for you Capacitor project | ||
|
||
Do not modifiy the contents of it or there may be unintended concquences. |
1 change: 1 addition & 0 deletions
1
demo/angular/ios/App/CapApp-SPM/Sources/CapApp-SPM/CapApp-SPM.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
public let isCapacitorApp = true |
Oops, something went wrong.