Skip to content

Commit

Permalink
Fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Jun 4, 2020
1 parent 15bf9a3 commit 19e405d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
TargetAttributes = {
29D699D81B70ABFC0021FA73 = {
CreatedOnToolsVersion = 6.4;
DevelopmentTeam = D34XZHQLE3;
LastSwiftMigration = 1150;
};
};
Expand Down Expand Up @@ -349,11 +350,11 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = D34XZHQLE3;
INFOPLIST_FILE = ImagePickerDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = no.hyper.ImagePickerDemo2;
PRODUCT_BUNDLE_IDENTIFIER = demo.no.hyper.ImagePicker;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
SWIFT_VERSION = 5.0;
Expand All @@ -368,11 +369,11 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = D34XZHQLE3;
INFOPLIST_FILE = ImagePickerDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = no.hyper.ImagePickerDemo2;
PRODUCT_BUNDLE_IDENTIFIER = demo.no.hyper.ImagePicker;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
SWIFT_VERSION = 5.0;
Expand Down
4 changes: 2 additions & 2 deletions Demo/ImagePickerDemo/ImagePickerDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<true/>
<key>NSCameraUsageDescription</key>
<string>This app uses the camera for testing purposes</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>This app requires location permision</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app uses the library for testing purposes</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>This app requires location permision</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
Expand Down

0 comments on commit 19e405d

Please sign in to comment.