9 Commits

Author SHA1 Message Date
Max Komarychev
1eb6ac0199 Introduce new approach for ios integration
* ruby scripts were refactored
* environment values are now exposed to Info.plist via xcconfig file
* environment values became available in Build Settings
* cocoapods integration fixed - no need to add custom code to Podfile!
(as suggested in this PR: https://github.com/luggit/react-native-config/pull/329)
2019-05-17 03:06:31 +03:00
Stanislav Prokopov
c6b43e9c17 Added tvOS paltform support (#230)
[tvOS] Update podspec
[tvOS] Add tvOS target
2018-10-22 18:34:14 -07:00
Allan Wright IV
9579b36811 Fixed iOS 8.0 support issue (#163)
Fixed #65
2017-09-26 15:14:38 -07:00
Chaitanya Bhagvan
accfef9b8a Add Pods Public Header path to HEADER_SEARCH_PATHS (#140)
When react-native is installed using cocoapods xcode cannot find react headers for react-native-config. This PR adds to HEADER_SEARCH_PATHS to look at header files in the Pods. 
Since Cocoapods does not allow build scripts it's still a good idea to link react-native-config with react-native link and add support for projects that do use react native via cocoapods
2017-09-25 12:06:12 -07:00
Christian Brevik
17557df295 Add input file to run script to fix build problems on server (#73)
* Add input file to run script

* Add conditional import for 0.40
2017-04-26 15:01:16 -07:00
Daniel Weinmann
2b2db8d713 Fixes path for BuildDotenvConfig.ruby on project.pbxproj 2016-03-02 03:32:02 -03:00
Pedro Belo
4801f14806 fix dotenv in ios 2016-02-23 15:50:03 -08:00
Pedro Belo
15ad671b1f try to persist the config in .env on build, and load in the app
this is not working atm, can't seem to read that json on runtime
2016-02-22 19:59:49 -08:00
Pedro Belo
c2253b3b13 add stub ios implementation 2016-02-22 17:15:39 -08:00