Skip to content

Commit d8034c0

Browse files
committed
fix: Rename hybrid app directory
1 parent c400298 commit d8034c0

File tree

83 files changed

+38
-40
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+38
-40
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

examples/hybridexampleapp/ios/HybridSampleApp.xcodeproj/project.pbxproj renamed to examples/hybrid/ios/HybridSampleApp.xcodeproj/project.pbxproj

Lines changed: 35 additions & 35 deletions
Large diffs are not rendered by default.
File renamed without changes.

examples/hybridexampleapp/ios/Podfile.lock renamed to examples/hybrid/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,4 +569,4 @@ SPEC CHECKSUMS:
569569

570570
PODFILE CHECKSUM: 8525ac134601619ad9f58f4e06a4300c9e7593fa
571571

572-
COCOAPODS: 1.12.0
572+
COCOAPODS: 1.15.2
File renamed without changes.
File renamed without changes.

examples/hybridexampleapp/.bundle/config

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"build:lib": "tsc",
3535
"build:cli": "npx rollup -c rollup.config.js --bundleConfigAsCjs",
3636
"example": "yarn --cwd examples/default",
37-
"hybrid": "yarn --cwd examples/hybridexampleapp",
38-
"pods": "cd examples/default && pod-install --quiet && cd ../hybridexampleapp && pod-install --quiet ",
37+
"hybrid": "yarn --cwd examples/hybrid",
38+
"pods": "cd examples/default && pod-install --quiet && cd ../hybrid && pod-install --quiet ",
3939
"bootstrap": "yarn example && yarn hybrid && yarn && yarn pods"
4040
},
4141
"peerDependencies": {

0 commit comments

Comments
 (0)