Skip to content

Commit

Permalink
Bumped iOS project version to 18.
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyphillips committed Dec 31, 2019
1 parent 645d287 commit d129eea
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions ios/moonshine.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
7794AC3623AC072D0047FA72 /* Lndmobile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7794AC3523AC072D0047FA72 /* Lndmobile.framework */; };
7794AC3A23AC689B0047FA72 /* lnd.conf in Resources */ = {isa = PBXBuildFile; fileRef = 7794AC3823AC689B0047FA72 /* lnd.conf */; };
7794AC3B23AC689B0047FA72 /* LndReactModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7794AC3923AC689B0047FA72 /* LndReactModule.m */; };
77F20B0723BBD87A00C4BB0C /* main.jsbundle in Resources */ = {isa = PBXBuildFile; fileRef = 008F07F21AC5B25A0029DE68 /* main.jsbundle */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -415,6 +416,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
77F20B0723BBD87A00C4BB0C /* main.jsbundle in Resources */,
7794AC2323ABF6AA0047FA72 /* Fontisto.ttf in Resources */,
7794AC2E23ABF6AA0047FA72 /* FontAwesome.ttf in Resources */,
7794AC2A23ABF6AA0047FA72 /* Foundation.ttf in Resources */,
Expand Down Expand Up @@ -467,7 +469,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
};
2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
isa = PBXShellScriptBuildPhase;
Expand Down Expand Up @@ -821,7 +823,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/moonshine.app/moonshine";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Moonshine.app/Moonshine";
};
name = Debug;
};
Expand All @@ -842,7 +844,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/moonshine.app/moonshine";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Moonshine.app/Moonshine";
};
name = Release;
};
Expand All @@ -852,9 +854,10 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 17;
CURRENT_PROJECT_VERSION = 18;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = 344W3TSQCK;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/lightning",
Expand All @@ -879,8 +882,9 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 17;
CURRENT_PROJECT_VERSION = 18;
DEVELOPMENT_TEAM = 344W3TSQCK;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/lightning",
Expand Down

0 comments on commit d129eea

Please sign in to comment.