Skip to content

Commit de5b87f

Browse files
committed
fix: ARCA conf data
1 parent b9bc002 commit de5b87f

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<activity
1515
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
1616
android:name="ar.codize.afip.MainActivity"
17-
android:label="Codize-AFIP"
17+
android:label="Codize-ARCA"
1818
android:theme="@style/AppTheme.NoActionBarLaunch"
1919
android:launchMode="singleTask">
2020

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"appId": "ar.codize.afip",
3-
"appName": "Codize AFIP",
4-
"webDir": "dist/codize-afip",
3+
"appName": "Codize ARCA",
4+
"webDir": "dist/codize-arca",
55
"bundledWebRuntime": false
66
}

angular.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": 1,
77
"newProjectRoot": "projects",
88
"projects": {
9-
"codize-afip": {
9+
"codize-arca": {
1010
"projectType": "application",
1111
"schematics": {
1212
"@schematics/angular:component": {
@@ -23,7 +23,7 @@
2323
"build": {
2424
"builder": "@angular-devkit/build-angular:browser",
2525
"options": {
26-
"outputPath": "dist/codize-afip",
26+
"outputPath": "dist/codize-arca",
2727
"index": "src/index.html",
2828
"main": "src/main.ts",
2929
"polyfills": "src/polyfills.ts",
@@ -79,11 +79,11 @@
7979
"configurations": {
8080
"production": {
8181
"proxyConfig": "src/proxy.conf.json",
82-
"buildTarget": "codize-afip:build:production"
82+
"buildTarget": "codize-arca:build:production"
8383
},
8484
"development": {
8585
"proxyConfig": "src/proxy.conf.json",
86-
"buildTarget": "codize-afip:build:development"
86+
"buildTarget": "codize-arca:build:development"
8787
}
8888
},
8989
"defaultConfiguration": "development"

0 commit comments

Comments
 (0)