Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/TeamBeMe/BeMeiOS into fe…
Browse files Browse the repository at this point in the history
…ature/#107
  • Loading branch information
samsung-ga committed Jan 15, 2021
2 parents b99bf99 + ff4861e commit 4deed2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BeMe/BeMe.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.02;
MARKETING_VERSION = 1.03;
PRODUCT_BUNDLE_IDENTIFIER = com.teamBeMe.BeMe1;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -1937,7 +1937,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.02;
MARKETING_VERSION = 1.03;
PRODUCT_BUNDLE_IDENTIFIER = com.teamBeMe.BeMe1;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
4 changes: 2 additions & 2 deletions BeMe/BeMe/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>test</string>
<key>UIAppFonts</key>
Expand Down Expand Up @@ -73,5 +71,7 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
</dict>
</plist>

0 comments on commit 4deed2a

Please sign in to comment.