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

Commit

Permalink
Resolve android PN build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson committed May 14, 2021
1 parent 4ebdb8e commit b332e34
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
16 changes: 8 additions & 8 deletions packages/mobile/ios/AudiusReactNative.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -410,13 +410,13 @@
BUNDLE_ID_SUFFIX = "";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "AudiusReactNative/Audius Music.entitlements";
CURRENT_PROJECT_VERSION = 162;
CURRENT_PROJECT_VERSION = 163;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = LRFCG93S85;
INFOPLIST_FILE = AudiusReactNative/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.69;
MARKETING_VERSION = 1.0.70;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -442,12 +442,12 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "AudiusReactNative/Audius Music.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 162;
CURRENT_PROJECT_VERSION = 163;
DEVELOPMENT_TEAM = LRFCG93S85;
INFOPLIST_FILE = AudiusReactNative/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.69;
MARKETING_VERSION = 1.0.70;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -630,13 +630,13 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "AudiusReactNative/Audius Music.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 162;
CURRENT_PROJECT_VERSION = 163;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = LRFCG93S85;
INFOPLIST_FILE = AudiusReactNative/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.69;
MARKETING_VERSION = 1.0.70;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -710,12 +710,12 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "AudiusReactNative/Audius Music.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 162;
CURRENT_PROJECT_VERSION = 163;
DEVELOPMENT_TEAM = LRFCG93S85;
INFOPLIST_FILE = AudiusReactNative/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.69;
MARKETING_VERSION = 1.0.70;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/ios/AudiusReactNative/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>162</string>
<string>163</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
9 changes: 3 additions & 6 deletions packages/mobile/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"react-native-markdown-display": "^7.0.0-alpha.2",
"react-native-music-control": "git://github.com/AudiusProject/react-native-music-control.git",
"react-native-permissions": "^3.0.0",
"react-native-push-notification": "^3.1.9",
"react-native-push-notification": "^7.3.1",
"react-native-static-server": "^0.5.0",
"react-native-svg": "^12.1.0",
"react-native-svg-transformer": "^0.14.3",
Expand Down

0 comments on commit b332e34

Please sign in to comment.