File tree Expand file tree Collapse file tree 4 files changed +24
-8
lines changed
ios/DashedProgress.xcodeproj Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,28 @@ export default class App extends Component {
99 < View style = { styles . body } >
1010 < DashedProgress
1111 fill = { 20 }
12+ strokeThickness = { 2 }
1213 countBars = { 50 }
13- radius = { 30 }
14+ radius = { 40 }
15+ showIndicator = { false }
16+ strokeColor = "red"
17+ tooltipColor = "black"
18+ />
19+ < DashedProgress
20+ fill = { 40 }
21+ countBars = { 50 }
22+ radius = { 50 }
1423 strokeThickness = { 2 }
24+ trailColor = "orange"
1525 />
1626 < DashedProgress
17- fill = { 50 }
27+ fill = { 60 }
28+ strokeThickness = { 2 }
1829 countBars = { 100 }
1930 radius = { 70 }
2031 divideEnabled = { true }
32+ indicatorColor = "blue"
33+ tooltipColor = "blue"
2134 />
2235 </ View >
2336 ) ;
Original file line number Diff line number Diff line change 175175 ORGANIZATIONNAME = Facebook;
176176 TargetAttributes = {
177177 13B07F861A680F5B00A75B9A = {
178- ProvisioningStyle = Manual;
178+ DevelopmentTeam = CNT54AU2P9;
179+ ProvisioningStyle = Automatic;
179180 };
180181 };
181182 };
298299 baseConfigurationReference = 5F6C7347C2256304326D75E5 /* Pods-DashedProgress.debug.xcconfig */;
299300 buildSettings = {
300301 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
301- CODE_SIGN_STYLE = Manual;
302+ CODE_SIGN_IDENTITY = "iPhone Developer";
303+ CODE_SIGN_STYLE = Automatic;
302304 CURRENT_PROJECT_VERSION = 1;
303305 DEAD_CODE_STRIPPING = NO;
304- DEVELOPMENT_TEAM = "" ;
306+ DEVELOPMENT_TEAM = CNT54AU2P9 ;
305307 INFOPLIST_FILE = DashedProgress/Info.plist;
306308 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
307309 OTHER_LDFLAGS = (
321323 baseConfigurationReference = 37417145FCB7537196300139 /* Pods-DashedProgress.release.xcconfig */;
322324 buildSettings = {
323325 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
324- CODE_SIGN_STYLE = Manual;
326+ CODE_SIGN_IDENTITY = "iPhone Developer";
327+ CODE_SIGN_STYLE = Automatic;
325328 CURRENT_PROJECT_VERSION = 1;
326- DEVELOPMENT_TEAM = "" ;
329+ DEVELOPMENT_TEAM = CNT54AU2P9 ;
327330 INFOPLIST_FILE = DashedProgress/Info.plist;
328331 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
329332 OTHER_LDFLAGS = (
You can’t perform that action at this time.
0 commit comments