Skip to content

Commit

Permalink
recreate ios project
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Oct 27, 2023
1 parent 99f711a commit 0975911
Show file tree
Hide file tree
Showing 135 changed files with 9,368 additions and 5,368 deletions.
38 changes: 37 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@

.DS_Store
.build
.build


# Xcode
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa

# Bundler
.bundle

# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
#

Pods/
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,5 @@ build-xcframeworks: build-cocoapods
build-xcframework-archives: build-xcframeworks
@cd ./ios/xcframeworks && zip -r yoga.xcframework.zip yoga.xcframework
@cd ./ios/xcframeworks && zip -r YogaKit.xcframework.zip YogaKit.xcframework
@rm -rf ./ios/xcframeworks/yoga.xcframework
@rm -rf ./ios/xcframeworks/YogaKit.xcframework
@swift package compute-checksum ./ios/xcframeworks/yoga.xcframework.zip > ./ios/xcframeworks/yoga.xcframework.zip.checksum
@swift package compute-checksum ./ios/xcframeworks/YogaKit.xcframework.zip > ./ios/xcframeworks/YogaKit.xcframework.zip.checksum
2 changes: 1 addition & 1 deletion Nativebrik.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Nativebrik SDK for iOS.
s.swift_version = '5'
s.ios.deployment_target = '13.4'

s.source_files = 'ios/Nativebrik/Classes/**/*'
s.source_files = 'ios/Nativebrik/Nativebrik/**/*'

s.frameworks = 'UIKit', 'Foundation', 'SwiftUI', 'Combine'
s.dependency 'YogaKit', '~> 2.0.0'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
targets: [
.target(
name: "Nativebrik",
path: "ios/Nativebrik/Classes"
path: "ios/Nativebrik/Nativebrik"
),
.binaryTarget(
name: "Yoga",
Expand Down
37 changes: 0 additions & 37 deletions ios/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions ios/.travis.yml

This file was deleted.

Loading

0 comments on commit 0975911

Please sign in to comment.