Skip to content

Commit 19e405d

Browse files
committed
Fix demo
1 parent 15bf9a3 commit 19e405d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Demo/ImagePickerDemo/ImagePickerDemo.xcodeproj/project.pbxproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
TargetAttributes = {
132132
29D699D81B70ABFC0021FA73 = {
133133
CreatedOnToolsVersion = 6.4;
134+
DevelopmentTeam = D34XZHQLE3;
134135
LastSwiftMigration = 1150;
135136
};
136137
};
@@ -349,11 +350,11 @@
349350
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
350351
CODE_SIGN_IDENTITY = "iPhone Developer";
351352
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
352-
DEVELOPMENT_TEAM = "";
353+
DEVELOPMENT_TEAM = D34XZHQLE3;
353354
INFOPLIST_FILE = ImagePickerDemo/Info.plist;
354355
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
355356
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
356-
PRODUCT_BUNDLE_IDENTIFIER = no.hyper.ImagePickerDemo2;
357+
PRODUCT_BUNDLE_IDENTIFIER = demo.no.hyper.ImagePicker;
357358
PRODUCT_NAME = "$(TARGET_NAME)";
358359
PROVISIONING_PROFILE = "";
359360
SWIFT_VERSION = 5.0;
@@ -368,11 +369,11 @@
368369
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
369370
CODE_SIGN_IDENTITY = "iPhone Developer";
370371
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
371-
DEVELOPMENT_TEAM = "";
372+
DEVELOPMENT_TEAM = D34XZHQLE3;
372373
INFOPLIST_FILE = ImagePickerDemo/Info.plist;
373374
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
374375
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
375-
PRODUCT_BUNDLE_IDENTIFIER = no.hyper.ImagePickerDemo2;
376+
PRODUCT_BUNDLE_IDENTIFIER = demo.no.hyper.ImagePicker;
376377
PRODUCT_NAME = "$(TARGET_NAME)";
377378
PROVISIONING_PROFILE = "";
378379
SWIFT_VERSION = 5.0;

Demo/ImagePickerDemo/ImagePickerDemo/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
<true/>
2525
<key>NSCameraUsageDescription</key>
2626
<string>This app uses the camera for testing purposes</string>
27+
<key>NSLocationWhenInUseUsageDescription</key>
28+
<string>This app requires location permision</string>
2729
<key>NSPhotoLibraryUsageDescription</key>
2830
<string>This app uses the library for testing purposes</string>
29-
<key>NSLocationWhenInUseUsageDescription</key>
30-
<string>This app requires location permision</string>
3131
<key>UILaunchStoryboardName</key>
3232
<string>LaunchScreen</string>
3333
<key>UIRequiredDeviceCapabilities</key>

0 commit comments

Comments
 (0)