File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
DatePickerDialogExample.xcodeproj
project.xcworkspace/xcuserdata/adamgask.xcuserdatad Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 124
124
isa = PBXProject;
125
125
attributes = {
126
126
LastSwiftUpdateCheck = 0700;
127
- LastUpgradeCheck = 0610 ;
127
+ LastUpgradeCheck = 0700 ;
128
128
ORGANIZATIONNAME = vinicius;
129
129
TargetAttributes = {
130
130
81EC6C7B1A1EADF7009440DB = {
207
207
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
208
208
COPY_PHASE_STRIP = NO;
209
209
ENABLE_STRICT_OBJC_MSGSEND = YES;
210
+ ENABLE_TESTABILITY = YES;
210
211
GCC_C_LANGUAGE_STANDARD = gnu99;
211
212
GCC_DYNAMIC_NO_PIC = NO;
212
213
GCC_OPTIMIZATION_LEVEL = 0;
271
272
INFOPLIST_FILE = PickerDialog/Info.plist;
272
273
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
273
274
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
275
+ PRODUCT_BUNDLE_IDENTIFIER = "com.squimer.$(PRODUCT_NAME:rfc1034identifier)";
274
276
PRODUCT_NAME = DatePickerDialogExample;
275
277
};
276
278
name = Debug;
282
284
INFOPLIST_FILE = PickerDialog/Info.plist;
283
285
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
284
286
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
287
+ PRODUCT_BUNDLE_IDENTIFIER = "com.squimer.$(PRODUCT_NAME:rfc1034identifier)";
285
288
PRODUCT_NAME = DatePickerDialogExample;
286
289
};
287
290
name = Release;
Original file line number Diff line number Diff line change 7
7
<key >CFBundleExecutable </key >
8
8
<string >$(EXECUTABLE_NAME) </string >
9
9
<key >CFBundleIdentifier </key >
10
- <string >com.squimer.$(PRODUCT_NAME:rfc1034identifier ) </string >
10
+ <string >$(PRODUCT_BUNDLE_IDENTIFIER ) </string >
11
11
<key >CFBundleInfoDictionaryVersion </key >
12
12
<string >6.0 </string >
13
13
<key >CFBundleName </key >
You can’t perform that action at this time.
0 commit comments