Skip to content

Commit

Permalink
πŸ”¨ ν…Œν”Œ 1.03
Browse files Browse the repository at this point in the history
  • Loading branch information
qodhrkawk committed Jan 15, 2021
1 parent b578179 commit ff4861e
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 @@ -1911,7 +1911,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 @@ -1933,7 +1933,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 ff4861e

Please sign in to comment.