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

Commit

Permalink
change package name in iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun-sna committed Mar 3, 2019
1 parent 33c1d5e commit dcced4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ios/githubgist.xcodeproj/project.pbxproj
Expand Up @@ -1501,7 +1501,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = com.codebrahma.githubgist.dev;
PRODUCT_BUNDLE_IDENTIFIER = com.githubgist.staging;
PRODUCT_NAME = GithubGist;
VERSIONING_SYSTEM = "apple-generic";
};
Expand Down Expand Up @@ -1531,7 +1531,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = com.codebrahma.githubgist;
PRODUCT_BUNDLE_IDENTIFIER = com.githubgist;
PRODUCT_NAME = GithubGist;
VERSIONING_SYSTEM = "apple-generic";
};
Expand Down Expand Up @@ -1829,7 +1829,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = com.codebrahma.githubgist.staging;
PRODUCT_BUNDLE_IDENTIFIER = com.githubgist.staging;
PRODUCT_NAME = GithubGist;
VERSIONING_SYSTEM = "apple-generic";
};
Expand Down
6 changes: 3 additions & 3 deletions ios/githubgist/Info.plist
Expand Up @@ -22,6 +22,8 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CodePushDeploymentKey</key>
<string>__RN_CONFIG_CODEPUSH_IOS_KEY</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand All @@ -36,7 +38,7 @@
</dict>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string/>
<string></string>
<key>UIAppFonts</key>
<array>
<string>Entypo.ttf</string>
Expand Down Expand Up @@ -65,7 +67,5 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>CodePushDeploymentKey</key>
<string>__RN_CONFIG_CODEPUSH_IOS_KEY</string>
</dict>
</plist>

0 comments on commit dcced4c

Please sign in to comment.