Skip to content

Commit 7f32172

Browse files
committed
Fixed entitlements bug
1 parent ec26b56 commit 7f32172

File tree

3 files changed

+105
-1310
lines changed

3 files changed

+105
-1310
lines changed

app/views/Storage/Demos/Upload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class UploadDemo extends React.Component {
2222

2323
const {firestack} = this.props;
2424

25-
localDir = firestack.constants.DOCUMENT_DIRECTORY_PATH;
25+
localDir = firestack.storage().DOCUMENT_DIRECTORY_PATH;
2626
this.state = {
2727
localFileExists: false,
2828
uploading: false,

ios/FirestackApp.xcodeproj/project.pbxproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@
593593
};
594594
13B07F861A680F5B00A75B9A = {
595595
DevelopmentTeam = DEB2RAY5A4;
596+
ProvisioningStyle = Automatic;
596597
SystemCapabilities = {
597598
com.apple.Keychain = {
598599
enabled = 1;
@@ -1007,11 +1008,12 @@
10071008
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
10081009
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
10091010
CLANG_ENABLE_MODULES = YES;
1010-
CODE_SIGN_ENTITLEMENTS = FirestackApp/FirestackApp.entitlements;
1011+
CODE_SIGN_ENTITLEMENTS = "";
10111012
CODE_SIGN_IDENTITY = "iPhone Developer";
10121013
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
10131014
CURRENT_PROJECT_VERSION = 76;
10141015
DEAD_CODE_STRIPPING = YES;
1016+
DEVELOPMENT_TEAM = DEB2RAY5A4;
10151017
ENABLE_BITCODE = NO;
10161018
FRAMEWORK_SEARCH_PATHS = (
10171019
"$(inherited)",
@@ -1043,6 +1045,7 @@
10431045
PRODUCT_BUNDLE_IDENTIFIER = io.fullstack.FirestackExample;
10441046
PRODUCT_NAME = FirestackApp;
10451047
PROVISIONING_PROFILE = "";
1048+
PROVISIONING_PROFILE_SPECIFIER = "";
10461049
STRIP_INSTALLED_PRODUCT = YES;
10471050
};
10481051
name = Debug;
@@ -1054,10 +1057,11 @@
10541057
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
10551058
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
10561059
CLANG_ENABLE_MODULES = YES;
1057-
CODE_SIGN_ENTITLEMENTS = FirestackApp/FirestackApp.entitlements;
1060+
CODE_SIGN_ENTITLEMENTS = "";
10581061
CODE_SIGN_IDENTITY = "iPhone Developer";
10591062
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
10601063
CURRENT_PROJECT_VERSION = 76;
1064+
DEVELOPMENT_TEAM = DEB2RAY5A4;
10611065
ENABLE_BITCODE = NO;
10621066
FRAMEWORK_SEARCH_PATHS = (
10631067
"$(inherited)",
@@ -1089,6 +1093,7 @@
10891093
PRODUCT_BUNDLE_IDENTIFIER = io.fullstack.FirestackExample;
10901094
PRODUCT_NAME = FirestackApp;
10911095
PROVISIONING_PROFILE = "";
1096+
PROVISIONING_PROFILE_SPECIFIER = "";
10921097
STRIP_INSTALLED_PRODUCT = YES;
10931098
};
10941099
name = Release;

0 commit comments

Comments
 (0)