Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/project structure update #48

Merged
merged 46 commits into from
Sep 2, 2021
Merged

Conversation

fgulan
Copy link
Member

@fgulan fgulan commented Aug 31, 2021

With this PR we've added Carthage and SwiftPM support

@fgulan fgulan requested review from Truba and Dundo7 August 31, 2021 08:28
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
Examples/Carthage/Cartfile Show resolved Hide resolved
Examples/Carthage/JapxExample/AppDelegate.swift Outdated Show resolved Hide resolved
Examples/Carthage/JapxExample/SceneDelegate.swift Outdated Show resolved Hide resolved
Examples/Cocoapods/JapxExample/AppDelegate.swift Outdated Show resolved Hide resolved
Examples/Cocoapods/JapxExample/SceneDelegate.swift Outdated Show resolved Hide resolved
Examples/SwiftPM/JapxExample/SceneDelegate.swift Outdated Show resolved Hide resolved
Japx.podspec Outdated
s.subspec 'ObjC' do |sp|
sp.source_files = 'Japx/Classes/ObjC/**/*'
sp.dependency 'Japx/Core'
s.subspec "ObjC" do |sp|
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you change everything to double quotes?
I was under the impression single quotes should be used in ruby as a default, and double only if we need string interpolation 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure to be honest, I didn't notice it - probably my ruby linter in VS code changed it to double quotes

@fgulan
Copy link
Member Author

fgulan commented Sep 2, 2021

@Truba please check again

@Dundo7 Dundo7 merged commit 0e3e02a into master Sep 2, 2021
@Dundo7 Dundo7 deleted the feature/project-structure-update branch September 2, 2021 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants