Skip to content

Commit

Permalink
Merge pull request #58 from Caeli-technologies/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
rubentalstra authored Feb 12, 2024
2 parents 644d843 + 1909acf commit 20d80c7
Show file tree
Hide file tree
Showing 17 changed files with 1,404 additions and 187 deletions.
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.
Binary file not shown.
14 changes: 13 additions & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,16 @@ post_install do |installer|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
end
end
end
end


# post_install do |installer|
# installer.pods_project.targets.each do |target|
# target.build_configurations.each do |config|
# xcconfig_path = config.base_configuration_reference.real_path
# xcconfig = File.read(xcconfig_path)
# xcconfig_mod = xcconfig.gsub(/DT_TOOLCHAIN_DIR/, "TOOLCHAIN_DIR")
# File.open(xcconfig_path, "w") { |file| file << xcconfig_mod }
# end
# end
# end
Loading

0 comments on commit 20d80c7

Please sign in to comment.