Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 5535950

Browse files
build fixes
1 parent 48b958d commit 5535950

File tree

7 files changed

+6946
-8
lines changed

7 files changed

+6946
-8
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
.idea
22
.DS_Store
33
node_modules
4-
*.tgz
5-
scripts/postinstall.js
6-
scripts/install_ios_entitlements_packed.js
4+
*.tgz

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<img src="docs/images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/>
22

3-
## 3.8.0 (2016, November 20)
3+
## 3.8.2 (2016, November 20)
44

5-
[Full changelog](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/compare/3.7.2...3.8.0)
5+
[Full changelog](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/compare/3.7.2...3.8.2)
66

77
### SDK versions
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-plugin-firebase",
3-
"version": "3.8.0",
3+
"version": "3.8.2",
44
"description": "Fire. Base. Firebase!",
55
"main": "firebase.js",
66
"typings": "index.d.ts",

scripts/install_ios_entitlements.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if (!fs.existsSync(destFile)) {
4242
pbxProject = xcode.project(projectPath);
4343

4444
pbxProject.parseSync();
45-
pbxProject.addResourceFile(path.join("Firebase", "Resources", projName + ".entitlements"));
45+
pbxProject.addResourceFile(path.join(projName, "Resources", projName + ".entitlements"));
4646

4747

4848
var configGroups = pbxProject.hash.project.objects['XCBuildConfiguration'];

0 commit comments

Comments
 (0)