Skip to content

Buildable and interoperable source pods #444

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

Merged
merged 47 commits into from
Nov 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
a0f01db
Future podspecs (WIP)
paulb777 Aug 19, 2017
98514c1
Run Core and Auth tests with Future
paulb777 Aug 19, 2017
61297dd
Running Auth quick start (with import renames)
paulb777 Aug 19, 2017
fc37e45
Don't conflict with Auth generate version variables. FirebaseFuture -…
paulb777 Aug 19, 2017
386561f
vendored_frameworks don't link from Development Pods
paulb777 Aug 19, 2017
3a9a80a
podspec experiment
paulb777 Aug 23, 2017
e9fcec2
Disable mac for now
paulb777 Aug 23, 2017
4febf43
Turn macOS back on
paulb777 Aug 23, 2017
b7b6847
Merge remote-tracking branch 'origin/master' into pb-future
paulb777 Aug 31, 2017
95480e7
Checkpoint with all ios tests building and running
paulb777 Sep 1, 2017
781f674
inherited is added to flags by CocoaPods
paulb777 Sep 1, 2017
0ec3722
incremental
paulb777 Sep 1, 2017
b1b6a5d
All iOS and macOS unit tests run
paulb777 Sep 1, 2017
37b93d8
checkpoint
paulb777 Sep 24, 2017
d1ffe2e
s.prefix_header_file = false
paulb777 Oct 9, 2017
9b6388c
incremental post master merge
paulb777 Oct 9, 2017
1667bd7
Merge remote-tracking branch 'origin/master' into pb-future
paulb777 Oct 9, 2017
65e470c
fix auth build after merge
paulb777 Oct 9, 2017
00236b2
Fix Auth macOS unit test build
paulb777 Oct 9, 2017
5100d95
checkpoint
paulb777 Oct 10, 2017
0ed38e8
Merge remote-tracking branch 'origin/master' into pb-future
paulb777 Oct 20, 2017
4882c91
Checkpoint - unit tests running after merge
paulb777 Oct 20, 2017
af0bc74
Merge remote-tracking branch 'origin/master' into pb-future
paulb777 Oct 21, 2017
972cadf
Update podspecs with real content
paulb777 Oct 21, 2017
514a7d9
Merge remote-tracking branch 'origin/master' into pb-future
paulb777 Oct 30, 2017
f398019
Xcode project update after merge
paulb777 Oct 30, 2017
4eb8937
Merge remote-tracking branch 'origin/master' into pb-future
paulb777 Nov 9, 2017
57c4a3e
Use pod_target_xcconfig instead of xcconfig
paulb777 Nov 9, 2017
7aab4a0
Unit tests run interoperably with Firebase pod
paulb777 Nov 10, 2017
0e84d7e
Build integration tests
paulb777 Nov 11, 2017
047b9ef
Fix auth integration tests
paulb777 Nov 11, 2017
1e82ff4
Remove Community cruft
paulb777 Nov 11, 2017
eae076a
Remove BuildFrameworks now that default build is inter-operable with …
paulb777 Nov 11, 2017
b24b27d
Interoperable Firestore
paulb777 Nov 11, 2017
abcdb67
Travis and integrated source build
paulb777 Nov 11, 2017
2a99237
Allow pb-future to run on travis
paulb777 Nov 11, 2017
816cab7
README updates
paulb777 Nov 11, 2017
367173c
README tweaks
paulb777 Nov 11, 2017
202f615
Firebase pod not yet built in open
paulb777 Nov 11, 2017
447fbfc
Merge remote-tracking branch 'origin/master' into pb-future
paulb777 Nov 11, 2017
24f78bc
Review feedback and making FirebaseFirestore publishable
paulb777 Nov 14, 2017
1a00824
style
paulb777 Nov 14, 2017
e50f081
System imports/includes should be in a separate group
paulb777 Nov 15, 2017
b2b5e32
README.md formatting
paulb777 Nov 17, 2017
43fb2b6
Delete deprecated FirebaseCommunity instructions
paulb777 Nov 17, 2017
daae87c
Merge remote-tracking branch 'origin/master' into pb-future
paulb777 Nov 17, 2017
ee33aee
Merge remote-tracking branch 'origin/master' into pb-future
paulb777 Nov 21, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ before_install:
script:
- "! git grep -I ' $'" # Fail on trailing whitespace in non-binary files
- ./test.sh
- bundle exec pod lib lint FirebaseCommunity.podspec --allow-warnings #pending #390 fix
- bundle exec pod lib lint FirebaseCore.podspec

# TODO - Uncomment subsequent lines once FirebaseCore source repo is in public Specs repo
# - bundle exec pod lib lint FirebaseAuth.podspec
# - bundle exec pod lib lint FirebaseDatabase.podspec
# - bundle exec pod lib lint FirebaseMessaging.podspec --allow-warnings #pending #390 fix
# - bundle exec pod lib lint FirebaseStorage.podspec
# - bundle exec pod lib lint Firestore/Firestore.podspec

branches:
only:
- master

484 changes: 0 additions & 484 deletions BuildFrameworks/FrameworkMaker.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions BuildFrameworks/Podfile

This file was deleted.

38 changes: 0 additions & 38 deletions BuildFrameworks/README.md

This file was deleted.

Loading