Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Mar 14, 2019
1 parent de80d22 commit 505e386
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Expand Up @@ -115,8 +115,8 @@ android {
multiDexEnabled true
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 13
versionName "1.1.11"
versionCode 14
versionName "1.2.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
17 changes: 15 additions & 2 deletions ios/ledgerlivemobile.xcodeproj/project.pbxproj
Expand Up @@ -72,7 +72,6 @@
B91C45DF21665C1200E250AB /* ledger-core.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B91C45DE21665C1200E250AB /* ledger-core.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
B91C45E021665C3B00E250AB /* ledger-core.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B91C45DE21665C1200E250AB /* ledger-core.framework */; };
B91C46CD216812DE00E250AB /* ledger-core.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B91C45DB2166562200E250AB /* ledger-core.framework */; };
B91C46CC216812D800E250AB /* ledger-core.framework in Copy Files */ = {isa = PBXBuildFile; fileRef = B91C45DB2166562200E250AB /* ledger-core.framework */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
B9E5B9A72153F4490053D868 /* libRNLibLedgerCore.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 34A272772152A95200B97A07 /* libRNLibLedgerCore.a */; };
BF09D4F4214BF73D0040397B /* libReactNativeConfig.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 34BE1FF120092032009E8710 /* libReactNativeConfig.a */; };
BF09D4F5214BF7460040397B /* libRNSVG.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 34654386200E4A94008E3CDD /* libRNSVG.a */; };
Expand Down Expand Up @@ -591,6 +590,13 @@
remoteGlobalIDString = 323A12871E5F266B004975B8;
remoteInfo = "ART-tvOS";
};
F8A31E45223A3BDF00F81049 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 64C6A31B337D471B93E32DCD /* RNSentry.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 274692C321B4414400BF91A8;
remoteInfo = "RNSentry-tvOS";
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
Expand All @@ -613,7 +619,6 @@
dstPath = x86_64;
dstSubfolderSpec = 10;
files = (
B91C46CC216812D800E250AB /* ledger-core.framework in Copy Files */,
);
name = "Copy Files";
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -997,6 +1002,7 @@
isa = PBXGroup;
children = (
347AB21B2049885900BE6F60 /* libRNSentry.a */,
F8A31E46223A3BDF00F81049 /* libRNSentry-tvOS.a */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -1974,6 +1980,13 @@
remoteRef = BF60DBB6214A954900912E7C /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
F8A31E46223A3BDF00F81049 /* libRNSentry-tvOS.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = "libRNSentry-tvOS.a";
remoteRef = F8A31E45223A3BDF00F81049 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
Expand Down
4 changes: 2 additions & 2 deletions ios/ledgerlivemobile/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.12</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>3</string>
<string>1</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ledgerlivemobile",
"version": "1.1.11",
"version": "1.2.0",
"private": true,
"rnpm": {
"assets": [
Expand Down

0 comments on commit 505e386

Please sign in to comment.